aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-09Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-09memory: fix flatview_access_valid RCU read lock/unlock imbalancePaolo Bonzini
2018-03-09Merge remote-tracking branch 'mreitz/tags/pull-block-2018-03-09' into queue-b...Kevin Wolf
2018-03-09target/m68k: implement ftentoxLaurent Vivier
2018-03-09target/m68k: implement ftwotoxLaurent Vivier
2018-03-09target/m68k: implement fetoxLaurent Vivier
2018-03-09target/m68k: implement flog2Laurent Vivier
2018-03-09target/m68k: implement flog10Laurent Vivier
2018-03-09target/m68k: implement flognLaurent Vivier
2018-03-09target/m68k: implement flognp1Laurent Vivier
2018-03-09qemu-iotests: fix 203 migration completion raceStefan Hajnoczi
2018-03-09iotests: Tweak 030 in order to trigger a race condition with parallel jobsAlberto Garcia
2018-03-09iotests: Skip test for ENOMEM errorFam Zheng
2018-03-09iotests: Mark all tests executableEric Blake
2018-03-09iotests: Test creating overlay when guest runningFam Zheng
2018-03-09softfloat: fix crash on int conversion of SNaNStef O'Rear
2018-03-09qemu-iotests: Test ssh image creation over QMPKevin Wolf
2018-03-09qemu-iotests: Test qcow2 over file image creation with QMPKevin Wolf
2018-03-09block: Fail bdrv_truncate() with negative sizeKevin Wolf
2018-03-09file-posix: Fix no-op bdrv_truncate() with falloc preallocationKevin Wolf
2018-03-09ssh: Support .bdrv_co_createKevin Wolf
2018-03-09ssh: Pass BlockdevOptionsSsh to connect_to_ssh()Kevin Wolf
2018-03-09ssh: QAPIfy host-key-check optionKevin Wolf
2018-03-09ssh: Use QAPI BlockdevOptionsSsh objectKevin Wolf
2018-03-09sheepdog: Support .bdrv_co_createKevin Wolf
2018-03-09sheepdog: QAPIfy "redundancy" create optionKevin Wolf
2018-03-09nfs: Support .bdrv_co_createKevin Wolf
2018-03-09nfs: Use QAPI options in nfs_client_open()Kevin Wolf
2018-03-09rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()Kevin Wolf
2018-03-09rbd: Assign s->snap/image_name in qemu_rbd_open()Kevin Wolf
2018-03-09rbd: Support .bdrv_co_createKevin Wolf
2018-03-09rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()Kevin Wolf
2018-03-09rbd: Remove non-schema options from runtime_optsKevin Wolf
2018-03-09rbd: Factor out qemu_rbd_connect()Kevin Wolf
2018-03-09rbd: Fix use after free in qemu_rbd_set_keypairs() error pathKevin Wolf
2018-03-09gluster: Support .bdrv_co_createKevin Wolf
2018-03-09file-win32: Support .bdrv_co_createKevin Wolf
2018-03-09file-posix: Support .bdrv_co_createKevin Wolf
2018-03-09block: x-blockdev-create QMP commandKevin Wolf
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf
2018-03-09test-qemu-opts: Test qemu_opts_to_qdict_filtered()Kevin Wolf
2018-03-09test-qemu-opts: Test qemu_opts_append()Kevin Wolf
2018-03-09util: Add qemu_opts_to_qdict_filtered()Kevin Wolf
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf