index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
event_notifier: handle initialization failure better
Maxim Levitsky
2021-02-08
1
-0
/
+1
|
*
|
|
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-08
2
-8
/
+6
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...
Peter Maydell
2021-02-08
4
-9
/
+104
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
migration: introduce a delete_snapshot wrapper
Daniel P. Berrangé
2021-02-08
1
-0
/
+13
|
*
|
migration: wire up support for snapshot device selection
Daniel P. Berrangé
2021-02-08
1
-2
/
+16
|
*
|
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
2021-02-08
1
-1
/
+2
|
*
|
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
2021-02-08
1
-3
/
+3
|
*
|
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
2021-02-08
1
-1
/
+2
|
*
|
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
2021-02-08
1
-6
/
+16
|
*
|
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
2021-02-08
1
-1
/
+9
|
*
|
migration: Make save_snapshot() return bool, not 0/-1
Philippe Mathieu-Daudé
2021-02-08
1
-1
/
+8
|
*
|
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
2021-02-08
1
-8
/
+6
|
*
|
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev
2021-02-08
1
-0
/
+7
|
*
|
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
2021-02-08
2
-0
/
+36
*
|
|
Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...
Peter Maydell
2021-02-08
8
-20
/
+102
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
s390: Recognize confidential-guest-support option
David Gibson
2021-02-08
1
-0
/
+17
|
*
|
spapr: Add PEF based confidential guest support
David Gibson
2021-02-08
1
-0
/
+17
|
*
|
confidential guest support: Introduce cgs "ready" flag
David Gibson
2021-02-08
1
-0
/
+24
|
*
|
sev: Add Error ** to sev_kvm_init()
David Gibson
2021-02-08
1
-1
/
+1
|
*
|
confidential guest support: Rework the "memory-encryption" property
David Gibson
2021-02-08
2
-2
/
+2
|
*
|
sev: Remove false abstraction of flash encryption
David Gibson
2021-02-08
2
-18
/
+2
|
*
|
confidential guest support: Introduce new confidential guest support class
David Gibson
2021-02-08
2
-0
/
+39
|
*
|
qom: Allow optional sugar props
Greg Kurz
2021-02-08
1
-1
/
+2
|
|
/
*
/
utils/fifo8: add VMSTATE_FIFO8_TEST macro
Mark Cave-Ayland
2021-02-07
1
-6
/
+10
|
/
*
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
2021-02-05
2
-0
/
+42
*
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
3
-21
/
+52
*
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-05
5
-10
/
+12
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
2
-99
/
+101
*
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
1
-3
/
+6
*
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+5
*
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
1
-6
/
+7
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-15
/
+13
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
1
-2
/
+2
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-9
/
+12
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-6
/
+6
*
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
1
-9
/
+13
*
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2021-02-05
2
-2
/
+11
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+15
*
tcg/tci: Make tci_tb_ptr thread-local
Richard Henderson
2021-02-05
1
-1
/
+1
*
exec/cpu-defs: Remove TCG backends dependency
Philippe Mathieu-Daudé
2021-02-05
1
-3
/
+0
*
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
2021-02-05
9
-9
/
+23
*
pci: add romsize property
Paolo Bonzini
2021-02-05
1
-0
/
+1
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
2
-1
/
+3
*
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: add egl dmabuf import to gtkglarea
Marc-André Lureau
2021-02-04
1
-0
/
+2
*
ui: check gtk-egl dmabuf support
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: add qemu_egl_has_dmabuf helper
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: add a DCLOps callback to check dmabuf support
Marc-André Lureau
2021-02-04
1
-0
/
+2
*
ui: add an optional get_flags callback to GraphicHwOps
Marc-André Lureau
2021-02-04
1
-0
/
+9
[prev]
[next]