index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
hw/xen: detect when running inside stubdomain
Marek Marczykowski-Górecki
1
-0
/
+1
2024-06-30
vl.c: select_machine(): add selected machine type to error message
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2024-06-30
vl.c: select_machine(): use g_autoptr
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2024-06-30
vl.c: select_machine(): use ERRP_GUARD instead of error propagation
Vladimir Sementsov-Ogievskiy
1
-7
/
+7
2024-06-30
vl: Allow multiple -overcommit commands
Zide Chen
1
-2
/
+2
2024-06-24
Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into staging
Richard Henderson
1
-13
/
+0
2024-06-24
memory: Remove IOMMU MR iommu_set_iova_range API
Eric Auger
1
-13
/
+0
2024-06-24
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
1
-12
/
+0
2024-06-24
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
Alex Bennée
1
-22
/
+3
2024-06-24
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
1
-3
/
+3
2024-06-24
sysemu: add set_virtual_time to accel ops
Alex Bennée
1
-0
/
+11
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
1
-0
/
+1
2024-06-19
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-06-19
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
Philippe Mathieu-Daudé
1
-2
/
+2
2024-06-09
xen: mapcache: Pass the ram_addr offset to xen_map_cache()
Edgar E. Iglesias
1
-4
/
+5
2024-06-05
system/qtest: Replace sprintf by qemu_hexdump_line
Philippe Mathieu-Daudé
1
-8
/
+4
2024-06-05
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+24
2024-06-05
memory: Introduce memory_region_init_ram_guest_memfd()
Xiaoyao Li
1
-0
/
+24
2024-06-04
physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memory
Edgar E. Iglesias
1
-1
/
+1
2024-06-04
physmem: Always pass offset + addr to xen_map_cache
Edgar E. Iglesias
1
-1
/
+2
2024-06-04
system/runstate: Remove unused 'qemu/plugin.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2024-05-27
cpus: Improve error messages on memsave, pmemsave write error
Markus Armbruster
1
-2
/
+4
2024-05-16
memory: Add Error** argument to memory_get_xlat_addr()
Cédric Le Goater
1
-5
/
+5
2024-05-10
kconfig: allow compiling out QEMU device tree code per target
Paolo Bonzini
3
-15
/
+13
2024-05-10
Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-0
/
+15
2024-05-10
qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
Thomas Huth
1
-0
/
+15
2024-05-09
Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...
Richard Henderson
1
-1
/
+2
2024-05-08
system/physmem: Per-AddressSpace bounce buffering
Mattias Nissler
2
-46
/
+34
2024-05-08
system/physmem: Propagate AddressSpace to MapClient helpers
Mattias Nissler
2
-14
/
+14
2024-05-08
system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
1
-6
/
+4
2024-05-08
qapi: introduce exit-on-error parameter for migrate-incoming
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-38
/
+44
2024-05-06
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
Edgar E. Iglesias
1
-8
/
+23
2024-05-06
system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
Juergen Gross
1
-33
/
+23
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
1
-0
/
+1
2024-05-03
tcg: remove CPU* types from typedefs.h
Paolo Bonzini
1
-2
/
+2
2024-04-26
exec: Expose 'target_page.h' API to user emulation
Philippe Mathieu-Daudé
1
-30
/
+0
2024-04-25
hw/core/machine: Support modules in -smp
Zhao Liu
1
-0
/
+3
2024-04-24
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
2
-5
/
+6
2024-04-24
qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-24
qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
Philippe Mathieu-Daudé
1
-3
/
+5
2024-04-24
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
1
-1
/
+0
2024-04-23
Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...
Richard Henderson
1
-4
/
+40
2024-04-23
memory: Add Error** argument to the global_dirty_log routines
Cédric Le Goater
1
-6
/
+5
2024-04-23
memory: Add Error** argument to .log_global_start() handler
Cédric Le Goater
1
-2
/
+39
2024-04-23
physmem: Introduce ram_block_discard_guest_memfd_range()
Xiaoyao Li
1
-0
/
+23
2024-04-23
RAMBlock: make guest_memfd require uncoordinated discard
Paolo Bonzini
1
-0
/
+8
2024-04-23
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
2
-3
/
+36
2024-04-23
runstate: skip initial CPU reset if reset is not actually possible
Paolo Bonzini
1
-1
/
+14
2024-04-09
qdev-monitor: fix error message in find_device_state()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
[next]