mbox

[PULL,for-2.1,0/1] QOM devices patch queue 2014-07-21

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

Pull-request

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

Message

Andreas Färber July 21, 2014, 5:04 p.m. UTC
Hello Peter,

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

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>

The following changes since commit 147fc419734b057b9d9154c2ca0d9d397054104b:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' into staging (2014-07-18 16:59:29 +0100)

are available in the git repository at:


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

for you to fetch changes up to b0ddb8bf6bf1739240640f353fd49e9e5d3f85dc:

  machine: Replace underscores in machine's property names (2014-07-21 18:58:36 +0200)

----------------------------------------------------------------
QOM and device refactorings

* Machine: Property name fixups for 2.1 ABI

----------------------------------------------------------------
Marcel Apfelbaum (1):
      machine: Replace underscores in machine's property names

 hw/core/machine.c |  8 ++++----
 vl.c              | 12 +++++++++++-
 2 files changed, 15 insertions(+), 5 deletions(-)

Comments

Peter Maydell July 21, 2014, 6:17 p.m. UTC | #1
On 21 July 2014 18:04, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM (devices) patch queue. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> The following changes since commit 147fc419734b057b9d9154c2ca0d9d397054104b:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' into staging (2014-07-18 16:59:29 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-2.1
>
> for you to fetch changes up to b0ddb8bf6bf1739240640f353fd49e9e5d3f85dc:
>
>   machine: Replace underscores in machine's property names (2014-07-21 18:58:36 +0200)

Applied, thanks.

-- PMM