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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/vmware_vga.c: various vmware vga fixes.
Gerd Hoffmann
2013-04-16
2
-27
/
+31
*
hw/vmware_vga.c: add tracepoints for mmio reads+writes
Gerd Hoffmann
2013-04-16
2
-32
/
+86
*
hw/vmware_vga.c: fix screen resize bug introduced after console revamp
Igor Mitsyanko
2013-04-16
1
-1
/
+2
*
exynos4210_fimd.c: fix display resize bug introduced after console revamp
Igor Mitsyanko
2013-04-16
1
-3
/
+4
*
virtio-balloon: fix dynamic properties.
KONRAD Frederic
2013-04-16
2
-0
/
+70
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-04-16
153
-319
/
+290
|
\
|
*
exec: remove useless declarations from memory-internal.h
Paolo Bonzini
2013-04-15
1
-6
/
+0
|
*
memory: move core typedefs to qemu/typedefs.h
Paolo Bonzini
2013-04-15
3
-7
/
+4
|
*
include: avoid useless includes of exec/ headers
Paolo Bonzini
2013-04-15
9
-11
/
+9
|
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
78
-78
/
+78
|
*
tpm: reorganize headers and split hardware part
Paolo Bonzini
2013-04-15
15
-128
/
+103
|
*
configure: fix TPM logic
Paolo Bonzini
2013-04-15
4
-13
/
+21
|
*
acpi.h: make it self contained
Michael S. Tsirkin
2013-04-15
1
-0
/
+6
|
*
acpi: move declarations from pc.h to acpi.h
Michael S. Tsirkin
2013-04-15
5
-8
/
+10
|
*
hw: Add lost ARM core again
Stefan Weil
2013-04-15
1
-1
/
+1
|
*
Fix failure to create q35 machine
Hu Tao
2013-04-15
2
-2
/
+2
|
*
Add linux-headers to QEMU_INCLUDES
Jan Kiszka
2013-04-15
1
-4
/
+1
|
*
arm: fix location of some include files
Peter Maydell
2013-04-15
49
-62
/
+62
*
|
Allow qtest to be used together with a virtual CPU
Edgar E. Iglesias
2013-04-16
1
-0
/
+4
*
|
qdev: Fix QOM unrealize behavior
Andreas Färber
2013-04-16
2
-8
/
+19
*
|
Merge branch 'tcg-ppc64' of git://github.com/rth7680/qemu
Aurelien Jarno
2013-04-15
4
-457
/
+968
|
\
\
|
*
|
tcg-ppc64: Handle deposit of zero
Richard Henderson
2013-04-15
1
-6
/
+16
|
*
|
tcg-ppc64: Implement mulu2/muls2_i64
Richard Henderson
2013-04-15
2
-2
/
+29
|
*
|
tcg-ppc64: Implement add2/sub2_i64
Richard Henderson
2013-04-15
2
-2
/
+58
|
*
|
tcg-ppc64: Use getauxval for ISA detection
Richard Henderson
2013-04-15
2
-0
/
+32
|
*
|
tcg-ppc64: Implement movcond
Richard Henderson
2013-04-15
2
-2
/
+61
|
*
|
tcg-ppc64: Use ISEL for setcond
Richard Henderson
2013-04-15
1
-62
/
+119
|
*
|
tcg-ppc64: Use MFOCRF instead of MFCR
Richard Henderson
2013-04-15
1
-4
/
+8
|
*
|
tcg-ppc64: Cleanup i32 constants to tcg_out_cmp
Richard Henderson
2013-04-15
1
-0
/
+5
|
*
|
tcg-ppc64: Use TCGType throughout compares
Richard Henderson
2013-04-15
1
-19
/
+19
|
*
|
tcg-ppc64: Use I constraint for mul
Richard Henderson
2013-04-15
1
-12
/
+12
|
*
|
tcg-ppc64: Implement deposit
Richard Henderson
2013-04-15
2
-2
/
+14
|
*
|
tcg-ppc64: Handle constant inputs for some compound logicals
Richard Henderson
2013-04-15
1
-10
/
+34
|
*
|
tcg-ppc64: Implement compound logicals
Richard Henderson
2013-04-15
2
-10
/
+44
|
*
|
tcg-ppc64: Implement bswap64
Richard Henderson
2013-04-15
2
-1
/
+36
|
*
|
tcg-ppc64: Implement bswap16 and bswap32
Richard Henderson
2013-04-15
2
-4
/
+47
|
*
|
tcg-ppc64: Implement rotates
Richard Henderson
2013-04-15
2
-2
/
+41
|
*
|
tcg-ppc64: Streamline qemu_ld/st insn selection
Richard Henderson
2013-04-15
1
-110
/
+56
|
*
|
tcg-ppc64: Use automatic implementation of ext32u_i64
Richard Henderson
2013-04-15
2
-8
/
+3
|
*
|
tcg-ppc64: Improve and_i64 with constant
Richard Henderson
2013-04-15
1
-14
/
+50
|
*
|
tcg-ppc64: Improve and_i32 with constant
Richard Henderson
2013-04-15
2
-3
/
+53
|
*
|
tcg-ppc64: Tidy or and xor patterns.
Richard Henderson
2013-04-15
1
-24
/
+31
|
*
|
tcg-ppc64: Allow constant first argument to sub
Richard Henderson
2013-04-15
1
-4
/
+17
|
*
|
tcg-ppc64: Improve constant add and sub ops.
Richard Henderson
2013-04-15
1
-44
/
+64
|
*
|
tcg-ppc64: Rearrange integer constant constraints
Richard Henderson
2013-04-15
1
-10
/
+33
|
*
|
tcg-ppc64: Cleanup tcg_out_movi
Richard Henderson
2013-04-15
1
-24
/
+17
|
*
|
tcg-ppc64: Fix setcond_i32
Richard Henderson
2013-04-15
1
-0
/
+6
|
*
|
tcg-ppc64: Introduce and use TAI and SAI
Richard Henderson
2013-04-15
1
-73
/
+70
|
*
|
tcg-ppc64: Introduce and use tcg_out_shri64
Richard Henderson
2013-04-15
1
-2
/
+7
|
*
|
tcg-ppc64: Introduce and use tcg_out_shli64
Richard Henderson
2013-04-15
1
-5
/
+8
[next]