[Qemu-devel] [PULL v2 0/3] Monitor patches for 2018-10-30

Markus Armbruster posted 3 patches 5 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181106173941.9449-1-armbru@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
monitor.c | 37 ++++++++++++++++++++++---------------
vl.c      |  4 ++++
2 files changed, 26 insertions(+), 15 deletions(-)
[Qemu-devel] [PULL v2 0/3] Monitor patches for 2018-10-30
Posted by Markus Armbruster 5 years, 5 months ago
The following changes since commit 0ca70f19c010ccf0b10cf7cc1d2b9a87193fe787:

  tests: Fix Python 3 detection on older GNU make versions (2018-11-06 14:58:13 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-10-30-v2

for you to fetch changes up to 0c57893d62596d1d91779452be3b38b4b72ecd04:

  vl: Avoid crash when -mon is underspecified (2018-11-06 17:03:29 +0100)

----------------------------------------------------------------
Monitor patches for 2018-10-30

* Fix crash on shutdown with --daemonize
* Avoid crash when -mon lacks chardev=...

----------------------------------------------------------------
Eric Blake (1):
      vl: Avoid crash when -mon is underspecified

Wolfgang Bumiller (2):
      monitor: guard iothread access by mon->use_io_thread
      monitor: delay monitor iothread creation

 monitor.c | 37 ++++++++++++++++++++++---------------
 vl.c      |  4 ++++
 2 files changed, 26 insertions(+), 15 deletions(-)

Eric Blake (1):
  vl: Avoid crash when -mon is underspecified

Wolfgang Bumiller (2):
  monitor: guard iothread access by mon->use_io_thread
  monitor: delay monitor iothread creation

 monitor.c | 37 ++++++++++++++++++++++---------------
 vl.c      |  4 ++++
 2 files changed, 26 insertions(+), 15 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL v2 0/3] Monitor patches for 2018-10-30
Posted by Peter Maydell 5 years, 5 months ago
On 6 November 2018 at 17:39, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 0ca70f19c010ccf0b10cf7cc1d2b9a87193fe787:
>
>   tests: Fix Python 3 detection on older GNU make versions (2018-11-06 14:58:13 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-10-30-v2
>
> for you to fetch changes up to 0c57893d62596d1d91779452be3b38b4b72ecd04:
>
>   vl: Avoid crash when -mon is underspecified (2018-11-06 17:03:29 +0100)
>
> ----------------------------------------------------------------
> Monitor patches for 2018-10-30
>
> * Fix crash on shutdown with --daemonize
> * Avoid crash when -mon lacks chardev=...
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM