408 lines
17 KiB
Diff
408 lines
17 KiB
Diff
|
From 3d20773c3ab225449f1977b064d779adf316853c Mon Sep 17 00:00:00 2001
|
||
|
Message-Id: <3d20773c3ab225449f1977b064d779adf316853c@dist-git>
|
||
|
From: =?UTF-8?q?J=C3=A1n=20Tomko?= <jtomko@redhat.com>
|
||
|
Date: Wed, 1 Apr 2020 17:19:26 +0200
|
||
|
Subject: [PATCH] qemu: add QEMU_CAPS_STORAGE_WERROR
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Detect the werror property on SCSI and virtio disks.
|
||
|
But clear it if the QEMU supports usb-storage device without it
|
||
|
also supporting this option for usb-storage.
|
||
|
|
||
|
Signed-off-by: Ján Tomko <jtomko@redhat.com>
|
||
|
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
|
||
|
(cherry picked from commit 47e84b06ec8181cbdb00c87bcc67f20edd9e949b)
|
||
|
Signed-off-by: Ján Tomko <jtomko@redhat.com>
|
||
|
|
||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1819250
|
||
|
|
||
|
Conflicts: src/qemu/qemu_capabilities.c
|
||
|
tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
|
||
|
tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml
|
||
|
tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml
|
||
|
tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml
|
||
|
tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml
|
||
|
tests/qemucapabilitiesdata/caps_5.0.0.ppc64.xml
|
||
|
tests/qemucapabilitiesdata/caps_5.0.0.x86_64.xml
|
||
|
different capablility sets
|
||
|
Message-Id: <67c670e206dd05aac31b86cac1f42e2f37b366e5.1585754141.git.jtomko@redhat.com>
|
||
|
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
|
||
|
---
|
||
|
src/qemu/qemu_capabilities.c | 10 +++++++++-
|
||
|
src/qemu/qemu_capabilities.h | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_3.0.0.riscv32.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_3.0.0.riscv64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_3.0.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.aarch64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.riscv32.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.riscv64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.2.0.s390x.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_4.2.0.x86_64.xml | 1 +
|
||
|
tests/qemucapabilitiesdata/caps_5.0.0.aarch64.xml | 1 +
|
||
|
26 files changed, 34 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
|
||
|
index 0b4ed4253c..9d744501b9 100644
|
||
|
--- a/src/qemu/qemu_capabilities.c
|
||
|
+++ b/src/qemu/qemu_capabilities.c
|
||
|
@@ -563,7 +563,8 @@ VIR_ENUM_IMPL(virQEMUCaps,
|
||
|
"blockdev-reopen",
|
||
|
|
||
|
/* 355 */
|
||
|
- "blockdev-reopen.__com.redhat_rhel-av-8_2_0-api"
|
||
|
+ "blockdev-reopen.__com.redhat_rhel-av-8_2_0-api",
|
||
|
+ "storage.werror",
|
||
|
);
|
||
|
|
||
|
|
||
|
@@ -1299,6 +1300,7 @@ static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsVirtioBlk[] = {
|
||
|
{ "iommu_platform", QEMU_CAPS_VIRTIO_PCI_IOMMU_PLATFORM },
|
||
|
{ "ats", QEMU_CAPS_VIRTIO_PCI_ATS },
|
||
|
{ "write-cache", QEMU_CAPS_DISK_WRITE_CACHE },
|
||
|
+ { "werror", QEMU_CAPS_STORAGE_WERROR },
|
||
|
};
|
||
|
|
||
|
static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsVirtioNet[] = {
|
||
|
@@ -1334,6 +1336,7 @@ static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsSCSIDisk[] = {
|
||
|
{ "share-rw", QEMU_CAPS_DISK_SHARE_RW },
|
||
|
{ "write-cache", QEMU_CAPS_DISK_WRITE_CACHE },
|
||
|
{ "device_id", QEMU_CAPS_SCSI_DISK_DEVICE_ID },
|
||
|
+ { "werror", QEMU_CAPS_STORAGE_WERROR },
|
||
|
};
|
||
|
|
||
|
static struct virQEMUCapsStringFlags virQEMUCapsDevicePropsIDEDrive[] = {
|
||
|
@@ -4811,6 +4814,11 @@ virQEMUCapsInitProcessCapsInterlock(virQEMUCapsPtr qemuCaps)
|
||
|
{
|
||
|
if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_BLOCKDEV))
|
||
|
virQEMUCapsClear(qemuCaps, QEMU_CAPS_INCREMENTAL_BACKUP);
|
||
|
+
|
||
|
+ if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_USB_STORAGE) &&
|
||
|
+ !virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_STORAGE_WERROR)) {
|
||
|
+ virQEMUCapsClear(qemuCaps, QEMU_CAPS_STORAGE_WERROR);
|
||
|
+ }
|
||
|
}
|
||
|
|
||
|
|
||
|
diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
|
||
|
index 0f7c586703..78bddb3856 100644
|
||
|
--- a/src/qemu/qemu_capabilities.h
|
||
|
+++ b/src/qemu/qemu_capabilities.h
|
||
|
@@ -545,6 +545,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
||
|
|
||
|
/* 355 */
|
||
|
QEMU_CAPS_BLOCKDEV_REOPEN_COM_REDHAT_AV_8_2_0_API, /* downstream support for blockdev reopen in rhel-av-8.2.0 */
|
||
|
+ QEMU_CAPS_STORAGE_WERROR, /* virtio-blk,scsi-hd.werror */
|
||
|
|
||
|
QEMU_CAPS_LAST /* this must always be the last item */
|
||
|
} virQEMUCapsFlags;
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml b/tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
|
||
|
index aa9027d514..04ac872985 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
|
||
|
@@ -106,6 +106,7 @@
|
||
|
<flag name='iothread.poll-max-ns'/>
|
||
|
<flag name='query-cpu-model-baseline'/>
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>2010000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100287</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml b/tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml
|
||
|
index db51d461a8..6d36a6e484 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml
|
||
|
@@ -113,6 +113,7 @@
|
||
|
<flag name='iothread.poll-max-ns'/>
|
||
|
<flag name='query-cpu-model-baseline'/>
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>2011000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100288</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml b/tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml
|
||
|
index cbbe24823a..21a168dd3b 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_2.12.0.s390x.xml
|
||
|
@@ -125,6 +125,7 @@
|
||
|
<flag name='query-cpu-model-baseline'/>
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>2012000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100289</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml b/tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml
|
||
|
index 762ce4946e..17351ca6bf 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml
|
||
|
@@ -90,6 +90,7 @@
|
||
|
<flag name='virtual-css-bridge'/>
|
||
|
<flag name='sdl-gl'/>
|
||
|
<flag name='zpci'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>2007000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100245</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml b/tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
|
||
|
index 6000bed682..d204b82030 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
|
||
|
@@ -95,6 +95,7 @@
|
||
|
<flag name='zpci'/>
|
||
|
<flag name='query-cpu-model-baseline'/>
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>2007093</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100246</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml b/tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml
|
||
|
index 95251de022..9a6d94d37b 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml
|
||
|
@@ -100,6 +100,7 @@
|
||
|
<flag name='iothread.poll-max-ns'/>
|
||
|
<flag name='query-cpu-model-baseline'/>
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>2009000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100247</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.xml b/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.xml
|
||
|
index 0b507ec80e..6814a2f9c6 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.xml
|
||
|
@@ -95,6 +95,7 @@
|
||
|
<flag name='memory-backend-file.align'/>
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>3000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>0</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.xml b/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.xml
|
||
|
index 0d7c589f71..b81f5825cc 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.xml
|
||
|
@@ -95,6 +95,7 @@
|
||
|
<flag name='memory-backend-file.align'/>
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>3000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>0</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.s390x.xml b/tests/qemucapabilitiesdata/caps_3.0.0.s390x.xml
|
||
|
index da57f8738b..85cda12076 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_3.0.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_3.0.0.s390x.xml
|
||
|
@@ -128,6 +128,7 @@
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>3000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100239</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml b/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
|
||
|
index c955994ac0..575b1c2a43 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
|
||
|
@@ -202,6 +202,7 @@
|
||
|
<flag name='bochs-display'/>
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>3000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>43100239</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml b/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml
|
||
|
index cab38d442b..591f054193 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml
|
||
|
@@ -159,6 +159,7 @@
|
||
|
<flag name='overcommit'/>
|
||
|
<flag name='bochs-display'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>3000091</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>42900240</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml b/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml
|
||
|
index 3e89d7f933..6e434579ff 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml
|
||
|
@@ -205,6 +205,7 @@
|
||
|
<flag name='bochs-display'/>
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>3000092</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>43100240</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.xml b/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.xml
|
||
|
index 757bf193fc..6fd1880ae2 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.xml
|
||
|
@@ -169,6 +169,7 @@
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='arm-max-cpu'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>61700240</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml b/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml
|
||
|
index 4e13888042..aa22eccc6f 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml
|
||
|
@@ -173,6 +173,7 @@
|
||
|
<flag name='migration-file-drop-cache'/>
|
||
|
<flag name='machine.pseries.cap-ccf-assist'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>42900240</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.xml b/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.xml
|
||
|
index 7d3a1bec6f..6a567239b9 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.xml
|
||
|
@@ -170,6 +170,7 @@
|
||
|
<flag name='bochs-display'/>
|
||
|
<flag name='migration-file-drop-cache'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>0</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.xml b/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.xml
|
||
|
index 1732139db8..d6686b7c68 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.xml
|
||
|
@@ -170,6 +170,7 @@
|
||
|
<flag name='bochs-display'/>
|
||
|
<flag name='migration-file-drop-cache'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>0</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.s390x.xml b/tests/qemucapabilitiesdata/caps_4.0.0.s390x.xml
|
||
|
index fd124ce0c5..9dc29832f9 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.0.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.0.0.s390x.xml
|
||
|
@@ -136,6 +136,7 @@
|
||
|
<flag name='query-cpu-model-baseline'/>
|
||
|
<flag name='query-cpu-model-comparison'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100240</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml b/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml
|
||
|
index ba32d4c592..3c1baf9560 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml
|
||
|
@@ -210,6 +210,7 @@
|
||
|
<flag name='migration-file-drop-cache'/>
|
||
|
<flag name='ramfb'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4000000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>43100240</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml b/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml
|
||
|
index 54b797a86a..d5f2673fb6 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml
|
||
|
@@ -216,6 +216,7 @@
|
||
|
<flag name='blockdev-file-dynamic-auto-read-only'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
<flag name='smp-dies'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4001000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>43100241</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml b/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml
|
||
|
index 55fa169d89..75f9bc3158 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml
|
||
|
@@ -178,6 +178,7 @@
|
||
|
<flag name='smp-dies'/>
|
||
|
<flag name='virtio-net.failover'/>
|
||
|
<flag name='vhost-user-fs'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4001050</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>61700242</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml
|
||
|
index 7c62546d74..f5121fca94 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml
|
||
|
@@ -177,6 +177,7 @@
|
||
|
<flag name='blockdev-file-dynamic-auto-read-only'/>
|
||
|
<flag name='drive-nvme'/>
|
||
|
<flag name='smp-dies'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4001050</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>42900242</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.s390x.xml b/tests/qemucapabilitiesdata/caps_4.2.0.s390x.xml
|
||
|
index 49963b7020..59cb9200cb 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.2.0.s390x.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.2.0.s390x.xml
|
||
|
@@ -137,6 +137,7 @@
|
||
|
<flag name='drive-nvme'/>
|
||
|
<flag name='smp-dies'/>
|
||
|
<flag name='vhost-user-fs'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4001050</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>39100242</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.xml b/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.xml
|
||
|
index ed3dea23b3..f6df71ff3e 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.xml
|
||
|
@@ -221,6 +221,7 @@
|
||
|
<flag name='smp-dies'/>
|
||
|
<flag name='virtio-net.failover'/>
|
||
|
<flag name='vhost-user-fs'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4002000</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>43100242</microcodeVersion>
|
||
|
diff --git a/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.xml b/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.xml
|
||
|
index 8195da4e27..140a466910 100644
|
||
|
--- a/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.xml
|
||
|
+++ b/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.xml
|
||
|
@@ -180,6 +180,7 @@
|
||
|
<flag name='virtio-net.failover'/>
|
||
|
<flag name='cpu.kvm-no-adjvtime'/>
|
||
|
<flag name='vhost-user-fs'/>
|
||
|
+ <flag name='storage.werror'/>
|
||
|
<version>4002050</version>
|
||
|
<kvmVersion>0</kvmVersion>
|
||
|
<microcodeVersion>61700241</microcodeVersion>
|
||
|
--
|
||
|
2.26.2
|
||
|
|