aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/rx: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/riscv: Remove exit_tb and lookup_and_goto_ptrRichard Henderson
2021-10-15target/riscv: Remove dead code after exceptionRichard Henderson
2021-10-15target/ppc: Drop exit checks for singlestep_enabledRichard Henderson
2021-10-15target/openrisc: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/mips: Drop exit checks for singlestep_enabledRichard Henderson
2021-10-15target/mips: Fix single steppingRichard Henderson
2021-10-15target/microblaze: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson
2021-10-15target/hppa: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/arm: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/hexagon: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/cris: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/avr: Drop checks for singlestep_enabledRichard Henderson
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson
2021-10-15accel/tcg: Handle gdb singlestep in cpu_tb_execRichard Henderson
2021-10-15Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-10-15' into st...Richard Henderson
2021-10-15block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy
2021-10-15block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy
2021-10-15block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy
2021-10-15block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy
2021-10-15block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy
2021-10-15block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15qcow2: Silence clang -m32 compiler warningHanna Reitz
2021-10-15Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson
2021-10-15Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf
2021-10-15qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-10-15qdev: Avoid using string visitor for propertiesKevin Wolf
2021-10-15iotests/051: Fix typoKevin Wolf
2021-10-15iotests/245: Fix type for iothread propertyKevin Wolf
2021-10-15qom: Reduce use of error_propagate()Kevin Wolf