aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell1-9/+13
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse1-2/+0
2024-02-02system/vl.c: Fix handling of '-serial none -serial something'Peter Maydell1-9/+13
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-29target: Make qemu_target_page_mask() available for *-userIlya Leoshkevich1-5/+0
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-44/+1
2024-01-19system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé1-124/+0
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-1/+1
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé1-2/+1
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé1-17/+1
2024-01-19qapi: Remove deprecated 'singlestep' member of StatusInfoPhilippe Mathieu-Daudé1-8/+0
2024-01-19qemu-options: Remove the deprecated -chroot optionThomas Huth1-5/+0
2024-01-19qemu-options: Remove the deprecated -async-teardown optionThomas Huth1-6/+0
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth1-4/+0
2024-01-19qemu-options: Remove the deprecated -no-hpet optionThomas Huth1-4/+0
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi1-3/+3
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2-3/+3
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi7-37/+38
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell2-29/+42
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé1-2/+4
2024-01-05memory: Simplify memory_region_init_rom_device_nomigrate() callsPhilippe Mathieu-Daudé1-5/+2
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé1-2/+4
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé1-2/+4
2024-01-05memory: Simplify memory_region_init_ram_from_fd() callsPhilippe Mathieu-Daudé1-4/+1
2024-01-05memory: Simplify memory_region_init_rom_nomigrate() callsPhilippe Mathieu-Daudé1-4/+1
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-2/+7
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-2/+3
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé1-1/+1
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell3-8/+50
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+3
2024-01-04migration: preserve suspended for bg_migrationSteve Sistare1-0/+1
2024-01-04migration: preserve suspended for snapshotSteve Sistare2-0/+7
2024-01-04cpus: vm_resumeSteve Sistare1-0/+9
2024-01-04cpus: stop vm in suspended runstateSteve Sistare2-8/+18
2024-01-04cpus: vm_was_suspendedSteve Sistare1-0/+15
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-2/+2
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-30system: Constify VMStateRichard Henderson1-7/+7
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi1-0/+3
2023-12-21dma-helpers: don't lock AioContext in dma_blk_cb()Stefan Hajnoczi1-5/+2
2023-12-21vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf1-0/+4
2023-12-20system/qtest: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-12-04system/memory: use ldn_he_p/stn_he_pPatrick Venture1-30/+2
2023-11-24system: Use &error_abort in memory_region_init_ram_[device_]ptr()Philippe Mathieu-Daudé1-2/+2
2023-11-24coverity: physmem: use simple assertions instead of modellingVladimir Sementsov-Ogievskiy1-0/+22