mbox

[PULL,0/1] qemu-ga fixes for win32

Message ID 1401997284-31038-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git qga-pull-2014-06-05

Message

Michael Roth June 5, 2014, 7:41 p.m. UTC
The following changes since commit e00fcfeab3d452cba3d0a08991a39ab15df66424:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140602.0' into staging (2014-06-03 14:37:43 +0100)

are available in the git repository at:


  git://github.com/mdroth/qemu.git qga-pull-2014-06-05

for you to fetch changes up to 374044f08fe18a18469b981812cd8695f5b3569c:

  qga: Fix handle fd leak in acquire_privilege() (2014-06-03 15:07:59 -0500)

----------------------------------------------------------------
Gonglei (1):
      qga: Fix handle fd leak in acquire_privilege()

 qga/commands-win32.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Peter Maydell June 5, 2014, 10:04 p.m. UTC | #1
On 5 June 2014 20:41, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit e00fcfeab3d452cba3d0a08991a39ab15df66424:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140602.0' into staging (2014-06-03 14:37:43 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/mdroth/qemu.git qga-pull-2014-06-05
>
> for you to fetch changes up to 374044f08fe18a18469b981812cd8695f5b3569c:
>
>   qga: Fix handle fd leak in acquire_privilege() (2014-06-03 15:07:59 -0500)

Applied, thanks.

-- PMM