Re: [Qemu-devel] [PATCH 03/21] exec: Allow unaligned address_space_rw

2013-05-31 Thread Richard Henderson
On 05/30/2013 02:16 PM, Paolo Bonzini wrote: > From: Jan Kiszka > > This will be needed for some corner cases with para-virtual I/O ports. > > Signed-off-by: Jan Kiszka > Signed-off-by: Paolo Bonzini > --- > exec.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed

[Qemu-devel] [PATCH 03/21] exec: Allow unaligned address_space_rw

2013-05-30 Thread Paolo Bonzini
From: Jan Kiszka This will be needed for some corner cases with para-virtual I/O ports. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- exec.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exec.c b/exec.c index bae4d30..5556169 100644 --- a/exec.c