[PULL 0/3] hmp queue

Dr. David Alan Gilbert (git) posted 3 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220915154606.124713-1-dgilbert@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Markus Armbruster <armbru@redhat.com>
hmp-commands-info.hx |  8 +++++---
hmp-commands.hx      | 46 +++++++++++++++++++++++-----------------------
monitor/hmp.c        |  9 +++++++--
monitor/misc.c       | 10 ++++++++--
4 files changed, 43 insertions(+), 30 deletions(-)
[PULL 0/3] hmp queue
Posted by Dr. David Alan Gilbert (git) 1 year, 7 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 79dfa177ae348bb5ab5f97c0915359b13d6186e2:

  Merge tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru into staging (2022-09-07 13:13:30 -0400)

are available in the Git repository at:

  https://gitlab.com/dagrh/qemu.git tags/pull-hmp-20220915a

for you to fetch changes up to 22269b0436cc8e4aaac975b4c8cb01b343d09661:

  hmp: Fix ordering of text (2022-09-15 14:13:30 +0100)

----------------------------------------------------------------
HMP pull 2022-09-15

A set of 3 small additions/fixes.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Dongli Zhang (1):
      monitor/hmp: print trace as option in help for log command

Dr. David Alan Gilbert (1):
      hmp: Fix ordering of text

Zhenwei Pi (1):
      monitor: Support specified vCPU registers

 hmp-commands-info.hx |  8 +++++---
 hmp-commands.hx      | 46 +++++++++++++++++++++++-----------------------
 monitor/hmp.c        |  9 +++++++--
 monitor/misc.c       | 10 ++++++++--
 4 files changed, 43 insertions(+), 30 deletions(-)
Re: [PULL 0/3] hmp queue
Posted by Thomas Huth 1 year, 7 months ago
On 15/09/2022 17.46, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> The following changes since commit 79dfa177ae348bb5ab5f97c0915359b13d6186e2:
> 
>    Merge tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru into staging (2022-09-07 13:13:30 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/dagrh/qemu.git tags/pull-hmp-20220915a
> 
> for you to fetch changes up to 22269b0436cc8e4aaac975b4c8cb01b343d09661:
> 
>    hmp: Fix ordering of text (2022-09-15 14:13:30 +0100)

Not sure whether it's caused by this merge, but a lot of the avocado jobs 
are failing now in the CI:

  https://gitlab.com/qemu-project/qemu/-/pipelines/643064395

I've seen some few Avocado failures (e.g. with the Debian job) in the past 
already, but the amount of simultaneous failures seem to have increased now. 
Does anybody have a clue what have caused this?

  Thomas
Re: [PULL 0/3] hmp queue
Posted by Thomas Huth 1 year, 7 months ago
On 20/09/2022 17.30, Thomas Huth wrote:
> On 15/09/2022 17.46, Dr. David Alan Gilbert (git) wrote:
>> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>>
>> The following changes since commit 79dfa177ae348bb5ab5f97c0915359b13d6186e2:
>>
>>    Merge tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru into 
>> staging (2022-09-07 13:13:30 -0400)
>>
>> are available in the Git repository at:
>>
>>    https://gitlab.com/dagrh/qemu.git tags/pull-hmp-20220915a
>>
>> for you to fetch changes up to 22269b0436cc8e4aaac975b4c8cb01b343d09661:
>>
>>    hmp: Fix ordering of text (2022-09-15 14:13:30 +0100)
> 
> Not sure whether it's caused by this merge, but a lot of the avocado jobs 
> are failing now in the CI:
> 
>   https://gitlab.com/qemu-project/qemu/-/pipelines/643064395
> 
> I've seen some few Avocado failures (e.g. with the Debian job) in the past 
> already, but the amount of simultaneous failures seem to have increased now. 
> Does anybody have a clue what have caused this?

I was able to reproduce the issue locally on my laptop, so I bisected it ... 
it's not related to the HMP pull request, but to Peter's ARM pull request a 
little bit earlier. I'll follow up there.

  Thomas



Re: [PULL 0/3] hmp queue
Posted by Stefan Hajnoczi 1 year, 7 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.