mbox

[PULL,0/5] machine + memory backend queue, 2016-10-17

Message ID 1476726918-16039-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/machine-pull-request

Message

Eduardo Habkost Oct. 17, 2016, 5:55 p.m. UTC
The following changes since commit 0975b8b823a888d474fa33821dfe84e6904db197:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2016-10-17 16:17:51 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-pull-request

for you to fetch changes up to 026ac483c70850c82fad849de656204b16f8415e:

  hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class properties (2016-10-17 15:48:40 -0200)

----------------------------------------------------------------
machine + memory backend queue, 2016-10-17

----------------------------------------------------------------

Eduardo Habkost (4):
  machine: Register TYPE_MACHINE properties as class properties
  pc: Register TYPE_PC_MACHINE properties as class properties
  hostmem: Register TYPE_MEMORY_BACKEND properties as class properties
  hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class
    properties

Markus Armbruster (1):
  machine: Fix replacement of '_' by '-' in machine property names

 backends/hostmem-file.c |  26 +++---
 backends/hostmem.c      |  42 +++++-----
 hw/core/machine.c       | 206 +++++++++++++++++++++++-------------------------
 hw/i386/pc.c            |  56 ++++++-------
 vl.c                    |   9 +--
 5 files changed, 161 insertions(+), 178 deletions(-)

Comments

Peter Maydell Oct. 18, 2016, 10:40 a.m. UTC | #1
On 17 October 2016 at 18:55, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 0975b8b823a888d474fa33821dfe84e6904db197:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2016-10-17 16:17:51 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-pull-request
>
> for you to fetch changes up to 026ac483c70850c82fad849de656204b16f8415e:
>
>   hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class properties (2016-10-17 15:48:40 -0200)
>
> ----------------------------------------------------------------
> machine + memory backend queue, 2016-10-17
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM