mbox

[PULL,for-2.5,v2,0/4] QOM devices patch queue 2015-12-04

Message ID 1449251811-21810-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter

Message

Andreas Färber Dec. 4, 2015, 5:56 p.m. UTC
Hello Peter,

This is my QOM (devices) patch queue for 2.5. Please pull.

v2 squashes a fix by Markus.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3:

  ui: vnc: avoid floating point exception (2015-12-03 13:34:50 +0000)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter

for you to fetch changes up to 0d2cd785ef1282b14687f9f7f4b63ae4a2430be3:

  qom-test: Fix qmp() leaks (2015-12-04 18:29:31 +0100)

----------------------------------------------------------------
QOM infrastructure fixes and device conversions

* Documentation update
* qom-test and related fixes

----------------------------------------------------------------
Andreas Färber (1):
      tests: Fix check-report-qtest-% target

Cao jin (1):
      qom: Update documentation comment of struct Object

Marc-André Lureau (1):
      qom-test: Fix qmp() leaks

Markus Armbruster (1):
      tests: Use proper functions types instead of void (*fn)

 include/qom/object.h    |  3 ---
 tests/Makefile          |  4 ++--
 tests/ide-test.c        |  4 ++--
 tests/libqtest.c        | 14 ++++++++++----
 tests/libqtest.h        |  7 ++++---
 tests/qom-test.c        | 21 ++++++++++++++-------
 tests/vhost-user-test.c |  3 ++-
 7 files changed, 34 insertions(+), 22 deletions(-)

Comments

Peter Maydell Dec. 7, 2015, 11:04 a.m. UTC | #1
On 4 December 2015 at 17:56, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM (devices) patch queue for 2.5. Please pull.
>
> v2 squashes a fix by Markus.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Markus Armbruster <armbru@redhat.com>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit 4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3:
>
>   ui: vnc: avoid floating point exception (2015-12-03 13:34:50 +0000)
>
> are available in the git repository at:
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter
>
> for you to fetch changes up to 0d2cd785ef1282b14687f9f7f4b63ae4a2430be3:
>
>   qom-test: Fix qmp() leaks (2015-12-04 18:29:31 +0100)
>

Applied, thanks.

-- PMM