[Qemu-devel] [PULL 0/1] Monitor patches for 2018-07-31 (3.0.0-rc3)

Markus Armbruster posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180731155156.25994-1-armbru@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
monitor.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] Monitor patches for 2018-07-31 (3.0.0-rc3)
Posted by Markus Armbruster 7 years, 3 months ago
The following changes since commit 42e76456cf68dc828b8dbd3c7e255197e9b5e57d:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-07-31 13:52:03 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-07-31

for you to fetch changes up to 9a1054061c62311f6efcd88e4df0aa5203c7b39a:

  monitor: temporary fix for dead-lock on event recursion (2018-07-31 17:42:57 +0200)

----------------------------------------------------------------
Monitor patches for 2018-07-31 (3.0.0-rc3)

----------------------------------------------------------------
Marc-André Lureau (1):
      monitor: temporary fix for dead-lock on event recursion

 monitor.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/1] Monitor patches for 2018-07-31 (3.0.0-rc3)
Posted by Peter Maydell 7 years, 3 months ago
On 31 July 2018 at 16:51, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 42e76456cf68dc828b8dbd3c7e255197e9b5e57d:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-07-31 13:52:03 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-07-31
>
> for you to fetch changes up to 9a1054061c62311f6efcd88e4df0aa5203c7b39a:
>
>   monitor: temporary fix for dead-lock on event recursion (2018-07-31 17:42:57 +0200)
>
> ----------------------------------------------------------------
> Monitor patches for 2018-07-31 (3.0.0-rc3)
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       monitor: temporary fix for dead-lock on event recursion
>
>  monitor.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 43 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM