mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
configure: Enable dead code (lzo, snappy, quorum)
Those options were not enabled by default, even when the build environment would have supported them, so the corresponding code was not compiled in normal test builds like on build bots. [Building quorum by default "broke" qemu-iotests ./check 081. It turns out the 081.out master output was just bitrotted. Fix this by updating the error message. --Stefan] Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com> Reviewed-by: Benoit Canet <benoit@irqsave.net> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
06a59afac4
commit
b25c9dff35
2 changed files with 25 additions and 16 deletions
|
@ -45,5 +45,5 @@ wrote 10485760/10485760 bytes at offset 0
|
|||
10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
|
||||
== checking that quorum is broken ==
|
||||
qemu-io: can't open device (null): Could not read image for determining its format: Input/output error
|
||||
qemu-io: can't open: Could not read image for determining its format: Input/output error
|
||||
*** done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue