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

2010-08-02 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 --- hw/msix.c | 20 1 files changed, 16 insertions(+), 4 deletions(-)

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

2010-05-05 Thread Bernhard Kohl
It's legal that the guest reads a single byte or word from mmio. Signed-off-by: Bernhard Kohl --- hw/msix.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/hw/msix.c b/hw/msix.c index 2ca0900..773bbbd 100644 --- a/hw/msix.c +++ b/hw/msix.c @@ -117,10