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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-10-21
replace error_setg(&error_fatal, ...) with error_report()
Tudor Gheorghiu
1
-1
/
+2
2024-10-15
vl.c: Remove pxa2xx-specific -portrait and -rotate options
Peter Maydell
2
-12
/
+0
2024-10-08
memory: notify hypervisor of all eventfds during listener (de)registration
Ani Sinha
1
-0
/
+83
2024-09-24
reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()
Juraj Marcin
1
-2
/
+11
2024-09-18
softmmu/physmem.c: Keep transaction attribute in address_space_map()
Fea.Wang
1
-1
/
+1
2024-09-17
system: Enable the device aliases for or1k, too
Thomas Huth
1
-0
/
+1
2024-09-17
system: Sort QEMU_ARCH_VIRTIO_PCI definition
Philippe Mathieu-Daudé
1
-6
/
+11
2024-09-13
system: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-13
seccomp: Remove check for CRIS host
Philippe Mathieu-Daudé
1
-2
/
+2
2024-09-10
Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-1
/
+1
2024-09-10
qapi/ui: Drop temporary 'prefix'
Markus Armbruster
1
-1
/
+1
2024-09-09
system: improve migration debug
Denis V. Lunev
2
-0
/
+6
2024-09-09
softmmu/physmem: fix memory leak in dirty_memory_extend()
David Hildenbrand
1
-26
/
+9
2024-09-09
softmmu: Support concurrent bounce buffers
Mattias Nissler
2
-27
/
+60
2024-08-23
system/vl.c: Print machine name, not "(null)", for unknown machine types
Peter Maydell
1
-2
/
+2
2024-08-16
replay: allow runstate shutdown->running when replaying trace
Nicholas Piggin
1
-3
/
+28
2024-08-06
system/vl.c: Expand OpenGL related errors
Peter Maydell
1
-2
/
+3
2024-08-06
Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
1
-6
/
+6
2024-08-05
qmp: Fix higher half vaddrs for [p]memsave
Josh Junon
1
-6
/
+6
2024-08-05
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
Clément Léger
1
-1
/
+1
2024-08-05
qemu/osdep: Move close_all_open_fds() to oslib-posix
Clément Léger
1
-36
/
+1
2024-07-29
system/physmem: Where we assume we have a RAM MR, assert it
Peter Maydell
1
-4
/
+14
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-2
/
+2
2024-07-23
system/memory_mapping: make range overlap check more readable
Yao Xingtao
1
-2
/
+2
2024-07-22
physmem: Add helper function to destroy CPU AddressSpace
Salil Mehta
1
-0
/
+29
2024-07-16
system/physmem: use return value of ram_block_discard_require() as errno
Zhenzhong Duan
1
-2
/
+5
2024-07-16
vl: fix "type is NULL" in -vga help
Marc-André Lureau
1
-3
/
+10
2024-07-16
system/cpus: Add cpu_pause() function
Nicholas Piggin
1
-13
/
+17
2024-07-12
physmem: Bail out qemu_ram_block_from_host() for invalid ram addrs
Edgar E. Iglesias
1
-0
/
+4
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
1
-13
/
+0
2024-07-05
tracepoints: move physmem trace points
Alex Bennée
2
-1
/
+9
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
1
-0
/
+6
2024-07-02
Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-1
/
+1
2024-07-02
system/physmem: Fix reference to dump-guest-core
Akihiko Odaki
1
-1
/
+1
2024-07-01
pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal
Alejandro Jimenez
1
-0
/
+1
2024-07-01
hw/misc/pvpanic: add support for normal shutdowns
Thomas Weißschuh
1
-0
/
+5
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
[next]