mbox

[PULL,0/2] Machine queue, 2016-06-16

Message ID 1466096778-13248-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 June 16, 2016, 5:06 p.m. UTC
Very few changes in the machine tree recently, but I don't want
to hold the patches for too long.

The following changes since commit a66370b08d53837eb233cad090b3c2638084cc44:

  Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4' into staging (2016-06-16 10:53:33 +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 f4ad4c1d10f6c1cfd1f2f8b1194e94dbdbc2d3b9:

  vnc: Wrap vnc initialization code with CONFIG_VNC (2016-06-16 11:37:44 -0300)

----------------------------------------------------------------
Machine queue, 2016-06-16

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

Chao Peng (1):
  vnc: Wrap vnc initialization code with CONFIG_VNC

Eduardo Habkost (1):
  qdev: Use GList for global properties

 hw/core/qdev-properties.c | 15 ++++++++-------
 include/hw/qdev-core.h    |  1 -
 vl.c                      |  2 ++
 3 files changed, 10 insertions(+), 8 deletions(-)

Comments

Peter Maydell June 17, 2016, 10:19 a.m. UTC | #1
On 16 June 2016 at 18:06, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Very few changes in the machine tree recently, but I don't want
> to hold the patches for too long.
>
> The following changes since commit a66370b08d53837eb233cad090b3c2638084cc44:
>
>   Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4' into staging (2016-06-16 10:53:33 +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 f4ad4c1d10f6c1cfd1f2f8b1194e94dbdbc2d3b9:
>
>   vnc: Wrap vnc initialization code with CONFIG_VNC (2016-06-16 11:37:44 -0300)
>
> ----------------------------------------------------------------
> Machine queue, 2016-06-16
>
> ----------------------------------------------------------------
>
> Chao Peng (1):
>   vnc: Wrap vnc initialization code with CONFIG_VNC
>
> Eduardo Habkost (1):
>   qdev: Use GList for global properties

Hi; your signed-off-by tag as maintainer seems to be missing from
one of these patches. Could you respin, please?

thanks
-- PMM