mbox

[PULL,0/6] Trivial patches for 20 to 27 January 2012

Message ID 1327649282-12431-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 Jan. 27, 2012, 7:27 a.m. UTC
The following changes since commit 331636431af32ece373f4b1fb7c3ae9d0615e2a6:

  vga: compile cirrus_vga in hwlib (2012-01-25 18:32:59 +0000)

are available in the git repository at:
  git://github.com/stefanha/qemu.git trivial-patches

Jan Kiszka (3):
      qdev-property: Make bit property parsing stricter
      e1000: Preserve link state across device reset
      pcnet: Preserve link state across device reset

Laszlo Ersek (1):
      qemu-io: end aio help text sentences with periods

Paolo Bonzini (1):
      remove #if 0 code for timers

Sergei Trofimovich (1):
      ./configure: export xfs config via --{enable, disable}-xfsctl

 configure            |    4 ++++
 hw/e1000.c           |    5 +++++
 hw/pcnet.c           |    3 ++-
 hw/qdev-properties.c |    4 ++--
 qemu-io.c            |    4 ++--
 qemu-timer.c         |   29 -----------------------------
 6 files changed, 15 insertions(+), 34 deletions(-)

Comments

Anthony Liguori Jan. 27, 2012, 5:33 p.m. UTC | #1
On 01/27/2012 01:27 AM, Stefan Hajnoczi wrote:
> The following changes since commit 331636431af32ece373f4b1fb7c3ae9d0615e2a6:
>
>    vga: compile cirrus_vga in hwlib (2012-01-25 18:32:59 +0000)
>
> are available in the git repository at:
>    git://github.com/stefanha/qemu.git trivial-patches

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Jan Kiszka (3):
>        qdev-property: Make bit property parsing stricter
>        e1000: Preserve link state across device reset
>        pcnet: Preserve link state across device reset
>
> Laszlo Ersek (1):
>        qemu-io: end aio help text sentences with periods
>
> Paolo Bonzini (1):
>        remove #if 0 code for timers
>
> Sergei Trofimovich (1):
>        ./configure: export xfs config via --{enable, disable}-xfsctl
>
>   configure            |    4 ++++
>   hw/e1000.c           |    5 +++++
>   hw/pcnet.c           |    3 ++-
>   hw/qdev-properties.c |    4 ++--
>   qemu-io.c            |    4 ++--
>   qemu-timer.c         |   29 -----------------------------
>   6 files changed, 15 insertions(+), 34 deletions(-)
>