[PATCH 0/2] Two forgotten build fixes (pushed under build-breaker rule)

These should've been amended into the last series, sorry. Martin Kletzander (2): qemuxml2argvdata: Fix watchdog parameters in crypto-builtin qemuxml2argvdata: Fix missing device in crypto-builtin XML tests/qemuxml2argvdata/crypto-builtin.x86_64-latest.args | 2 ++ tests/qemuxml2argvdata/crypto-builtin.xml | 1 + 2 files changed, 3 insertions(+) -- 2.39.1

Forgotten fix after a post-review rebase. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Pushed under the build-breaker rule. tests/qemuxml2argvdata/crypto-builtin.x86_64-latest.args | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/qemuxml2argvdata/crypto-builtin.x86_64-latest.args b/tests/qemuxml2argvdata/crypto-builtin.x86_64-latest.args index 1fafea9e4e66..75618ae36889 100644 --- a/tests/qemuxml2argvdata/crypto-builtin.x86_64-latest.args +++ b/tests/qemuxml2argvdata/crypto-builtin.x86_64-latest.args @@ -33,6 +33,8 @@ XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \ -device '{"driver":"pcie-root-port","port":8,"chassis":1,"id":"pci.1","bus":"pcie.0","multifunction":true,"addr":"0x1"}' \ -device '{"driver":"pcie-root-port","port":9,"chassis":2,"id":"pci.2","bus":"pcie.0","addr":"0x1.0x1"}' \ -audiodev '{"id":"audio1","driver":"none"}' \ +-global ICH9-LPC.noreboot=off \ +-watchdog-action reset \ -device '{"driver":"virtio-balloon-pci","id":"balloon0","bus":"pci.1","addr":"0x0"}' \ -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ -object '{"qom-type":"cryptodev-backend-builtin","id":"objcrypto0","queues":1}' \ -- 2.39.1

Another forgotten fix after a post-review rebase. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Pushed under the build-breaker rule. tests/qemuxml2argvdata/crypto-builtin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qemuxml2argvdata/crypto-builtin.xml b/tests/qemuxml2argvdata/crypto-builtin.xml index 51049888f605..e35d5ff1afa3 100644 --- a/tests/qemuxml2argvdata/crypto-builtin.xml +++ b/tests/qemuxml2argvdata/crypto-builtin.xml @@ -40,6 +40,7 @@ <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <audio id='1' type='none'/> + <watchdog model='itco' action='reset'/> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </memballoon> -- 2.39.1
participants (1)
-
Martin Kletzander