mbox

[PULL] Fixes for QEMU 1.1

Message ID 4FB09A94.6090505@weilnetz.de
State Accepted
Headers show

Pull-request

git://qemu.weilnetz.de/qemu.git for-1.1

Message

Stefan Weil May 14, 2012, 5:39 a.m. UTC
Hello Anthony,

here are some patches with bug fixes for 1.1.

Regards,

Stefan W.


The following changes since commit 94d1991445fa3582c042ee4e5b72606e2fc39cc2:

   sun4u: implement interrupt clearing registers (2012-05-12 09:49:19 +0000)

are available in the git repository at:

   git://qemu.weilnetz.de/qemu.git for-1.1

for you to fetch changes up to b65ee4fa29ebfffb96a3ea983c97a664d30efd3f:

   qemu-doc: Use QEMU instead of qemu for product name (2012-05-14 
07:27:24 +0200)

----------------------------------------------------------------
Jim Meyering (1):
       fix some common typos

Stefan Weil (5):
       qemu-timer: Fix wrong error message
       configure: Use QEMU instead of Qemu
       qemu-doc: Add missing parameter in description of -D option
       qemu-doc: Fix executable name in examples
       qemu-doc: Use QEMU instead of qemu for product name

  Changelog               |    2 +-
  configure               |    2 +-
  coroutine-sigaltstack.c |    2 +-
  disas.c                 |    2 +-
  hw/usb/hcd-ehci.c       |    4 +-
  qapi-schema-guest.json  |    2 +-
  qemu-doc.texi           |   81 ++++++++++++------------
  qemu-ga.c               |    2 +-
  qemu-options.hx         |  155 
+++++++++++++++++++++++++----------------------
  qemu-timer.c            |    7 +--
  qga/commands-posix.c    |    4 +-
  tests/tcg/test-mmap.c   |    2 +-
  12 files changed, 136 insertions(+), 129 deletions(-)

Comments

Anthony Liguori May 14, 2012, 8:07 p.m. UTC | #1
On 05/14/2012 12:39 AM, Stefan Weil wrote:
> Hello Anthony,
>
> here are some patches with bug fixes for 1.1.

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Regards,
>
> Stefan W.
>
>
> The following changes since commit 94d1991445fa3582c042ee4e5b72606e2fc39cc2:
>
> sun4u: implement interrupt clearing registers (2012-05-12 09:49:19 +0000)
>
> are available in the git repository at:
>
> git://qemu.weilnetz.de/qemu.git for-1.1
>
> for you to fetch changes up to b65ee4fa29ebfffb96a3ea983c97a664d30efd3f:
>
> qemu-doc: Use QEMU instead of qemu for product name (2012-05-14 07:27:24 +0200)
>
> ----------------------------------------------------------------
> Jim Meyering (1):
> fix some common typos
>
> Stefan Weil (5):
> qemu-timer: Fix wrong error message
> configure: Use QEMU instead of Qemu
> qemu-doc: Add missing parameter in description of -D option
> qemu-doc: Fix executable name in examples
> qemu-doc: Use QEMU instead of qemu for product name
>
> Changelog | 2 +-
> configure | 2 +-
> coroutine-sigaltstack.c | 2 +-
> disas.c | 2 +-
> hw/usb/hcd-ehci.c | 4 +-
> qapi-schema-guest.json | 2 +-
> qemu-doc.texi | 81 ++++++++++++------------
> qemu-ga.c | 2 +-
> qemu-options.hx | 155 +++++++++++++++++++++++++----------------------
> qemu-timer.c | 7 +--
> qga/commands-posix.c | 4 +-
> tests/tcg/test-mmap.c | 2 +-
> 12 files changed, 136 insertions(+), 129 deletions(-)
>
>
>