Re: [Qemu-devel] [PATCH 5/8] libqos: Add streaming accessors for PCI MMIO

2016-10-18 Thread Laurent Vivier
On 18/10/2016 12:52, David Gibson wrote: > Currently PCI memory (aka MMIO) space is accessed via a set of readb/writeb > style accessors. This is what we want for accessing discrete registers of > a certain size. However, there are a few cases where we instead need a > "bag of bytes" style stre

[Qemu-devel] [PATCH 5/8] libqos: Add streaming accessors for PCI MMIO

2016-10-18 Thread David Gibson
Currently PCI memory (aka MMIO) space is accessed via a set of readb/writeb style accessors. This is what we want for accessing discrete registers of a certain size. However, there are a few cases where we instead need a "bag of bytes" style streaming interface to PCI MMIO space. This can be eit