Re: [Qemu-devel] [PATCH RESENT] msix: allow byte and word reading from mmio

2010-11-15 Thread Bernhard Kohl
Am 22.08.2010 23:34, schrieb ext Anthony Liguori: On 08/19/2010 07:56 AM, Bernhard Kohl wrote: It's legal that the guest reads a single byte or word from mmio. I have an OS which reads single bytes and it works fine on real hardware. Maybe this happens due to casting. Signed-off-by:

Re: [Qemu-devel] [PATCH RESENT] msix: allow byte and word reading from mmio

2010-08-22 Thread Anthony Liguori
On 08/19/2010 07:56 AM, Bernhard Kohl wrote: It's legal that the guest reads a single byte or word from mmio. I have an OS which reads single bytes and it works fine on real hardware. Maybe this happens due to casting. Signed-off-by: Bernhard Kohlbernhard.k...@nsn.com Hi Michael, I'm

[Qemu-devel] [PATCH RESENT] msix: allow byte and word reading from mmio

2010-08-19 Thread Bernhard Kohl
It's legal that the guest reads a single byte or word from mmio. I have an OS which reads single bytes and it works fine on real hardware. Maybe this happens due to casting. Signed-off-by: Bernhard Kohl bernhard.k...@nsn.com --- hw/msix.c | 20 1 files changed, 16