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
...
|
*
qdev: remove extraneous error
Marc-André Lureau
2020-01-24
1
-2
/
+1
|
*
accel: Introduce the current_accel() wrapper
Philippe Mathieu-Daudé
2020-01-24
1
-0
/
+2
|
*
pvpanic: implement crashloaded event handling
zhenwei pi
2020-01-24
1
-0
/
+1
|
*
cpu: Introduce cpu_class_set_parent_reset()
Greg Kurz
2020-01-24
1
-0
/
+4
*
|
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...
Peter Maydell
2020-01-24
1
-0
/
+891
|
\
\
|
*
|
virtiofsd: Pull in kernel's fuse.h
Dr. David Alan Gilbert
2020-01-23
1
-0
/
+891
*
|
|
hw/arm/exynos4210: Fix DMA initialization
Guenter Roeck
2020-01-23
1
-0
/
+4
*
|
|
hw/core/or-irq: Increase limit of or-lines to 48
Guenter Roeck
2020-01-23
1
-1
/
+1
*
|
|
target/arm/arch_dump: Add SVE notes
Andrew Jones
2020-01-23
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-01-23
2
-0
/
+12
|
\
\
|
*
|
vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
Pan Nengyuan
2020-01-22
1
-0
/
+2
|
*
|
q35: implement 128K SMRAM at default SMBASE address
Igor Mammedov
2020-01-22
1
-0
/
+10
|
|
/
*
/
cputlb: Make tlb_n_entries private to cputlb.c
Richard Henderson
2020-01-22
1
-5
/
+0
|
/
*
migration: Support QLIST migration
Eric Auger
2020-01-20
2
-0
/
+60
*
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
2020-01-20
2
-2
/
+2
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-0
/
+2
*
i.MX: add an emulation for RNGC
Martin Kaiser
2020-01-17
2
-0
/
+40
*
hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()
Philippe Mathieu-Daudé
2020-01-17
1
-1
/
+0
*
hw/arm/allwinner-a10: Move SoC definitions out of header
Philippe Mathieu-Daudé
2020-01-17
1
-6
/
+0
*
hw/arm: Add the STM32F4xx SoC
Alistair Francis
2020-01-17
1
-0
/
+73
*
hw/misc: Add the STM32F4xx EXTI device
Alistair Francis
2020-01-17
1
-0
/
+60
*
hw/misc: Add the STM32F4xx Sysconfig device
Alistair Francis
2020-01-17
1
-0
/
+61
*
tcg: Move TCG headers to include/tcg/
Philippe Mathieu-Daudé
2020-01-16
6
-0
/
+3516
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
cputlb: Expand cpu_ldst_template.h in cputlb.c
Richard Henderson
2020-01-16
2
-160
/
+24
*
cputlb: Remove support for MMU_MODE*_SUFFIX
Richard Henderson
2020-01-16
1
-230
/
+0
*
cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
Richard Henderson
2020-01-16
2
-190
/
+29
*
cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only
Richard Henderson
2020-01-16
1
-5
/
+75
*
cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
Richard Henderson
2020-01-16
2
-38
/
+12
*
translator: Use cpu_ld*_code instead of open-coding
Richard Henderson
2020-01-16
2
-46
/
+13
*
cputlb: Move body of cpu_ldst_template.h out of line
Richard Henderson
2020-01-16
2
-100
/
+50
*
linux-user: Include trace-root.h in syscall-trace.h
Richard Henderson
2020-01-16
1
-0
/
+2
*
cputlb: Use trace_mem_get_info instead of trace_mem_build_info
Richard Henderson
2020-01-16
2
-17
/
+17
*
display/gtk: get proper refreshrate
Nikola Pavlica
2020-01-14
1
-0
/
+2
*
ui: Print available display backends with '-display help'
Thomas Huth
2020-01-14
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-10
5
-7
/
+11
|
\
|
*
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-08
1
-1
/
+1
|
*
chardev: use QEMUChrEvent instead of int
Paolo Bonzini
2020-01-08
2
-3
/
+3
|
*
replay: record and replay random number sources
Pavel Dovgalyuk
2020-01-07
1
-0
/
+7
|
*
accel/kvm: Make "kernel_irqchip" default on
Xiaoyao Li
2020-01-07
1
-3
/
+0
*
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into...
Peter Maydell
2020-01-10
12
-14
/
+164
|
\
\
|
*
|
ppc/pnv: fix check on return value of blk_getlength()
Cédric Le Goater
2020-01-08
1
-1
/
+1
|
*
|
pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr
Greg Kurz
2020-01-08
1
-2
/
+0
|
*
|
xive: Add a "presenter" link property to the TCTX object
Cédric Le Goater
2020-01-08
1
-3
/
+5
|
*
|
ppc/pnv: Add a "pnor" const link property to the BMC internal simulator
Greg Kurz
2020-01-08
1
-1
/
+1
|
*
|
ppc/pnv: Add an "nr-threads" property to the base chip class
Greg Kurz
2020-01-08
1
-0
/
+1
|
*
|
spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
Greg Kurz
2020-01-08
1
-2
/
+3
|
*
|
pnv/xive: Use device_class_set_parent_realize()
Greg Kurz
2020-01-08
1
-0
/
+10
|
*
|
ppc/pnv: Introduce a "xics" property under the POWER8 chip
Cédric Le Goater
2020-01-08
1
-0
/
+2
|
*
|
spapr/xive: Use device_class_set_parent_realize()
Greg Kurz
2020-01-08
1
-0
/
+10
[prev]
[next]