mbox

[PULL,0/3] NBD pull request for 2012-02-17

Message ID 1329479028-27650-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git nbd-for-anthony

Message

Paolo Bonzini Feb. 17, 2012, 11:43 a.m. UTC
Anthony,

The following changes since commit 9de36b1a7cf61aa8be365f13c81668b3e19fbc7f:

  Make -machine/-enable-kvm options merge into a single list (2012-02-17 09:10:13 +0100)

are available in the git repository at:
  git://github.com/bonzini/qemu.git nbd-for-anthony

Michael Tokarev (1):
      do not chdir(/) in qemu-nbd before opening all files

Paolo Bonzini (2):
      open /dev/nbd in nbd_client_thread
      nbd: add git tree to MAINTAINERS

 MAINTAINERS |    1 +
 qemu-nbd.c  |   42 +++++++++++++++++++++++-------------------
 2 files changed, 24 insertions(+), 19 deletions(-)

Comments

Anthony Liguori Feb. 17, 2012, 1:53 p.m. UTC | #1
On 02/17/2012 05:43 AM, Paolo Bonzini wrote:
> Anthony,
>
> The following changes since commit 9de36b1a7cf61aa8be365f13c81668b3e19fbc7f:
>
>    Make -machine/-enable-kvm options merge into a single list (2012-02-17 09:10:13 +0100)
>
> are available in the git repository at:
>    git://github.com/bonzini/qemu.git nbd-for-anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Michael Tokarev (1):
>        do not chdir(/) in qemu-nbd before opening all files
>
> Paolo Bonzini (2):
>        open /dev/nbd in nbd_client_thread
>        nbd: add git tree to MAINTAINERS
>
>   MAINTAINERS |    1 +
>   qemu-nbd.c  |   42 +++++++++++++++++++++++-------------------
>   2 files changed, 24 insertions(+), 19 deletions(-)