mbox

[PULL,0/1] VFIO fixes for qemu-3.0-rc1

Message ID 153133890557.31530.586346402906852972.stgit@w520.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20180711.1

Message

Alex Williamson July 11, 2018, 7:55 p.m. UTC
The following changes since commit c447afd5783b9237fa51b7a85777007d8d568bfc:

  Update version for v3.0.0-rc0 release (2018-07-10 18:19:50 +0100)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20180711.1

for you to fetch changes up to 26c0ae56386edacc8b0da40264748f59afedb1bb:

  vfio/pci: do not set the PCIDevice 'has_rom' attribute (2018-07-11 13:43:57 -0600)

----------------------------------------------------------------
VFIO fixes 2018-07-11

 - Avoid RAMBlock segfault in option ROM teardown for vfio-pci devices
   (Cédric Le Goater)

----------------------------------------------------------------
Cédric Le Goater (1):
      vfio/pci: do not set the PCIDevice 'has_rom' attribute

 hw/vfio/pci.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Maydell July 12, 2018, 11:29 a.m. UTC | #1
On 11 July 2018 at 20:55, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit c447afd5783b9237fa51b7a85777007d8d568bfc:
>
>   Update version for v3.0.0-rc0 release (2018-07-10 18:19:50 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20180711.1
>
> for you to fetch changes up to 26c0ae56386edacc8b0da40264748f59afedb1bb:
>
>   vfio/pci: do not set the PCIDevice 'has_rom' attribute (2018-07-11 13:43:57 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2018-07-11
>
>  - Avoid RAMBlock segfault in option ROM teardown for vfio-pci devices
>    (Cédric Le Goater)
>
> ----------------------------------------------------------------
> Cédric Le Goater (1):
>       vfio/pci: do not set the PCIDevice 'has_rom' attribute
>
>  hw/vfio/pci.c | 1 -
>  1 file changed, 1 deletion(-)
>


Applied, thanks.

-- PMM