[Qemu-devel] hw/misc/pci-testdev.c write access does not work

2016-07-08 Thread Alexander Gordeev
Hi all, Looks like hw/misc/pci-testdev.c does not work for wildcard-eventfd and datamatch-eventfd tests (more precisely - for any non no-eventfd tests). Test writes to pci-testdev's addresses (reported by PCITestDevHdr::offset field) do not cause invocations of MemoryRegionOps::write() callback.

Re: [Qemu-devel] hw/misc/pci-testdev.c write access does not work

2016-07-08 Thread Paolo Bonzini
On 08/07/2016 19:46, Alexander Gordeev wrote: > Hi all, > > Looks like hw/misc/pci-testdev.c does not work for wildcard-eventfd and > datamatch-eventfd tests (more precisely - for any non no-eventfd tests). > > Test writes to pci-testdev's addresses (reported by PCITestDevHdr::offset > field) d