mbox

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

Message ID 20160617134700.GD18662@thinpad.lan.raisama.net
State New
Headers show

Pull-request

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

Message

Eduardo Habkost June 17, 2016, 1:47 p.m. UTC
On Fri, Jun 17, 2016 at 11:19:36AM +0100, Peter Maydell wrote:
> Hi; your signed-off-by tag as maintainer seems to be missing from
> one of these patches. Could you respin, please?

Oops, sorry! Updated pull request below. If you prefer me to send
it as a new full e-mail series, please let me know.

The following changes since commit 4acc8fdfd315f7ee474bea28fcbcc4dca9717d13:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into staging (2016-06-17 12:36:27 +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 a663fbd9e2f65fae81018d81f231ad79510cf9fb:

  vnc: Wrap vnc initialization code with CONFIG_VNC (2016-06-17 10:42:21 -0300)

----------------------------------------------------------------
Machine queue, 2016-06-17

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

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, 3:16 p.m. UTC | #1
On 17 June 2016 at 14:47, Eduardo Habkost <ehabkost@redhat.com> wrote:
> On Fri, Jun 17, 2016 at 11:19:36AM +0100, Peter Maydell wrote:
>> Hi; your signed-off-by tag as maintainer seems to be missing from
>> one of these patches. Could you respin, please?
>
> Oops, sorry! Updated pull request below. If you prefer me to send
> it as a new full e-mail series, please let me know.
>
> The following changes since commit 4acc8fdfd315f7ee474bea28fcbcc4dca9717d13:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into staging (2016-06-17 12:36:27 +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 a663fbd9e2f65fae81018d81f231ad79510cf9fb:
>
>   vnc: Wrap vnc initialization code with CONFIG_VNC (2016-06-17 10:42:21 -0300)
>
> ----------------------------------------------------------------
> Machine queue, 2016-06-17
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM