[Qemu-devel] [PULL 0/1] Monitor patches for 2018-07-11

Markus Armbruster posted 1 patch 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180711191408.2438-1-armbru@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
monitor.c | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PULL 0/1] Monitor patches for 2018-07-11
Posted by Markus Armbruster 5 years, 9 months ago
The following changes since commit c447afd5783b9237fa51b7a85777007d8d568bfc:

  Update version for v3.0.0-rc0 release (2018-07-10 18:19:50 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 42eab8dbec2f3fd4a14bd63ab01aa155ce5724a3:

  monitor: fix double-free of request error (2018-07-11 21:11:15 +0200)

----------------------------------------------------------------
Monitor patches for 2018-07-11

----------------------------------------------------------------
Marc-André Lureau (1):
      monitor: fix double-free of request error

 monitor.c | 1 +
 1 file changed, 1 insertion(+)

Marc-André Lureau (1):
  monitor: fix double-free of request error

 monitor.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/1] Monitor patches for 2018-07-11
Posted by Peter Maydell 5 years, 9 months ago
On 11 July 2018 at 20:14, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit c447afd5783b9237fa51b7a85777007d8d568bfc:
>
>   Update version for v3.0.0-rc0 release (2018-07-10 18:19:50 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-07-11
>
> for you to fetch changes up to 42eab8dbec2f3fd4a14bd63ab01aa155ce5724a3:
>
>   monitor: fix double-free of request error (2018-07-11 21:11:15 +0200)
>
> ----------------------------------------------------------------
> Monitor patches for 2018-07-11
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM