aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2024-03-09Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell2-13/+16
2024-03-09Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell1-1/+1
2024-03-09hmp: Add option to info qtree to omit detailsBALATON Zoltan1-12/+15
2024-03-09system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'Philippe Mathieu-Daudé1-1/+1
2024-03-09replay: Improve error messages about configuration conflictsMarkus Armbruster1-1/+1
2024-03-08system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_a...Dmitrii Gavrilov1-12/+11
2024-02-29cpu: Remove page_size_initRichard Henderson1-1/+0
2024-02-29softmmu/physmem: Remove HOST_PAGE_ALIGNRichard Henderson1-4/+11
2024-02-29softmmu/physmem: Remove qemu_host_page_sizeRichard Henderson1-1/+1
2024-02-28ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini2-2/+1
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini2-2/+1
2024-02-27system/bootdevice: Don't unregister reset handler in restore_boot_order()Peter Maydell1-11/+14
2024-02-22system/vl: Update description for input grab keyTianlan Zhou1-1/+1
2024-02-20system/physmem: remove redundant arg reassignmentManos Pitsidianakis1-5/+2
2024-02-16physmem: replace function name with __func__ in ram_block_discard_range()Xiaoyao Li1-21/+17
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-7/+34
2024-02-14exec/ioport: Add portio_list_set_enabled()Bernhard Beschow1-0/+9
2024-02-14exec/ioport: Add portio_list_set_address()Bernhard Beschow1-0/+19
2024-02-14exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortioBernhard Beschow1-7/+6
2024-02-13system: Move memory_ldst.c.inc to systemBALATON Zoltan1-0/+533
2024-02-09softmmu: remove obsolete comment about libvirt timeoutsDaniel P. Berrangé1-1/+0
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner1-0/+2
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda1-0/+9
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