[PATCH 0/2] qemuBuildHostdevMediatedDevProps: Format 'ramfb' only when enabled

Peter Krempa posted 2 patches 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1637225757.git.pkrempa@redhat.com
src/qemu/qemu_command.c                                     | 4 +++-
.../hostdev-mdev-display-ramfb.x86_64-latest.args           | 1 +
tests/qemuxml2argvdata/hostdev-mdev-display-ramfb.xml       | 5 +++++
.../hostdev-mdev-display-ramfb.x86_64-latest.xml            | 6 ++++++
4 files changed, 15 insertions(+), 1 deletion(-)
[PATCH 0/2] qemuBuildHostdevMediatedDevProps: Format 'ramfb' only when enabled
Posted by Peter Krempa 2 years, 5 months ago
Fix a regression introduced by the conversion of -device formatters and
add a test case for it.

Peter Krempa (2):
  qemuBuildHostdevMediatedDevProps: Format 'ramfb' only when enabled
  qemuxml2argvtest: Add device with 'ramfb=off' to
    'hostdev-mdev-display-ramfb'

 src/qemu/qemu_command.c                                     | 4 +++-
 .../hostdev-mdev-display-ramfb.x86_64-latest.args           | 1 +
 tests/qemuxml2argvdata/hostdev-mdev-display-ramfb.xml       | 5 +++++
 .../hostdev-mdev-display-ramfb.x86_64-latest.xml            | 6 ++++++
 4 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.31.1

Re: [PATCH 0/2] qemuBuildHostdevMediatedDevProps: Format 'ramfb' only when enabled
Posted by Ján Tomko 2 years, 5 months ago
On a Thursday in 2021, Peter Krempa wrote:
>Fix a regression introduced by the conversion of -device formatters and
>add a test case for it.
>
>Peter Krempa (2):
>  qemuBuildHostdevMediatedDevProps: Format 'ramfb' only when enabled
>  qemuxml2argvtest: Add device with 'ramfb=off' to
>    'hostdev-mdev-display-ramfb'
>
> src/qemu/qemu_command.c                                     | 4 +++-
> .../hostdev-mdev-display-ramfb.x86_64-latest.args           | 1 +
> tests/qemuxml2argvdata/hostdev-mdev-display-ramfb.xml       | 5 +++++
> .../hostdev-mdev-display-ramfb.x86_64-latest.xml            | 6 ++++++
> 4 files changed, 15 insertions(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano