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
*
hmp: Move hmp.h to include/monitor/
Markus Armbruster
2019-07-02
1
-0
/
+153
*
xen: Import other xen/io/*.h
Anthony PERARD
2019-06-24
11
-1
/
+2893
*
Revert xen/io/ring.h of "Clean up a few header guard symbols"
Anthony PERARD
2019-06-24
1
-3
/
+3
*
xen-bus / xen-block: add support for event channel polling
Paul Durrant
2019-06-24
1
-1
/
+1
*
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
2019-06-24
1
-0
/
+1
*
xen-bus: use a separate fd for each event channel
Paul Durrant
2019-06-24
1
-4
/
+2
*
hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1
Greg Kurz
2019-06-21
2
-6
/
+0
*
target/i386: kvm: Add support for save and restore nested state
Liran Alon
2019-06-21
1
-0
/
+1
*
vmstate: Add support for kernel integer types
Liran Alon
2019-06-21
1
-0
/
+26
*
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
2019-06-21
1
-0
/
+1
*
block: Add bdrv_child_refresh_perms()
Max Reitz
2019-06-18
1
-0
/
+15
*
block: drop bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-3
/
+0
*
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-0
/
+9
*
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-6
/
+6
*
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-06-18
1
-7
/
+2
*
monitor: Split out monitor/monitor.c
Kevin Wolf
2019-06-18
1
-0
/
+1
*
monitor: Create MonitorHMP with readline state
Kevin Wolf
2019-06-17
1
-2
/
+3
*
monitor: Fix return type of monitor_fdset_dup_fd_find
Yury Kotov
2019-06-17
1
-1
/
+1
*
hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boards
Peter Maydell
2019-06-17
1
-0
/
+7
*
hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPU
Peter Maydell
2019-06-17
1
-0
/
+4
*
hw/acpi: extract acpi_add_rom_blob()
Wei Yang
2019-06-16
1
-0
/
+9
*
vfio/common: Introduce vfio_set_irq_signaling helper
Eric Auger
2019-06-13
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...
Peter Maydell
2019-06-13
2
-2
/
+4
|
\
|
*
edid: flip the default to enabled
Gerd Hoffmann
2019-06-13
1
-1
/
+1
|
*
edid: add xmax + ymax properties
Gerd Hoffmann
2019-06-13
1
-1
/
+3
*
|
semihosting: split console_out into string and char versions
Alex Bennée
2019-06-12
1
-6
/
+19
|
/
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
2019-06-12
3
-5
/
+5
|
\
|
*
ppc/xive: Make XIVE generate the proper interrupt types
Benjamin Herrenschmidt
2019-06-12
1
-1
/
+2
|
*
spapr: Clean up spapr_drc_populate_dt()
David Gibson
2019-06-12
1
-2
/
+1
|
*
spapr: Clean up dt creation for PCI buses
David Gibson
2019-06-12
1
-2
/
+2
*
|
Supply missing header guards
Markus Armbruster
2019-06-12
11
-1
/
+55
*
|
Clean up a few header guard symbols
Markus Armbruster
2019-06-12
3
-9
/
+9
*
|
Normalize position of header guard
Markus Armbruster
2019-06-12
7
-14
/
+15
*
|
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
75
-77
/
+1
*
|
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
5
-4
/
+3
*
|
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
2
-16
/
+27
*
|
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
3
-8
/
+20
|
/
*
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
1
-2
/
+0
*
cpu: Move the softmmu tlb to CPUNegativeOffsetState
Richard Henderson
2019-06-10
2
-7
/
+24
*
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
2019-06-10
4
-29
/
+31
*
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
2
-0
/
+32
*
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-06-10
1
-0
/
+11
*
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
1
-0
/
+2
*
cpu: Introduce env_archcpu
Richard Henderson
2019-06-10
1
-2
/
+12
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
4
-14
/
+26
*
tcg: Create struct CPUTLB
Richard Henderson
2019-06-10
2
-28
/
+37
*
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-06-10
1
-1
/
+21
*
tcg: Fold CPUTLBWindow into CPUTLBDesc
Richard Henderson
2019-06-10
1
-13
/
+4
*
accel: Remove unused AccelClass::opt_name attribute
Wainer dos Santos Moschetta
2019-06-07
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into staging
Peter Maydell
2019-06-07
1
-0
/
+1
|
\
[next]