mbox

[GIT,PULL] Trivial patches for 6-7 April 2011

Message ID 20110407141533.GA32107@stefanha-thinkpad.localdomain
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi April 7, 2011, 2:15 p.m. UTC
The following changes since commit 3b8e6a2db1946b5f21e69fde31b39f43367f1928:

  exec: Handle registrations of the entire address space (2011-04-07 10:53:41 +0200)

are available in the git repository at:
  git://repo.or.cz/qemu/stefanha.git trivial-patches

Alexey Kardashevskiy (3):
      spapr_llan: Fix warning when compiled with -dDEBUG
      virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guest
      virtio-balloon: fixed endianness bug in the config space

Brad Hards (1):
      usb-ccid: Spelling fixes

Michael Tokarev (1):
      qdev: Fix comment around qdev_init_nofail()

 hw/qdev.c           |    3 ++-
 hw/spapr_llan.c     |    3 ---
 hw/usb-ccid.c       |    8 ++++----
 hw/virtio-9p.c      |    9 +++------
 hw/virtio-balloon.c |    2 +-
 5 files changed, 10 insertions(+), 15 deletions(-)

Comments

Anthony Liguori April 7, 2011, 3:46 p.m. UTC | #1
On 04/07/2011 09:15 AM, Stefan Hajnoczi wrote:
> The following changes since commit 3b8e6a2db1946b5f21e69fde31b39f43367f1928:
>
>    exec: Handle registrations of the entire address space (2011-04-07 10:53:41 +0200)
>
> are available in the git repository at:
>    git://repo.or.cz/qemu/stefanha.git trivial-patches

Pulled, thanks.

In the future, can you just use [PULL instead of [GIT PULL?

Regards,

Anthony Liguori

> Alexey Kardashevskiy (3):
>        spapr_llan: Fix warning when compiled with -dDEBUG
>        virtio-9p: fixed LE-to-host conversion bug when QEMU is called from guest
>        virtio-balloon: fixed endianness bug in the config space
>
> Brad Hards (1):
>        usb-ccid: Spelling fixes
>
> Michael Tokarev (1):
>        qdev: Fix comment around qdev_init_nofail()
>
>   hw/qdev.c           |    3 ++-
>   hw/spapr_llan.c     |    3 ---
>   hw/usb-ccid.c       |    8 ++++----
>   hw/virtio-9p.c      |    9 +++------
>   hw/virtio-balloon.c |    2 +-
>   5 files changed, 10 insertions(+), 15 deletions(-)
>
Stefan Hajnoczi April 7, 2011, 3:57 p.m. UTC | #2
On Thu, Apr 7, 2011 at 4:46 PM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> On 04/07/2011 09:15 AM, Stefan Hajnoczi wrote:
>>
>> The following changes since commit
>> 3b8e6a2db1946b5f21e69fde31b39f43367f1928:
>>
>>   exec: Handle registrations of the entire address space (2011-04-07
>> 10:53:41 +0200)
>>
>> are available in the git repository at:
>>   git://repo.or.cz/qemu/stefanha.git trivial-patches
>
> Pulled, thanks.
>
> In the future, can you just use [PULL instead of [GIT PULL?

Sure.

Stefan