index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qemu-iotests
/
049.out
Age
Commit message (
Expand
)
Author
2020-09-07
block: Raise an error when backing file parameter is an empty string
Connor Kuehl
2020-08-25
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-07-14
qemu-img: Flush stdout before before potential stderr messages
Eric Blake
2020-07-06
block/amend: refactor qcow2 amend options
Maxim Levitsky
2020-05-18
qemu_img: add cvtnum_full to print error reports
Eyal Moscovici
2020-05-13
qcow2: introduce compression type feature
Denis Plotnikov
2019-12-18
block: Error out on image creation with conflicting size options
Kevin Wolf
2018-10-19
block: Clean up bdrv_img_create()'s error reporting
Markus Armbruster
2018-03-09
qcow2: Use visitor for options in qcow2_create()
Kevin Wolf
2017-07-11
qcow2: convert QCow2 to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-02-28
option: Tweak invalid size error message and unbreak iotest 049
Markus Armbruster
2016-03-30
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2015-10-02
tests: Fix test 049 fallout from improved HMP error messages
Eric Blake
2015-09-11
opts: produce valid command line in qemu_opts_print
Kővágó, Zoltán
2015-09-04
qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts
Bo Tu
2015-03-16
block: Deprecate QCOW/QCOW2 encryption
Markus Armbruster
2015-03-10
qcow2: Allow creation with refcount order != 4
Max Reitz
2014-12-12
qemu-iotests: Remove traling whitespaces in *.out
Fam Zheng
2014-09-12
qapi: introduce PreallocMode and new PreallocModes full and falloc.
Hu Tao
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2013-09-12
qemu-iotests: Adjustments due to error propagation
Max Reitz
2013-06-06
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
2013-02-22
qemu-iotests: Test qcow2 image creation options
Kevin Wolf