mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
vmware-vga: Accept unaligned I/O accesses
Before switching to the memory core dispatcher, we need to make sure that this pv-device will continue to receive unaligned portio accesses. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b6f3296292
commit
04e8cd506a
1 changed files with 4 additions and 0 deletions
|
|
@ -1241,6 +1241,10 @@ static const MemoryRegionOps vmsvga_io_ops = {
|
|||
.valid = {
|
||||
.min_access_size = 4,
|
||||
.max_access_size = 4,
|
||||
.unaligned = true,
|
||||
},
|
||||
.impl = {
|
||||
.unaligned = true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue