[Qemu-devel] [PULL 0/4] Trivial patches for 27 October to 1 November 2011

2011-11-01 Thread Stefan Hajnoczi
The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240:

  Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging 
(2011-10-31 15:05:40 -0500)

are available in the git repository at:

  ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches

Luiz Capitulino (1):
  net: tap-linux: Fix unhelpful error message

Markus Armbruster (2):
  sysbus: Supply missing va_end()
  acl: Fix use after free in qemu_acl_reset()

Stefan Hajnoczi (1):
  qapi: fix typos in documentation JSON examples

 acl.c  |4 ++--
 docs/qapi-code-gen.txt |4 ++--
 hw/sysbus.c|2 ++
 net/tap-linux.c|6 +-

 4 files changed, 11 insertions(+), 5 deletions(-)

-- 
1.7.7




Re: [Qemu-devel] [PULL 0/4] Trivial patches for 27 October to 1 November 2011

2011-11-01 Thread Anthony Liguori

On 11/01/2011 01:27 AM, Stefan Hajnoczi wrote:

The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240:

   Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging 
(2011-10-31 15:05:40 -0500)

are available in the git repository at:

   ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches


Pulled.  Thanks.

Regards,

Anthony Liguori



Luiz Capitulino (1):
   net: tap-linux: Fix unhelpful error message

Markus Armbruster (2):
   sysbus: Supply missing va_end()
   acl: Fix use after free in qemu_acl_reset()

Stefan Hajnoczi (1):
   qapi: fix typos in documentation JSON examples

  acl.c  |4 ++--
  docs/qapi-code-gen.txt |4 ++--
  hw/sysbus.c|2 ++
  net/tap-linux.c|6 +-

  4 files changed, 11 insertions(+), 5 deletions(-)