aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-19system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé
2024-01-19qapi: Remove deprecated 'singlestep' member of StatusInfoPhilippe Mathieu-Daudé
2024-01-19qemu-options: Remove the deprecated -chroot optionThomas Huth
2024-01-19qemu-options: Remove the deprecated -async-teardown optionThomas Huth
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth
2024-01-19qemu-options: Remove the deprecated -no-hpet optionThomas Huth
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Simplify memory_region_init_rom_device_nomigrate() callsPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Simplify memory_region_init_ram_from_fd() callsPhilippe Mathieu-Daudé
2024-01-05memory: Simplify memory_region_init_rom_nomigrate() callsPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-01-04migration: preserve suspended for bg_migrationSteve Sistare
2024-01-04migration: preserve suspended for snapshotSteve Sistare
2024-01-04cpus: vm_resumeSteve Sistare
2024-01-04cpus: stop vm in suspended runstateSteve Sistare
2024-01-04cpus: vm_was_suspendedSteve Sistare
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-30system: Constify VMStateRichard Henderson
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi
2023-12-21dma-helpers: don't lock AioContext in dma_blk_cb()Stefan Hajnoczi
2023-12-21vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf
2023-12-20system/qtest: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé
2023-12-04system/memory: use ldn_he_p/stn_he_pPatrick Venture
2023-11-24system: Use &error_abort in memory_region_init_ram_[device_]ptr()Philippe Mathieu-Daudé
2023-11-24coverity: physmem: use simple assertions instead of modellingVladimir Sementsov-Ogievskiy
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi
2023-11-21vl: disable default serial when xen-console is enabledDavid Woodhouse
2023-11-21vl: add missing display_remote++Marc-André Lureau
2023-11-21vl: revert behaviour for -display noneMarc-André Lureau
2023-11-17balloon: Fix a misleading error messageMarkus Armbruster