aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy
2022-03-07block/reqlist: add reqlist_wait_all()Vladimir Sementsov-Ogievskiy
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy
2022-03-07block/reqlist: reqlist_find_conflict(): use ranges_overlap()Vladimir Sementsov-Ogievskiy
2022-03-07block: intoduce reqlistVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: add block_copy_reset()Vladimir Sementsov-Ogievskiy
2022-03-07block/copy-before-write: add bitmap open parameterVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: block_copy_state_new(): add bitmap parameterVladimir Sementsov-Ogievskiy
2022-03-07block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy
2022-03-07block/block-copy: move copy_bitmap initialization to block_copy_state_new()Vladimir Sementsov-Ogievskiy
2022-03-07iotests: Write test output to TEST_DIRHanna Reitz
2022-03-07tests/qemu-iotests/testrunner: Quote "case not run" lines in TAP modeThomas Huth
2022-03-07tests/qemu-iotests/040: Skip TestCommitWithFilters without 'throttle'Thomas Huth
2022-03-07block: fix preallocate filter: don't do unaligned preallocate requestsVladimir Sementsov-Ogievskiy
2022-03-07block/curl.c: Check error return from curl_easy_setopt()Peter Maydell
2022-03-07block/curl.c: Set error message string if curl_init_state() failsPeter Maydell
2022-03-07ide: Increment BB in-flight counter for TRIM BHHanna Reitz
2022-03-07tests/tcg/s390x: Fix the exrl-trt* tests with ClangThomas Huth
2022-03-07tests/tcg/s390x: Fix mvc, mvo and pack tests with ClangThomas Huth
2022-03-06accel/tcg: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé
2022-03-06tests/acpi: i386: update FACP table differencesLiav Albani
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani
2022-03-06tests/acpi: i386: allow FACP acpi table changesLiav Albani
2022-03-06target/hexagon: Add missing 'hw/core/cpu.h' includePhilippe Mathieu-Daudé
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé
2022-03-06Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPETaylor Simpson
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-03-06cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headersPhilippe Mathieu-Daudé
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé
2022-03-06meson: Display libfdt as disabled when system emulation is disabledPhilippe Mathieu-Daudé
2022-03-06softmmu: Build target-agnostic objects oncePhilippe Mathieu-Daudé
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06softmmu/cpu-timers: Remove unused 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé
2022-03-06softmmu/globals: Remove unused 'hw/i386/*' headersPhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé
2022-03-06softmmu/cpus: Code movementPhilippe Mathieu-Daudé
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé
2022-03-06accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé