mbox

[PULL,0/8] Trivial patches for 8 to 19 March 2012

Message ID 1332159780-31781-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git trivial-patches

Message

Stefan Hajnoczi March 19, 2012, 12:22 p.m. UTC
The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40:

  tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to b71706d122838d9656e1a6dae80e22401babdf37:

  qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() (2012-03-19 11:31:04 +0000)

----------------------------------------------------------------
Chen Yufei (1):
      Remove type field in ModuleEntry as it's not used

David Gibson (1):
      .gitignore: add qemu-bridge-helper and option rom build products

Jason Wang (1):
      ioapic: fix build with DEBUG_IOAPIC

Jeff Cody (2):
      monitor: Remove unused bool field 'qapi' in mon_cmd_t struct
      qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write()

Joshua Housh (1):
      cleanup obsolete typedef

Stefan Weil (2):
      vnc: Fix packed boolean struct members
      ds1338: Add missing break statement

 .gitignore          |    6 ++++++
 hw/ds1338.c         |    1 +
 hw/ioapic.c         |    2 +-
 module.c            |    1 -
 monitor.c           |    1 -
 qemu-common.h       |    1 -
 qga/channel-win32.c |    4 ++++
 ui/vnc-auth-sasl.c  |    4 +++-
 ui/vnc-auth-sasl.h  |    4 ++--
 9 files changed, 17 insertions(+), 7 deletions(-)

Comments

Anthony Liguori March 19, 2012, 9:15 p.m. UTC | #1
On 03/19/2012 07:22 AM, Stefan Hajnoczi wrote:
> The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40:
>
>    tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000)
>
> are available in the git repository at:
>
>    git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to b71706d122838d9656e1a6dae80e22401babdf37:
>
>    qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() (2012-03-19 11:31:04 +0000)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> ----------------------------------------------------------------
> Chen Yufei (1):
>        Remove type field in ModuleEntry as it's not used
>
> David Gibson (1):
>        .gitignore: add qemu-bridge-helper and option rom build products
>
> Jason Wang (1):
>        ioapic: fix build with DEBUG_IOAPIC
>
> Jeff Cody (2):
>        monitor: Remove unused bool field 'qapi' in mon_cmd_t struct
>        qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write()
>
> Joshua Housh (1):
>        cleanup obsolete typedef
>
> Stefan Weil (2):
>        vnc: Fix packed boolean struct members
>        ds1338: Add missing break statement
>
>   .gitignore          |    6 ++++++
>   hw/ds1338.c         |    1 +
>   hw/ioapic.c         |    2 +-
>   module.c            |    1 -
>   monitor.c           |    1 -
>   qemu-common.h       |    1 -
>   qga/channel-win32.c |    4 ++++
>   ui/vnc-auth-sasl.c  |    4 +++-
>   ui/vnc-auth-sasl.h  |    4 ++--
>   9 files changed, 17 insertions(+), 7 deletions(-)
>