[Qemu-devel] [RFC][PATCH 12/15] vmware-vga: Accept unaligned I/O accesses

2013-05-06 Thread Jan Kiszka
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 --- hw/display/vmware_vga.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/hw/display/vmware_vga.c b

Re: [Qemu-devel] [RFC][PATCH 12/15] vmware-vga: Accept unaligned I/O accesses

2013-05-06 Thread Jan Kiszka
On 2013-05-06 16:40, Paolo Bonzini wrote: > Il 06/05/2013 16:26, Jan Kiszka ha scritto: >> 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 >> --- >> hw/display/vmware_vg

Re: [Qemu-devel] [RFC][PATCH 12/15] vmware-vga: Accept unaligned I/O accesses

2013-05-06 Thread Paolo Bonzini
Il 06/05/2013 16:26, Jan Kiszka ha scritto: > 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 > --- > hw/display/vmware_vga.c |4 > 1 files changed, 4 insertions(