[PATCH v2 0/2] qemu-options: define -spice only #ifdef CONFIG_SPICE

marcandre.lureau@redhat.com posted 2 patches 4 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211115080312.64692-1-marcandre.lureau@redhat.com
softmmu/vl.c    | 4 +++-
qemu-options.hx | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
[PATCH v2 0/2] qemu-options: define -spice only #ifdef CONFIG_SPICE
Posted by marcandre.lureau@redhat.com 4 years, 2 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

This is v2 of "[PATCH] qemu-options.hx: remove -spice options from --help",
after Markus comment on patch title.

Marc-André Lureau (2):
  qemu-options: define -spice only #ifdef CONFIG_SPICE
  vl: typo fix in a comment

 softmmu/vl.c    | 4 +++-
 qemu-options.hx | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.33.0.721.g106298f7f9



Re: [PATCH v2 0/2] qemu-options: define -spice only #ifdef CONFIG_SPICE
Posted by Philippe Mathieu-Daudé 4 years, 2 months ago
On 11/15/21 09:03, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Marc-André Lureau (2):
>   qemu-options: define -spice only #ifdef CONFIG_SPICE
>   vl: typo fix in a comment

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>