]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
msix: Note endian TODO item
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 14 Jun 2012 18:16:28 +0000 (12:16 -0600)
committerMichael S. Tsirkin <mst@robin.(none)>
Mon, 18 Jun 2012 07:21:11 +0000 (10:21 +0300)
commit2cf62ad74261a9bd90e5b720e726f0404640b16a
tree41b1325285ed45c13327c1b56bef848e922cad3f
parenteebcb0a76a7e8b093740c9bd3db00f5b38e79a33
msix: Note endian TODO item

MSIX, like PCI, is little endian.  Specifying native is wrong here,
but we need to check the rest of the file to determine if it's
as simple as flipping this macro.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/msix.c