On Mon, 2 Mar 2015 12:40:28 +0100 "Michael S. Tsirkin" <m...@redhat.com> wrote:
> virtio 1.0 config space is in LE format for all > devices, use modern wrappers when accessed through > the 1.0 BAR. > > Reported-by: Rusty Russell <ru...@rustcorp.com.au> > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > --- > hw/virtio/virtio-pci.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Not that I'm deeply familiar with pci :), but this looks good to me. (This is on top of your pci branch, btw?)