mbox

[PULL,0/2] vfio pull for QEMU 2.0

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

Pull-request

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

Message

Alex Williamson March 25, 2014, 6:30 p.m. UTC
Peter & Anthony,

The following changes since commit 839a5547574e57cce62f49bfc50fe1f04b00589a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140324' into staging (2014-03-24 19:25:09 +0000)

are available in the git repository at:


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

for you to fetch changes up to 4e505ddd9af1d5810378a4e7b851f788b1c075ba:

  vfio: Cosmetic error reporting fixes (2014-03-25 12:08:52 -0600)

----------------------------------------------------------------
A couple trivial fixes for QEMU 2.0:
 - Coding correction that allowed attempts to read the device
   ROM after we'd already marked it failed (Bandan)
 - Cosmetic error reporting fixes to remove unnecessary new lines
   and fix a cut-n-paste wording error (Alex)

----------------------------------------------------------------
Alex Williamson (1):
      vfio: Cosmetic error reporting fixes

Bandan Das (1):
      vfio: Correction in vfio_rom_read when attempting rom loading

 hw/misc/vfio.c | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

Comments

Peter Maydell March 25, 2014, 7:10 p.m. UTC | #1
On 25 March 2014 18:30, Alex Williamson <alex.williamson@redhat.com> wrote:
> Peter & Anthony,
>
> The following changes since commit 839a5547574e57cce62f49bfc50fe1f04b00589a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140324' into staging (2014-03-24 19:25:09 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140325.0
>
> for you to fetch changes up to 4e505ddd9af1d5810378a4e7b851f788b1c075ba:
>
>   vfio: Cosmetic error reporting fixes (2014-03-25 12:08:52 -0600)

Applied to master, thanks.


-- PMM