Re: [Qemu-devel] [PATCHv4 09/11] libqos: Add 64-bit PCI IO accessors

2016-10-21 Thread Greg Kurz
On Fri, 21 Oct 2016 12:19:50 +1100 David Gibson wrote: > Currently the libqos PCI layer includes accessor helpers for 8, 16 and 32 > bit reads and writes. It's likely that we'll want 64-bit accesses in the > future (plenty of modern peripherals will have 64-bit reigsters). This > adds them. >

[Qemu-devel] [PATCHv4 09/11] libqos: Add 64-bit PCI IO accessors

2016-10-20 Thread David Gibson
Currently the libqos PCI layer includes accessor helpers for 8, 16 and 32 bit reads and writes. It's likely that we'll want 64-bit accesses in the future (plenty of modern peripherals will have 64-bit reigsters). This adds them. For PIO (not MMIO) accesses on the PC backend, this is implemented