aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-19hmp: QAPIfy object_addKevin Wolf3-21/+9
2021-03-19qemu-img: Use user_creatable_process_cmdline() for --objectKevin Wolf2-207/+46
2021-03-19qom: Add user_creatable_add_from_str()Kevin Wolf2-5/+40
2021-03-19qemu-nbd: Use user_creatable_process_cmdline() for --objectKevin Wolf1-31/+3
2021-03-19qemu-io: Use user_creatable_process_cmdline() for --objectKevin Wolf1-30/+3
2021-03-19qom: Factor out user_creatable_process_cmdline()Kevin Wolf4-55/+81
2021-03-19qom: Remove user_creatable_add_dict()Kevin Wolf2-50/+0
2021-03-19qemu-storage-daemon: Implement --object with qmp_object_add()Kevin Wolf1-11/+10
2021-03-19qom: Make "object" QemuOptsList optionalKevin Wolf1-2/+5
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf6-31/+32
2021-03-19qapi/qom: Add ObjectOptions for x-remote-objectKevin Wolf1-2/+18
2021-03-19qapi/qom: Add ObjectOptions for input-*Kevin Wolf3-12/+72
2021-03-19qapi/qom: Add ObjectOptions for confidential-guest-supportKevin Wolf1-0/+37
2021-03-19qapi/qom: Add ObjectOptions for pr-manager-helperKevin Wolf1-0/+14
2021-03-19qapi/qom: Add ObjectOptions for filter-*Kevin Wolf3-20/+163
2021-03-19qapi/qom: Add ObjectOptions for colo-compareKevin Wolf1-0/+49
2021-03-19qapi/qom: Add ObjectOptions for can-*Kevin Wolf1-0/+18
2021-03-19qapi/qom: Add ObjectOptions for tls-*, deprecate 'loaded'Kevin Wolf2-2/+108
2021-03-19qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded'Kevin Wolf3-0/+77
2021-03-19qapi/qom: Add ObjectOptions for throttle-groupKevin Wolf2-2/+32
2021-03-19qapi/qom: Add ObjectOptions for rng-*, deprecate 'opened'Kevin Wolf2-2/+63
2021-03-19qapi/qom: Add ObjectOptions for memory-backend-*Kevin Wolf3-22/+142
2021-03-19qapi/qom: Add ObjectOptions for dbus-vmstateKevin Wolf1-0/+18
2021-03-19qapi/qom: Add ObjectOptions for cryptodev-*Kevin Wolf1-0/+36
2021-03-19qapi/qom: Add ObjectOptions for authz-*Kevin Wolf3-5/+67
2021-03-19qapi/qom: Add ObjectOptions for iothreadKevin Wolf1-0/+53
2021-03-19qapi/qom: Drop deprecated 'props' from object-addKevin Wolf4-31/+6
2021-03-19tests: Drop 'props' from object-add callsKevin Wolf2-38/+32
2021-03-19block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for nowStefan Hajnoczi1-2/+1
2021-03-19curl: Disconnect sockets from CURLStateMax Reitz1-18/+24
2021-03-19curl: Store BDRVCURLState pointer in CURLSocketMax Reitz1-4/+4
2021-03-19stream: Don't crash when node permission is deniedKevin Wolf3-4/+41
2021-03-19storage-daemon: Call job_cancel_sync_all() on shutdownKevin Wolf3-0/+89
2021-03-19block: remove format defaults from QemuOpts in bdrv_create_file()Stefano Garzarella1-1/+35
2021-03-18Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell11-149/+1929
2021-03-18Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell64-1801/+369
2021-03-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210317' into...Peter Maydell14-604/+1099
2021-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-1703...Peter Maydell8-59/+261
2021-03-18Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell3-4/+121
2021-03-18hw/block/nvme: add support for the format nvm commandMinwoo Im6-2/+188
2021-03-18hw/block/nvme: pull lba format initializationKlaus Jensen1-33/+41
2021-03-18hw/block/nvme: prefer runtime helpers instead of device parametersKlaus Jensen2-4/+4
2021-03-18hw/block/nvme: support multiple lba formatsMinwoo Im1-8/+52
2021-03-18hw/block/nvme: add non-mdts command size limit for verifyKlaus Jensen2-4/+31
2021-03-18hw/block/nvme: add verify commandGollu Appalanaidu6-3/+156
2021-03-18hw/block/nvme: end-to-end data protectionKlaus Jensen9-47/+857
2021-03-18hw/block/nvme: add metadata supportKlaus Jensen4-81/+620
2021-03-18hw/block/nvme: fix zone management receive reporting too many zonesKlaus Jensen1-2/+3
2021-03-18hw/block/nvme: assert namespaces array indicesKlaus Jensen3-4/+15
2021-03-18hw/block/nvme: fix potential overflowKlaus Jensen1-1/+2