mbox

[PULL,0/4] vfio update and fix + pci-assign fix

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

Pull-request

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

Message

Alex Williamson Feb. 26, 2014, 6:25 p.m. UTC
The following changes since commit d5001cf787ad0514839a81d0f2e771e01e076e21:

  xilinx: Delete hw/include/xilinx.h (2014-02-26 14:54:45 +1000)

are available in the git repository at:

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

for you to fetch changes up to 4b9430294ed406a00f045d825ada146aecf32309:

  vfio: blacklist loading of unstable roms (2014-02-26 10:33:45 -0700)

----------------------------------------------------------------
Updates include:
 - Coverify fixes for vfio & pci-assign (Markus)
 - VFIO blacklisting support for known brokwn PCI option ROMs (Bandan)

----------------------------------------------------------------
Bandan Das (2):
      qdev-monitor: set DeviceState opts before calling realize
      vfio: blacklist loading of unstable roms

Markus Armbruster (2):
      vfio: Fix overrun after readlink() fills buffer completely
      pci-assign: Fix potential read beyond buffer on -EBUSY

 hw/i386/kvm/pci-assign.c |  1 +
 hw/misc/vfio.c           | 79 ++++++++++++++++++++++++++++++++++++++++++++++--
 qdev-monitor.c           |  4 ++-
 3 files changed, 80 insertions(+), 4 deletions(-)

Comments

Alex Williamson Feb. 26, 2014, 6:29 p.m. UTC | #1
On Wed, 2014-02-26 at 11:25 -0700, Alex Williamson wrote:
> The following changes since commit d5001cf787ad0514839a81d0f2e771e01e076e21:
> 
>   xilinx: Delete hw/include/xilinx.h (2014-02-26 14:54:45 +1000)
> 
> are available in the git repository at:
> 
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140226.0
> 
> for you to fetch changes up to 4b9430294ed406a00f045d825ada146aecf32309:
> 
>   vfio: blacklist loading of unstable roms (2014-02-26 10:33:45 -0700)
> 
> ----------------------------------------------------------------
> Updates include:
>  - Coverify fixes for vfio & pci-assign (Markus)
>  - VFIO blacklisting support for known brokwn PCI option ROMs (Bandan)
> 
> ----------------------------------------------------------------
> Bandan Das (2):
>       qdev-monitor: set DeviceState opts before calling realize
>       vfio: blacklist loading of unstable roms
> 
> Markus Armbruster (2):
>       vfio: Fix overrun after readlink() fills buffer completely
>       pci-assign: Fix potential read beyond buffer on -EBUSY
> 
>  hw/i386/kvm/pci-assign.c |  1 +
>  hw/misc/vfio.c           | 79 ++++++++++++++++++++++++++++++++++++++++++++++--
>  qdev-monitor.c           |  4 ++-
>  3 files changed, 80 insertions(+), 4 deletions(-)

Well, may qemu-pull alias was completely broken, but I trust the scripts
are scraping this from the list anyway.  Thanks,

Alex
Peter Maydell Feb. 27, 2014, 11:51 a.m. UTC | #2
On 26 February 2014 18:25, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit d5001cf787ad0514839a81d0f2e771e01e076e21:
>
>   xilinx: Delete hw/include/xilinx.h (2014-02-26 14:54:45 +1000)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140226.0
>
> for you to fetch changes up to 4b9430294ed406a00f045d825ada146aecf32309:
>
>   vfio: blacklist loading of unstable roms (2014-02-26 10:33:45 -0700)

Applied, thanks.

-- PMM