aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster27-40/+40
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster5-37/+23
2021-03-19fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()Markus Armbruster1-15/+8
2021-03-19fdc: Drop deprecated floppy configurationMarkus Armbruster5-692/+54
2021-03-19docs/system/deprecated: Fix note on fdc drive propertiesMarkus Armbruster1-5/+28
2021-03-19fuzz: Avoid deprecated misuse of -drive if=sdMarkus Armbruster1-1/+1
2021-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell35-681/+1517
2021-03-19vl: allow passing JSON to -objectPaolo Bonzini1-12/+21
2021-03-19qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini3-119/+57
2021-03-19tests: convert check-qom-proplist to keyvalPaolo Bonzini1-22/+55
2021-03-19qom: Support JSON in HMP object_add and tools --objectKevin Wolf1-11/+21
2021-03-19char: Simplify chardev_name_foreach()Kevin Wolf1-19/+5
2021-03-19char: Deprecate backend aliases 'tty' and 'parport'Kevin Wolf3-7/+17
2021-03-19char: Skip CLI aliases in query-chardev-backendsKevin Wolf1-7/+14
2021-03-19qom: Add user_creatable_parse_str()Kevin Wolf2-6/+29
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/philmd/tags/pflash-20210318' into stagingPeter Maydell3-289/+320