aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-15target/cris: Drop checks for singlestep_enabledRichard Henderson1-16/+0
2021-10-15target/avr: Drop checks for singlestep_enabledRichard Henderson1-15/+4
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson1-10/+3
2021-10-15accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson1-0/+11
2021-10-15Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-10-15' into st...Richard Henderson6-148/+164
2021-10-15block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy1-2/+6
2021-10-15block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy1-8/+8
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy2-7/+10
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy2-2/+2
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy2-8/+8
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy2-93/+88
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy2-2/+13
2021-10-15block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy1-26/+26
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy2-3/+5
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy3-8/+8
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy3-4/+4
2021-10-15block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15qcow2: Silence clang -m32 compiler warningHanna Reitz1-1/+2
2021-10-15Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson23-178/+280
2021-10-15Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson4-24/+12
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf2-11/+67
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf7-59/+61
2021-10-15virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf1-33/+19
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf2-8/+19
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf4-6/+16
2021-10-15qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf1-2/+2
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde3-12/+55
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf7-7/+9
2021-10-15qdev: Avoid using string visitor for propertiesKevin Wolf1-3/+17
2021-10-15iotests/051: Fix typoKevin Wolf2-3/+3
2021-10-15iotests/245: Fix type for iothread propertyKevin Wolf1-2/+2
2021-10-15qom: Reduce use of error_propagate()Kevin Wolf2-17/+9
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf1-23/+14
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf1-27/+14
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2-0/+8
2021-10-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson23-1365/+1041
2021-10-14configure: automatically parse command line for meson -D optionsPaolo Bonzini5-588/+461
2021-10-14meson-buildoptions: include list of tracing backendsPaolo Bonzini1-0/+16
2021-10-14configure: prepare for auto-generated option parsingPaolo Bonzini4-10/+106
2021-10-14configure: accept "internal" for --enable-capstone/slirp/fdtPaolo Bonzini1-3/+3
2021-10-14configure: remove deprecated --{enable, disable}-git-updatePaolo Bonzini1-8/+0
2021-10-14configure, meson: move more compiler checks to MesonPaolo Bonzini3-92/+47
2021-10-14configure: remove obsolete Solaris ar checkPaolo Bonzini1-15/+0
2021-10-14configure, meson: move Spice configure handling to mesonMarc-André Lureau5-60/+26
2021-10-14configure, meson: move netmap detection to mesonPaolo Bonzini4-38/+27
2021-10-14configure, meson: move vde detection to mesonPaolo Bonzini4-35/+30
2021-10-14configure, meson: move libaio check to meson.buildPaolo Bonzini5-31/+18
2021-10-14configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini3-81/+25