Skip to content
Snippets Groups Projects
Commit cef4dea0 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: 16-byte mmio support


Since sse instructions can issue 16-byte mmios, we need to support them.  We
can't increase the kvm_run mmio buffer size to 16 bytes without breaking
compatibility, so instead we break the large mmios into two smaller 8-byte
ones.  Since the bus is 64-bit we aren't breaking any atomicity guarantees.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 5287f194
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment