[libvirt PATCH 0/3] conf: Fix handling of SMM feature

Andrea Bolognani posted 3 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220513144405.864210-1-abologna@redhat.com
src/conf/domain_conf.c                        |  9 +++++---
...rgs => machine-smm-off.x86_64-latest.args} | 16 ++++++--------
tests/qemuxml2argvdata/machine-smm-off.xml    | 17 +++++++++++++++
...args => machine-smm-on.x86_64-latest.args} | 16 ++++++--------
tests/qemuxml2argvdata/machine-smm-on.xml     | 17 +++++++++++++++
tests/qemuxml2argvtest.c                      |  8 ++-----
.../machine-smm-off.x86_64-latest.xml}        | 21 ++++++++++++-------
.../machine-smm-on.x86_64-latest.xml}         | 19 ++++++++++-------
tests/qemuxml2xmltest.c                       |  2 ++
9 files changed, 81 insertions(+), 44 deletions(-)
copy tests/qemuxml2argvdata/{machine-smm-opt.args => machine-smm-off.x86_64-latest.args} (52%)
create mode 100644 tests/qemuxml2argvdata/machine-smm-off.xml
rename tests/qemuxml2argvdata/{machine-smm-opt.args => machine-smm-on.x86_64-latest.args} (52%)
create mode 100644 tests/qemuxml2argvdata/machine-smm-on.xml
copy tests/{qemuxml2argvdata/machine-smm-opt.xml => qemuxml2xmloutdata/machine-smm-off.x86_64-latest.xml} (51%)
rename tests/{qemuxml2argvdata/machine-smm-opt.xml => qemuxml2xmloutdata/machine-smm-on.x86_64-latest.xml} (53%)
[libvirt PATCH 0/3] conf: Fix handling of SMM feature
Posted by Andrea Bolognani 1 year, 10 months ago
Andrea Bolognani (3):
  tests: Update smm=on test
  tests: Introduce smm=off test
  conf: Fix smm=off handling

 src/conf/domain_conf.c                        |  9 +++++---
 ...rgs => machine-smm-off.x86_64-latest.args} | 16 ++++++--------
 tests/qemuxml2argvdata/machine-smm-off.xml    | 17 +++++++++++++++
 ...args => machine-smm-on.x86_64-latest.args} | 16 ++++++--------
 tests/qemuxml2argvdata/machine-smm-on.xml     | 17 +++++++++++++++
 tests/qemuxml2argvtest.c                      |  8 ++-----
 .../machine-smm-off.x86_64-latest.xml}        | 21 ++++++++++++-------
 .../machine-smm-on.x86_64-latest.xml}         | 19 ++++++++++-------
 tests/qemuxml2xmltest.c                       |  2 ++
 9 files changed, 81 insertions(+), 44 deletions(-)
 copy tests/qemuxml2argvdata/{machine-smm-opt.args => machine-smm-off.x86_64-latest.args} (52%)
 create mode 100644 tests/qemuxml2argvdata/machine-smm-off.xml
 rename tests/qemuxml2argvdata/{machine-smm-opt.args => machine-smm-on.x86_64-latest.args} (52%)
 create mode 100644 tests/qemuxml2argvdata/machine-smm-on.xml
 copy tests/{qemuxml2argvdata/machine-smm-opt.xml => qemuxml2xmloutdata/machine-smm-off.x86_64-latest.xml} (51%)
 rename tests/{qemuxml2argvdata/machine-smm-opt.xml => qemuxml2xmloutdata/machine-smm-on.x86_64-latest.xml} (53%)

-- 
2.35.3
Re: [libvirt PATCH 0/3] conf: Fix handling of SMM feature
Posted by Ján Tomko 1 year, 10 months ago
On a Friday in 2022, Andrea Bolognani wrote:
>Andrea Bolognani (3):
>  tests: Update smm=on test
>  tests: Introduce smm=off test
>  conf: Fix smm=off handling
>
> src/conf/domain_conf.c                        |  9 +++++---
> ...rgs => machine-smm-off.x86_64-latest.args} | 16 ++++++--------
> tests/qemuxml2argvdata/machine-smm-off.xml    | 17 +++++++++++++++
> ...args => machine-smm-on.x86_64-latest.args} | 16 ++++++--------
> tests/qemuxml2argvdata/machine-smm-on.xml     | 17 +++++++++++++++
> tests/qemuxml2argvtest.c                      |  8 ++-----
> .../machine-smm-off.x86_64-latest.xml}        | 21 ++++++++++++-------
> .../machine-smm-on.x86_64-latest.xml}         | 19 ++++++++++-------
> tests/qemuxml2xmltest.c                       |  2 ++
> 9 files changed, 81 insertions(+), 44 deletions(-)
> copy tests/qemuxml2argvdata/{machine-smm-opt.args => machine-smm-off.x86_64-latest.args} (52%)
> create mode 100644 tests/qemuxml2argvdata/machine-smm-off.xml
> rename tests/qemuxml2argvdata/{machine-smm-opt.args => machine-smm-on.x86_64-latest.args} (52%)
> create mode 100644 tests/qemuxml2argvdata/machine-smm-on.xml
> copy tests/{qemuxml2argvdata/machine-smm-opt.xml => qemuxml2xmloutdata/machine-smm-off.x86_64-latest.xml} (51%)
> rename tests/{qemuxml2argvdata/machine-smm-opt.xml => qemuxml2xmloutdata/machine-smm-on.x86_64-latest.xml} (53%)
>

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

Jano