aboutsummaryrefslogtreecommitdiffstats
path: root/system (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 into stagingRichard 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() and similarJonathan 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_add()Dmitrii Gavrilov2024-03-081-12/+11
|/
* cpu: Remove page_size_initRichard Henderson2024-02-291-1/+0
* softmmu/physmem: Remove HOST_PAGE_ALIGNRichard Henderson2024-02-291-4/+11
* softmmu/physmem: Remove qemu_host_page_sizeRichard Henderson2024-02-291-1/+1
* ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini2024-02-282-2/+1
* vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini2024-02-282-2/+1
* system/bootdevice: Don't unregister reset handler in restore_boot_order()Peter Maydell2024-02-271-11/+14