mbox

[PULL,0/2] vfio fixes

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150204.0

Message

Alex Williamson Feb. 4, 2015, 7:09 p.m. UTC
The following changes since commit ec6f25e788ef57ce1e9f734984ef8885172fd9e2:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into staging (2015-02-03 21:37:16 +0000)

are available in the git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150204.0

for you to fetch changes up to 3a4dbe6aa934370a92372528c1255ee1504965ee:

  vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion (2015-02-04 11:45:32 -0700)

----------------------------------------------------------------
VFIO fixes:
- Fix wrong initializer (Chen Fan)
- Add missing object_unparent (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
      vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion

Chen Fan (1):
      vfio: fix wrong initialize vfio_group_list

 hw/vfio/common.c | 2 +-
 hw/vfio/pci.c    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Peter Maydell Feb. 5, 2015, 11:11 a.m. UTC | #1
On 4 February 2015 at 19:09, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit ec6f25e788ef57ce1e9f734984ef8885172fd9e2:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into staging (2015-02-03 21:37:16 +0000)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150204.0
>
> for you to fetch changes up to 3a4dbe6aa934370a92372528c1255ee1504965ee:
>
>   vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion (2015-02-04 11:45:32 -0700)
>
> ----------------------------------------------------------------
> VFIO fixes:
> - Fix wrong initializer (Chen Fan)
> - Add missing object_unparent (Alex Williamson)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM