summary refs log tree commit diff stats
path: root/system (follow)
Commit message (Expand)AuthorAgeFilesLines
* kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini2024-05-103-15/+13
* Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2024-05-101-0/+15
|\
| * qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth2024-05-101-0/+15
* | Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson2024-05-091-1/+2
|\ \ | |/ |/|
| * qapi: introduce exit-on-error parameter for migrate-incomingVladimir Sementsov-Ogievskiy2024-05-081-1/+2
* | system/physmem: Per-AddressSpace bounce bufferingMattias Nissler2024-05-082-46/+34
* | system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2024-05-082-14/+14
* | system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé2024-05-081-6/+4
|/
* Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson2024-05-061-38/+44
|\
| * system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias2024-05-061-8/+23
| * system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()Juergen Gross2024-05-061-33/+23
| * exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* | tcg: remove CPU* types from typedefs.hPaolo Bonzini2024-05-031-2/+2
|/
* exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé2024-04-261-30/+0
* hw/core/machine: Support modules in -smpZhao Liu2024-04-251-0/+3
* Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-242-5/+6
|\
| * qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-1/+1
| * qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-3/+5
| * error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2024-04-241-1/+0
* | Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2024-04-231-4/+40
|\ \
| * | memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater2024-04-231-6/+5
| * | memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-2/+39
| |/
* | physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li2024-04-231-0/+23
* | RAMBlock: make guest_memfd require uncoordinated discardPaolo Bonzini2024-04-231-0/+8
* | RAMBlock: Add support of KVM private guest memfdXiaoyao Li2024-04-232-3/+36
* | runstate: skip initial CPU reset if reset is not actually possiblePaolo Bonzini2024-04-231-1/+14
|/
* qdev-monitor: fix error message in find_device_state()Vladimir Sementsov-Ogievskiy2024-04-091-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-03-201-8/+11
|\
| * vl: do not assert if sev-guest is used together with TCGPaolo Bonzini2024-03-181-5/+4
| * vl: convert qemu_machine_creation_done() to Error **Paolo Bonzini2024-03-181-3/+7
* | seccomp: report EPERM instead of killing process for spawn setDaniel P. Berrangé2024-03-191-5/+5
* | physmem: Factor cpu_physical_memory_dirty_bits_cleared() outNicholas Piggin2024-03-121-5/+3
* | physmem: Expose tlb_reset_dirty_range_all()Philippe Mathieu-Daudé2024-03-121-1/+1
|/
* migration: migration_thread_is_selfSteve Sistare2024-03-111-4/+1
* migration: export vcpu_dirty_limit_periodSteve Sistare2024-03-111-2/+1
* migration: export migration_is_runningSteve Sistare2024-03-111-1/+1
* migration: export migration_is_activeSteve Sistare2024-03-111-1/+1
* migration: remove migration.h referencesSteve Sistare2024-03-111-1/+0
* migration: export fewer optionsSteve Sistare2024-03-111-1/+0
* physmem: Fix wrong address in large address_space_read/write_cached_slow()Jonathan Cameron2024-03-111-6/+57
* physmem: Factor out body of flatview_read/write_continue() loopJonathan Cameron2024-03-111-70/+99
* physmem: Reduce local variable scope in flatview_read/write_continue()Jonathan Cameron2024-03-111-20/+20
* physmem: Rename addr1 to more informative mr_addr in flatview_read/write() an...Jonathan Cameron2024-03-111-25/+25
* Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-092-13/+16
|\
| * hmp: Add option to info qtree to omit detailsBALATON Zoltan2024-03-091-12/+15
| * system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'Philippe Mathieu-Daudé2024-03-091-1/+1
* | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-03-091-1/+1
|\ \
| * | replay: Improve error messages about configuration conflictsMarkus Armbruster2024-03-091-1/+1
| |/
* / system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_a...Dmitrii Gavrilov2024-03-081-12/+11
|/
* cpu: Remove page_size_initRichard Henderson2024-02-291-1/+0