mbox

[PULL,0/2] VFIO endian updates

Message ID 20140923171355.6258.48511.stgit@bling.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140923.0

Message

Alex Williamson Sept. 23, 2014, 5:14 p.m. UTC
The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea:

  exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100)

are available in the git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140923.0

for you to fetch changes up to 75bd0c7253f384e868b638db5c6350796cf584f7:

  vfio: make rom read endian sensitive (2014-09-22 15:27:43 -0600)

----------------------------------------------------------------
Endian updates to re-fix cross endian host and guest and
enable the same for ROM loading (Alexey)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      Revert "vfio: Make BARs native endian"

Nikunj A Dadhania (1):
      vfio: make rom read endian sensitive

 hw/misc/vfio.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Comments

Peter Maydell Sept. 24, 2014, 11:50 a.m. UTC | #1
On 23 September 2014 10:14, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea:
>
>   exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140923.0
>
> for you to fetch changes up to 75bd0c7253f384e868b638db5c6350796cf584f7:
>
>   vfio: make rom read endian sensitive (2014-09-22 15:27:43 -0600)
>
> ----------------------------------------------------------------
> Endian updates to re-fix cross endian host and guest and
> enable the same for ROM loading (Alexey)
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       Revert "vfio: Make BARs native endian"
>
> Nikunj A Dadhania (1):
>       vfio: make rom read endian sensitive
>
>  hw/misc/vfio.c | 24 ++++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)

Applied, thanks.

-- PMM