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

Eduardo Habkost posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180611173452.28087-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
vl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] Machine queue, 2018-06-11
Posted by Eduardo Habkost 5 years, 10 months ago
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(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/1] Machine queue, 2018-06-11
Posted by Peter Maydell 5 years, 10 months ago
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