aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi21-86/+102
4 daysaccel/tcg: Include missing 'exec/translation-block.h' headerPhilippe Mathieu-Daudé1-0/+1
4 dayssystem: Remove unnecessary 'exec/translate-all.h' includePhilippe Mathieu-Daudé1-1/+0
4 dayssystem: Move 'exec/confidential-guest-support.h' to system/Philippe Mathieu-Daudé1-1/+1
4 daysinclude: Rename sysemu/ -> system/Philippe Mathieu-Daudé21-80/+80
4 daysqom: Create system containers explicitlyPeter Xu1-0/+16
4 dayslog: Add separate debug option for logging invalid memory accessesBALATON Zoltan2-4/+4
5 daysbql: add a "mock" BQL for Rust unit testsPaolo Bonzini1-0/+6
5 dayshw/core: Introduce device_class_set_props_nRichard Henderson1-8/+7
8 daysx86/loader: add -shim optionGerd Hoffmann1-0/+9
11 dayshw/nvram/fw_cfg: Pass QOM parent to fw_cfg_add_file_from_generator()Philippe Mathieu-Daudé1-1/+2
11 dayshw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_generator()Philippe Mathieu-Daudé1-1/+1
14 daysbql: check that the BQL is not dropped within marked sectionsPaolo Bonzini1-0/+15
2024-12-03system: Select HVF by default when no other accelerator is availablePhilippe Mathieu-Daudé1-0/+3
2024-11-25vl: use qmp_device_add() in qemu_create_cli_devices()Stefan Hajnoczi1-10/+4
2024-11-25qdev-monitor: avoid QemuOpts in QMP device_addStefan Hajnoczi1-14/+28
2024-11-19system/dma-helpers.c: Move trace events to system/trace-eventsPeter Maydell2-1/+8
2024-11-18vl: fix qemu_validate_options() indentionGerd Hoffmann1-9/+9
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-4/+49
2024-11-05qdev: make properties array "const"Paolo Bonzini1-1/+1
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy1-0/+38
2024-11-04qdev-monitor: add option to report GenericError from find_device_stateVladimir Sementsov-Ogievskiy1-4/+11
2024-10-31migration: Drop migration_is_idle()Peter Xu1-2/+2
2024-10-31migration: Move cpu-throttle.c from system to migrationHyman Huang4-138/+0
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu1-1/+2
2024-10-15vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell2-12/+0
2024-10-08memory: notify hypervisor of all eventfds during listener (de)registrationAni Sinha1-0/+83
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin1-2/+11
2024-09-18softmmu/physmem.c: Keep transaction attribute in address_space_map()Fea.Wang1-1/+1
2024-09-17system: Enable the device aliases for or1k, tooThomas Huth1-0/+1
2024-09-17system: Sort QEMU_ARCH_VIRTIO_PCI definitionPhilippe Mathieu-Daudé1-6/+11
2024-09-13system: replace assert(0) with g_assert_not_reached()Pierrick Bouvier1-1/+1
2024-09-13seccomp: Remove check for CRIS hostPhilippe Mathieu-Daudé1-2/+2
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+1
2024-09-10qapi/ui: Drop temporary 'prefix'Markus Armbruster1-1/+1
2024-09-09system: improve migration debugDenis V. Lunev2-0/+6
2024-09-09softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand1-26/+9
2024-09-09softmmu: Support concurrent bounce buffersMattias Nissler2-27/+60
2024-08-23system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell1-2/+2
2024-08-16replay: allow runstate shutdown->running when replaying traceNicholas Piggin1-3/+28
2024-08-06system/vl.c: Expand OpenGL related errorsPeter Maydell1-2/+3
2024-08-06Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-6/+6
2024-08-05qmp: Fix higher half vaddrs for [p]memsaveJosh Junon1-6/+6
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger1-1/+1
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger1-36/+1
2024-07-29system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell1-4/+14
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-2/+2
2024-07-23system/memory_mapping: make range overlap check more readableYao Xingtao1-2/+2
2024-07-22physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta1-0/+29