[PATCH v4 0/1] monitor: Support specified vCPU registers

zhenwei pi posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220802073720.1236988-1-pizhenwei@bytedance.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Markus Armbruster <armbru@redhat.com>
hmp-commands-info.hx |  8 +++++---
monitor/misc.c       | 10 ++++++++--
2 files changed, 13 insertions(+), 5 deletions(-)
[PATCH v4 0/1] monitor: Support specified vCPU registers
Posted by zhenwei pi 1 year, 8 months ago
v3 -> v4: 
- Tweake a few document and output '\n' prefix.

v2 -> v3: 
- Add more document in help info.
- Use 'qemu_get_cpu()' to simplify code.

v1 -> v2: 
- Typo fix in commit message.
- Suggested by Darren, use '[-a|vcpu]' instead of '[-a] [vcpu]',
  becase only one of these may be specified at a time.

v1:
- Support specified vCPU registers for monitor command.

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

 hmp-commands-info.hx |  8 +++++---
 monitor/misc.c       | 10 ++++++++--
 2 files changed, 13 insertions(+), 5 deletions(-)

-- 
2.20.1
Re: [PATCH v4 0/1] monitor: Support specified vCPU registers
Posted by Dr. David Alan Gilbert 1 year, 7 months ago
* zhenwei pi (pizhenwei@bytedance.com) wrote:
> v3 -> v4: 
> - Tweake a few document and output '\n' prefix.
> 
> v2 -> v3: 
> - Add more document in help info.
> - Use 'qemu_get_cpu()' to simplify code.
> 
> v1 -> v2: 
> - Typo fix in commit message.
> - Suggested by Darren, use '[-a|vcpu]' instead of '[-a] [vcpu]',
>   becase only one of these may be specified at a time.
> 
> v1:
> - Support specified vCPU registers for monitor command.
> 
> Zhenwei Pi (1):
>   monitor: Support specified vCPU registers
> 
>  hmp-commands-info.hx |  8 +++++---
>  monitor/misc.c       | 10 ++++++++--
>  2 files changed, 13 insertions(+), 5 deletions(-)

Queued.  Sorry for the delay.

Dave

> 
> -- 
> 2.20.1
> 
> 
-- 
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK