index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
pcie: Support PCIe Gen5/Gen6 link speeds
Lukas Stockner
1
-0
/
+2
2024-03-12
vdpa: define SVQ transitioning state for mode switching
Si-Wei Liu
1
-0
/
+9
2024-03-12
physmem: Fix migration dirty bitmap coherency with TCG memory access
Nicholas Piggin
1
-0
/
+3
2024-03-12
physmem: Factor cpu_physical_memory_dirty_bits_cleared() out
Nicholas Piggin
1
-0
/
+9
2024-03-12
physmem: Expose tlb_reset_dirty_range_all()
Philippe Mathieu-Daudé
1
-0
/
+1
2024-03-12
io: Introduce qio_channel_file_new_dupfd
Fabiano Rosas
1
-0
/
+18
2024-03-12
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging
Peter Maydell
1
-0
/
+1
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging
Peter Maydell
2
-2
/
+2
2024-03-13
spapr: nested: Introduce cap-nested-papr for Nested PAPR API
Harsh Prateek Bora
1
-1
/
+5
2024-03-13
spapr: nested: Use correct source for parttbl info for nested PAPR API.
Harsh Prateek Bora
1
-0
/
+2
2024-03-13
spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.
Harsh Prateek Bora
2
-0
/
+26
2024-03-13
spapr: nested: Initialize the GSB elements lookup table.
Harsh Prateek Bora
1
-0
/
+313
2024-03-13
spapr: nested: Extend nested_ppc_state for nested PAPR API
Harsh Prateek Bora
1
-0
/
+50
2024-03-13
spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.
Harsh Prateek Bora
2
-0
/
+10
2024-03-13
spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.
Harsh Prateek Bora
2
-1
/
+10
2024-03-13
spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.
Harsh Prateek Bora
2
-1
/
+18
2024-03-13
spapr: nested: keep nested-hv related code restricted to its API.
Harsh Prateek Bora
1
-0
/
+3
2024-03-13
spapr: nested: Introduce SpaprMachineStateNested to store related info.
Harsh Prateek Bora
2
-1
/
+7
2024-03-13
spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
Harsh Prateek Bora
1
-1
/
+2
2024-03-13
spapr: nested: register nested-hv api hcalls only for cap-nested-hv
Harsh Prateek Bora
2
-1
/
+4
2024-03-13
ppc/pnv: Improve pervasive topology calculation for big-core
Caleb Schlossin
2
-1
/
+2
2024-03-12
virtio-gpu: fix scanout migration post-load
Marc-André Lureau
1
-0
/
+1
2024-03-12
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
1
-0
/
+2
2024-03-12
Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-0
/
+15
2024-03-12
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu into staging
Peter Maydell
5
-36
/
+276
2024-03-12
Merge tag 'pull-target-arm-20240311' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
Peter Maydell
1
-1
/
+1
2024-03-12
virtio-net: Added property to load eBPF RSS with fds.
Andrew Melnychenko
1
-0
/
+2
2024-03-12
hw/core: Declare CPUArchId::cpu as CPUState instead of Object
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-12
error: Add error_vprepend() in comment of ERRP_GUARD() rules
Zhao Liu
1
-1
/
+1
2024-03-11
hw/gpio: introduce pcf8574 driver
Dmitriy Sharikhin
1
-0
/
+15
2024-03-11
migration/multifd: Add new migration option zero-page-detection.
Hao Xiang
1
-0
/
+4
2024-03-11
migration: purge MigrationState from public interface
Steve Sistare
1
-4
/
+2
2024-03-11
migration: delete unused accessors
Steve Sistare
1
-3
/
+0
2024-03-11
migration: migration_file_set_error
Steve Sistare
1
-0
/
+2
2024-03-11
migration: migration_is_device
Steve Sistare
1
-0
/
+1
2024-03-11
migration: migration_thread_is_self
Steve Sistare
1
-0
/
+1
2024-03-11
migration: export vcpu_dirty_limit_period
Steve Sistare
1
-0
/
+1
2024-03-11
migration: export migration_is_running
Steve Sistare
1
-0
/
+1
2024-03-11
migration: export migration_is_active
Steve Sistare
1
-1
/
+1
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
1
-0
/
+1
2024-03-11
migration: export fewer options
Steve Sistare
2
-0
/
+25
2024-03-11
Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into staging
Peter Maydell
2
-0
/
+4
2024-03-11
migration: Add documentation for SaveVMHandlers
Cédric Le Goater
1
-24
/
+235
2024-03-11
migration: Remove SaveStateHandler and LoadStateHandler typedefs
Cédric Le Goater
2
-4
/
+2
2024-03-11
docs: update copyright date to the year 2024
Ani Sinha
1
-1
/
+1
2024-03-09
Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging
Peter Maydell
6
-18
/
+43
2024-03-09
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2
-9
/
+11
2024-03-09
qdev: Add a granule_mode property
Eric Auger
1
-0
/
+3
2024-03-09
hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
Philippe Mathieu-Daudé
1
-12
/
+0
2024-03-09
hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
Philippe Mathieu-Daudé
1
-0
/
+33
[prev]
[next]