index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.
Harsh Prateek Bora
2024-03-13
2
-1
/
+10
|
*
|
|
spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.
Harsh Prateek Bora
2024-03-13
2
-1
/
+18
|
*
|
|
spapr: nested: keep nested-hv related code restricted to its API.
Harsh Prateek Bora
2024-03-13
1
-0
/
+3
|
*
|
|
spapr: nested: Introduce SpaprMachineStateNested to store related info.
Harsh Prateek Bora
2024-03-13
2
-1
/
+7
|
*
|
|
spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
Harsh Prateek Bora
2024-03-13
1
-1
/
+2
|
*
|
|
spapr: nested: register nested-hv api hcalls only for cap-nested-hv
Harsh Prateek Bora
2024-03-13
2
-1
/
+4
|
*
|
|
ppc/pnv: Improve pervasive topology calculation for big-core
Caleb Schlossin
2024-03-13
2
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Peter Maydell
2024-03-12
1
-0
/
+1
|
\
\
\
|
*
|
|
virtio-gpu: fix scanout migration post-load
Marc-André Lureau
2024-03-12
1
-0
/
+1
*
|
|
|
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
2
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
hw/core: Declare CPUArchId::cpu as CPUState instead of Object
Philippe Mathieu-Daudé
2024-03-12
1
-1
/
+1
|
*
|
|
error: Add error_vprepend() in comment of ERRP_GUARD() rules
Zhao Liu
2024-03-12
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
2024-03-12
1
-0
/
+2
|
\
\
\
|
*
|
|
virtio-net: Added property to load eBPF RSS with fds.
Andrew Melnychenko
2024-03-12
1
-0
/
+2
*
|
|
|
Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-03-12
1
-0
/
+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
hw/gpio: introduce pcf8574 driver
Dmitriy Sharikhin
2024-03-11
1
-0
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-03-12
5
-38
/
+278
|
\
\
\
|
*
|
|
migration/multifd: Add new migration option zero-page-detection.
Hao Xiang
2024-03-11
1
-0
/
+4
|
*
|
|
migration: purge MigrationState from public interface
Steve Sistare
2024-03-11
1
-4
/
+2
|
*
|
|
migration: delete unused accessors
Steve Sistare
2024-03-11
1
-3
/
+0
|
*
|
|
migration: migration_file_set_error
Steve Sistare
2024-03-11
1
-0
/
+2
|
*
|
|
migration: migration_is_device
Steve Sistare
2024-03-11
1
-0
/
+1
|
*
|
|
migration: migration_thread_is_self
Steve Sistare
2024-03-11
1
-0
/
+1
|
*
|
|
migration: export vcpu_dirty_limit_period
Steve Sistare
2024-03-11
1
-0
/
+1
|
*
|
|
migration: export migration_is_running
Steve Sistare
2024-03-11
1
-0
/
+1
|
*
|
|
migration: export migration_is_active
Steve Sistare
2024-03-11
1
-1
/
+1
|
*
|
|
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
1
-0
/
+1
|
*
|
|
migration: export fewer options
Steve Sistare
2024-03-11
2
-0
/
+25
|
*
|
|
migration: Add documentation for SaveVMHandlers
Cédric Le Goater
2024-03-11
1
-26
/
+237
|
*
|
|
migration: Remove SaveStateHandler and LoadStateHandler typedefs
Cédric Le Goater
2024-03-11
2
-4
/
+2
|
|
/
/
*
|
|
Merge tag 'pull-target-arm-20240311' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2024-03-12
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
docs: update copyright date to the year 2024
Ani Sinha
2024-03-11
1
-1
/
+1
|
|
/
*
|
Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into staging
Peter Maydell
2024-03-11
2
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
vfio: allow cpr-reboot migration if suspended
Steve Sistare
2024-03-08
1
-0
/
+1
|
*
vfio: register container for cpr
Steve Sistare
2024-03-08
1
-0
/
+3
*
|
Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-03-09
6
-18
/
+43
|
\
\
|
*
|
qdev: Add a granule_mode property
Eric Auger
2024-03-09
1
-0
/
+3
|
*
|
hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
Philippe Mathieu-Daudé
2024-03-09
1
-12
/
+0
|
*
|
hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
Philippe Mathieu-Daudé
2024-03-09
1
-0
/
+33
|
*
|
hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
Philippe Mathieu-Daudé
2024-03-09
1
-1
/
+1
|
*
|
sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
Philippe Mathieu-Daudé
2024-03-09
1
-1
/
+2
|
*
|
sysemu/xen: Forbid using Xen headers in user emulation
Philippe Mathieu-Daudé
2024-03-09
1
-4
/
+4
*
|
|
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2024-03-09
2
-9
/
+11
|
\
\
\
|
*
|
|
hw/mem/cxl_type3: Fix problem with g_steal_pointer()
Thomas Huth
2024-03-09
1
-3
/
+6
|
*
|
|
hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer()
Thomas Huth
2024-03-09
1
-3
/
+5
|
*
|
|
qerror: QERR_DEVICE_IN_USE is no longer used, drop
Markus Armbruster
2024-03-09
1
-3
/
+0
|
|
/
/
*
|
|
Merge tag 'pull-hv-balloon-20240308' of https://github.com/maciejsszmigiero/q...
Peter Maydell
2024-03-09
2
-1
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vmbus: Print a warning when enabled without the recommended set of features
Maciej S. Szmigiero
2024-03-08
1
-0
/
+4
|
*
|
hv-balloon: define dm_hot_add_with_region to avoid Coverity warning
Maciej S. Szmigiero
2024-03-08
1
-1
/
+8
*
|
|
Merge tag 'pull-target-arm-20240308' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2024-03-08
4
-3
/
+75
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]