[PATCH v2 0/2] Update description for input grab key

Tianlan Zhou posted 2 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240221195208.462-1-bobby825@126.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
docs/system/keys.rst.inc | 2 +-
system/vl.c              | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH v2 0/2] Update description for input grab key
Posted by Tianlan Zhou 9 months, 1 week ago
Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.

v2:
- Update help message in system/vl.c

v1:
- Initial patch

Tianlan Zhou (2):
  docs/system: Update description for input grab key
  system/vl: Update description for input grab key

 docs/system/keys.rst.inc | 2 +-
 system/vl.c              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.38.1.windows.1
Re: [PATCH v2 0/2] Update description for input grab key
Posted by Michael Tokarev 9 months, 1 week ago
21.02.2024 22:52, Tianlan Zhou :
> Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.
> 
> v2:
> - Update help message in system/vl.c
> 
> v1:
> - Initial patch
> 
> Tianlan Zhou (2):
>    docs/system: Update description for input grab key
>    system/vl: Update description for input grab key
> 
>   docs/system/keys.rst.inc | 2 +-
>   system/vl.c              | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)

Applied to trivial-patches, thanks!

/mjt