mbox

[PULL,0/1] Machine queue, 2018-06-11

Message ID 20180611173452.28087-1-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost June 11, 2018, 5:34 p.m. UTC
The following changes since commit 9f55925b8f50a962d1d08d815044db7767ae3838:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' into staging (2018-06-11 12:46:16 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0f5319ea25fb0a05827d512859b7c7d23371ac5d:

  cli: Don't run early event loop if no --preconfig was specified (2018-06-11 14:25:49 -0300)

----------------------------------------------------------------
Machine queue, 2018-06-11

* Fix -daemonize hang caused by --preconfig code

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

Queue for Machine Core patches


Igor Mammedov (1):
  cli: Don't run early event loop if no --preconfig was specified

 vl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell June 12, 2018, 10:56 a.m. UTC | #1
On 11 June 2018 at 18:34, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 9f55925b8f50a962d1d08d815044db7767ae3838:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' into staging (2018-06-11 12:46:16 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to 0f5319ea25fb0a05827d512859b7c7d23371ac5d:
>
>   cli: Don't run early event loop if no --preconfig was specified (2018-06-11 14:25:49 -0300)
>
> ----------------------------------------------------------------
> Machine queue, 2018-06-11
>
> * Fix -daemonize hang caused by --preconfig code
>
> ----------------------------------------------------------------
>
> Queue for Machine Core patches
>
>
> Igor Mammedov (1):
>   cli: Don't run early event loop if no --preconfig was specified
>
>  vl.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> --

Applied, thanks.

-- PMM