Sign in
qemu
/
qemu
/
60de433d4cb17211dbea5c1e6b74d476dec16370
/
system
f7214f9
vl.c: Remove pxa2xx-specific -portrait and -rotate options
by Peter Maydell
· 9 weeks ago
8d3031f
memory: notify hypervisor of all eventfds during listener (de)registration
by Ani Sinha
· 3 months ago
1b063fe
reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()
by Juraj Marcin
· 4 months ago
d8d5ca4
softmmu/physmem.c: Keep transaction attribute in address_space_map()
by Fea.Wang
· 3 months ago
eef0a1e
system: Enable the device aliases for or1k, too
by Thomas Huth
· 6 months ago
a1b4734
system: Sort QEMU_ARCH_VIRTIO_PCI definition
by Philippe Mathieu-Daudé
· 6 months ago
6e7d8c5
system: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 3 months ago
990d2c1
seccomp: Remove check for CRIS host
by Philippe Mathieu-Daudé
· 5 months ago
b8eada5
Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into staging
by Peter Maydell
· 3 months ago
154fd4d
qapi/ui: Drop temporary 'prefix'
by Markus Armbruster
· 4 months ago
89bccec
system: improve migration debug
by Denis V. Lunev
· 3 months ago
b84f06c
softmmu/physmem: fix memory leak in dirty_memory_extend()
by David Hildenbrand
· 4 months ago
637b0aa
softmmu: Support concurrent bounce buffers
by Mattias Nissler
· 4 months ago
d53bb90
system/vl.c: Print machine name, not "(null)", for unknown machine types
by Peter Maydell
· 4 months ago
9dbab31
replay: allow runstate shutdown->running when replaying trace
by Nicholas Piggin
· 4 months ago
7aea035
system/vl.c: Expand OpenGL related errors
by Peter Maydell
· 5 months ago
78dfb7b
Merge tag 'pull-qapi-2024-08-05' of https://repo.or.cz/qemu/armbru into staging
by Richard Henderson
· 5 months ago
ef71d82
qmp: Fix higher half vaddrs for [p]memsave
by Josh Junon
· 5 months ago
7532ca5
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
by Clément Léger
· 5 months ago
4ec5ebe
qemu/osdep: Move close_all_open_fds() to oslib-posix
by Clément Léger
· 5 months ago
7318806
system/physmem: Where we assume we have a RAM MR, assert it
by Peter Maydell
· 5 months ago
6410f87
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
by Richard Henderson
· 5 months ago
13c59a0
system/memory_mapping: make range overlap check more readable
by Yao Xingtao
· 5 months ago
24bec42
physmem: Add helper function to destroy CPU AddressSpace
by Salil Mehta
· 5 months ago
644a527
system/physmem: use return value of ram_block_discard_require() as errno
by Zhenzhong Duan
· 5 months ago
a99dc9c
vl: fix "type is NULL" in -vga help
by Marc-André Lureau
· 5 months ago
6b65931
system/cpus: Add cpu_pause() function
by Nicholas Piggin
· 5 months ago
596cccc
physmem: Bail out qemu_ram_block_from_host() for invalid ram addrs
by Edgar E. Iglesias
· 6 months ago
2457343
memory: remove IOMMU MR iommu_set_page_size_mask() callback
by Eric Auger
· 6 months ago
d44fe13
tracepoints: move physmem trace points
by Alex Bennée
· 6 months ago
1406b7f
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
by Richard Henderson
· 6 months ago
ff6d849
Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging
by Richard Henderson
· 6 months ago
0ff3243
system/physmem: Fix reference to dump-guest-core
by Akihiko Odaki
· 6 months ago
8db1f7b
pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal
by Alejandro Jimenez
· 7 months ago
6269086
hw/misc/pvpanic: add support for normal shutdowns
by Thomas Weißschuh
· 7 months ago
b2bbadc
hw/xen: detect when running inside stubdomain
by Marek Marczykowski-Górecki
· 9 months ago
412d294
vl.c: select_machine(): add selected machine type to error message
by Vladimir Sementsov-Ogievskiy
· 6 months ago
0e460ac
vl.c: select_machine(): use g_autoptr
by Vladimir Sementsov-Ogievskiy
· 6 months ago
e9945a8
vl.c: select_machine(): use ERRP_GUARD instead of error propagation
by Vladimir Sementsov-Ogievskiy
· 6 months ago
3fd7373
vl: Allow multiple -overcommit commands
by Zide Chen
· 7 months ago
3f04455
Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into staging
by Richard Henderson
· 6 months ago
71386c6
memory: Remove IOMMU MR iommu_set_iova_range API
by Eric Auger
· 6 months ago
d4d133a
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
by Pierrick Bouvier
· 6 months ago
ffbc394
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
by Alex Bennée
· 6 months ago
e83e386
qtest: use cpu interface in qtest_clock_warp
by Alex Bennée
· 6 months ago
113ac1d
sysemu: add set_virtual_time to accel ops
by Alex Bennée
· 6 months ago
5b7d54d
gdbstub: move enums into separate header
by Alex Bennée
· 6 months ago
eb5b289
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
by Philippe Mathieu-Daudé
· 6 months ago
ec40be9
memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
by Philippe Mathieu-Daudé
· 6 months ago
49a7202
xen: mapcache: Pass the ram_addr offset to xen_map_cache()
by Edgar E. Iglesias
· 8 months ago
4b69210
system/qtest: Replace sprintf by qemu_hexdump_line
by Philippe Mathieu-Daudé
· 8 months ago
f1572ab
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
by Richard Henderson
· 7 months ago
a0aa6db
memory: Introduce memory_region_init_ram_guest_memfd()
by Xiaoyao Li
· 7 months ago
a5bdc45
physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memory
by Edgar E. Iglesias
· 8 months ago
5d1c260
physmem: Always pass offset + addr to xen_map_cache
by Edgar E. Iglesias
· 8 months ago
096d910
system/runstate: Remove unused 'qemu/plugin.h' header
by Philippe Mathieu-Daudé
· 7 months ago
c59fb13
cpus: Improve error messages on memsave, pmemsave write error
by Markus Armbruster
· 7 months ago
ebb481c
memory: Add Error** argument to memory_get_xlat_addr()
by Cédric Le Goater
· 7 months ago
1935b7e
kconfig: allow compiling out QEMU device tree code per target
by Paolo Bonzini
· 8 months ago
dafec28
Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into staging
by Richard Henderson
· 7 months ago
95e0fb0
qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
by Thomas Huth
· 8 months ago
a016dd5
Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qemu into staging
by Richard Henderson
· 7 months ago
69e78f1
system/physmem: Per-AddressSpace bounce buffering
by Mattias Nissler
· 1 year, 3 months ago
5c62719
system/physmem: Propagate AddressSpace to MapClient helpers
by Mattias Nissler
· 1 year, 3 months ago
d5e2681
system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
by Philippe Mathieu-Daudé
· 8 months ago
dbea1c8
qapi: introduce exit-on-error parameter for migrate-incoming
by Vladimir Sementsov-Ogievskiy
· 8 months ago
873f9ca
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
by Richard Henderson
· 8 months ago
5a5585f
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
by Edgar E. Iglesias
· 8 months ago
a99dd33
system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
by Juergen Gross
· 1 year, 3 months ago
74781c0
exec/cpu: Extract page-protection definitions to page-protection.h
by Philippe Mathieu-Daudé
· 1 year ago
15d6253
tcg: remove CPU* types from typedefs.h
by Paolo Bonzini
· 8 months ago
75bbe6a
exec: Expose 'target_page.h' API to user emulation
by Philippe Mathieu-Daudé
· 1 year ago
8ec0a46
hw/core/machine: Support modules in -smp
by Zhao Liu
· 8 months ago
1e0a754
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
by Richard Henderson
· 8 months ago
f95b25c
qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
by Philippe Mathieu-Daudé
· 9 months ago
7f65e78
qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
by Philippe Mathieu-Daudé
· 9 months ago
4a18751
error: Drop superfluous #include "qapi/qmp/qerror.h"
by Markus Armbruster
· 9 months ago
88daa11
Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu into staging
by Richard Henderson
· 8 months ago
639ec3f
memory: Add Error** argument to the global_dirty_log routines
by Cédric Le Goater
· 9 months ago
3688fec
memory: Add Error** argument to .log_global_start() handler
by Cédric Le Goater
· 9 months ago
b2e9426
physmem: Introduce ram_block_discard_guest_memfd_range()
by Xiaoyao Li
· 9 months ago
852f004
RAMBlock: make guest_memfd require uncoordinated discard
by Paolo Bonzini
· 9 months ago
15f7a80
RAMBlock: Add support of KVM private guest memfd
by Xiaoyao Li
· 9 months ago
08b2d15
runstate: skip initial CPU reset if reset is not actually possible
by Paolo Bonzini
· 9 months ago
e199990
qdev-monitor: fix error message in find_device_state()
by Vladimir Sementsov-Ogievskiy
· 9 months ago
a1d86c4
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
by Peter Maydell
· 9 months ago
e79f8b8
seccomp: report EPERM instead of killing process for spawn set
by Daniel P. Berrangé
· 11 months ago
3343f29
vl: do not assert if sev-guest is used together with TCG
by Paolo Bonzini
· 9 months ago
7ea9cfc
vl: convert qemu_machine_creation_done() to Error **
by Paolo Bonzini
· 9 months ago
86a9ae8
physmem: Factor cpu_physical_memory_dirty_bits_cleared() out
by Nicholas Piggin
· 9 months ago
7e8ccf9
physmem: Expose tlb_reset_dirty_range_all()
by Philippe Mathieu-Daudé
· 9 months ago
6e78563
migration: migration_thread_is_self
by Steve Sistare
· 9 months ago
714f331
migration: export vcpu_dirty_limit_period
by Steve Sistare
· 9 months ago
aeaafb1
migration: export migration_is_running
by Steve Sistare
· 9 months ago
3a6813b
migration: export migration_is_active
by Steve Sistare
· 9 months ago
f853fa0
migration: remove migration.h references
by Steve Sistare
· 9 months ago
f3bff6c
migration: export fewer options
by Steve Sistare
· 9 months ago
47293c9
physmem: Fix wrong address in large address_space_read/write_cached_slow()
by Jonathan Cameron
· 10 months ago
e7927d3
physmem: Factor out body of flatview_read/write_continue() loop
by Jonathan Cameron
· 10 months ago
bcfd8ba
physmem: Reduce local variable scope in flatview_read/write_continue()
by Jonathan Cameron
· 10 months ago
Next »