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
*
nvme: Make ZNS-related definitions
Dmitry Fomichev
2021-02-08
1
-1
/
+113
*
hw/block/nvme: Support allocated CNS command variants
Niklas Cassel
2021-02-08
1
-8
/
+12
*
hw/block/nvme: Add support for Namespace Types
Niklas Cassel
2021-02-08
1
-14
/
+50
*
hw/block/nvme: Add Commands Supported and Effects log
Dmitry Fomichev
2021-02-08
1
-0
/
+19
*
nvme: add namespace I/O optimization fields to shared header
Klaus Jensen
2021-02-08
1
-1
/
+6
*
hw/block/nvme: add dulbe support
Klaus Jensen
2021-02-08
1
-0
/
+5
*
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
*
vhost-user-gpu: add a configuration flag for dmabuf usage
Marc-André Lureau
2021-02-04
1
-0
/
+3
*
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
2021-02-04
1
-1
/
+0
*
ui: annotate DCLOps callback requirements
Marc-André Lureau
2021-02-04
1
-0
/
+19
*
ui: add gd_gl_area_scanout_disable
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: remove gl_ctx_get_current
Marc-André Lureau
2021-02-04
3
-4
/
+0
*
spice: delay starting until display are initialized
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-02-v2' into...
Peter Maydell
2021-02-03
5
-26
/
+28
|
\
|
*
nbd: make nbd_read* return -EIO on error
Roman Kagan
2021-02-03
1
-3
/
+4
[next]