On 21/10/2016 03:19, David Gibson wrote: > This series contains a number of cleanups to the libqos code for > accessing PCI devices, and to tests which use it. > > The general aim is to improve the consistency of semantics across > functions, and reduce the amount of intimate knowledge of the libqos > PCI layer needed by tests. > > This should make it easier to write PCI tests which will be portable > to different guest machines with different PCI host bridge > arrangements. > > This series is on top of my ppc-for-2.8 branch, since it contains > patches enabling the virtio tests on ppc, which would otherwise > conflict with the changes here. > > Changes since v3: > * Fixed another endian bug introduced in ide-test
This works well now on LE and BE hosts and all targets. Tested-by: Laurent Vivier <lviv...@redhat.com>