aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf3-146/+84
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf3-0/+169
2018-03-09test-qemu-opts: Test qemu_opts_to_qdict_filtered()Kevin Wolf1-0/+125
2018-03-09test-qemu-opts: Test qemu_opts_append()Kevin Wolf1-0/+128
2018-03-09util: Add qemu_opts_to_qdict_filtered()Kevin Wolf2-5/+39
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf1-9/+19
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf1-17/+45
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf3-14/+73
2018-03-09qcow2: Pass BlockdevCreateOptions to qcow2_co_create()Kevin Wolf1-38/+151
2018-03-09qcow2: Let qcow2_create() handle protocol layerKevin Wolf1-26/+38
2018-03-09qcow2: Rename qcow2_co_create2() to qcow2_co_create()Kevin Wolf1-8/+8
2018-03-09block/qapi: Add qcow2 create options to schemaKevin Wolf1-1/+44
2018-03-09block/qapi: Introduce BlockdevCreateOptionsKevin Wolf1-0/+62
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia3-0/+36
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia3-0/+11
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia3-0/+15
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia3-1/+17
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia3-7/+23
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia3-5/+21
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia3-60/+43
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini10-45/+103
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini7-24/+58
2018-03-09qed: make bdrv_qed_do_open a coroutine_fnPaolo Bonzini1-3/+37
2018-03-09qcow2: make qcow2_do_open a coroutine_fnPaolo Bonzini1-5/+41
2018-03-09qcow2: fix flushing after dirty bitmap metadata writesPaolo Bonzini1-2/+2
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini3-16/+34
2018-03-09block: implement the bdrv_reopen_prepare helper for LUKS driverDaniel P. Berrange1-0/+7
2018-03-09Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell69-27/+13310
2018-03-08Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180308' into stagingPeter Maydell17-188/+234
2018-03-08Merge remote-tracking branch 'remotes/stsquad/tags/pull-shippable-disable-ppc...Peter Maydell1-2/+0
2018-03-08s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie2-18/+18
2018-03-08pc-bios/s390-ccw: Move string arrays from bootmap header to .c fileThomas Huth2-19/+20
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda6-27/+31
2018-03-08s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda2-14/+75
2018-03-08vfio-ccw: license text should indicate GPL v2 or laterCornelia Huck1-2/+2
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie4-27/+0
2018-03-08numa: we don't implement NUMA for s390xDavid Hildenbrand2-4/+6
2018-03-08hw/s390x: Add the possibility to specify the netboot image on the command lineThomas Huth1-1/+3
2018-03-08target/s390x: Remove leading underscores from #definesThomas Huth3-70/+70
2018-03-08s390/ipl: only print boot menu error if -boot menu=on was specifiedCollin L. Walling1-4/+6
2018-03-08hw/s390x/ipl: Bail out if the network bootloader can not be foundThomas Huth1-2/+3
2018-03-08.shippable.yml: disable powerpc-cross imageAlex Bennée1-2/+0
2018-03-08Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2-0/+6
2018-03-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1...Peter Maydell7-114/+135
2018-03-08Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell21-62/+239
2018-03-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-39/+38
2018-03-08sparc: fix leon3 casa instruction when MMU is disabledKONRAD Frederic1-0/+5
2018-03-08hw/sparc/sun4m: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-0/+1
2018-03-07multiboot: fprintf(stderr...) -> error_report()Jack Schwartz1-26/+29
2018-03-07multiboot: Use header names when displaying fieldsJack Schwartz1-8/+8