summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/vmware_vga.c: various vmware vga fixes.Gerd Hoffmann2013-04-162-27/+31
* hw/vmware_vga.c: add tracepoints for mmio reads+writesGerd Hoffmann2013-04-162-32/+86
* hw/vmware_vga.c: fix screen resize bug introduced after console revampIgor Mitsyanko2013-04-161-1/+2
* exynos4210_fimd.c: fix display resize bug introduced after console revampIgor Mitsyanko2013-04-161-3/+4
* virtio-balloon: fix dynamic properties.KONRAD Frederic2013-04-162-0/+70
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-16153-319/+290Star
|\
| * exec: remove useless declarations from memory-internal.hPaolo Bonzini2013-04-151-6/+0Star
| * memory: move core typedefs to qemu/typedefs.hPaolo Bonzini2013-04-153-7/+4Star
| * include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-159-11/+9Star
| * sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-1578-78/+78
| * tpm: reorganize headers and split hardware partPaolo Bonzini2013-04-1515-128/+103Star
| * configure: fix TPM logicPaolo Bonzini2013-04-154-13/+21
| * acpi.h: make it self containedMichael S. Tsirkin2013-04-151-0/+6
| * acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2013-04-155-8/+10
| * hw: Add lost ARM core againStefan Weil2013-04-151-1/+1
| * Fix failure to create q35 machineHu Tao2013-04-152-2/+2
| * Add linux-headers to QEMU_INCLUDESJan Kiszka2013-04-151-4/+1Star
| * arm: fix location of some include filesPeter Maydell2013-04-1549-62/+62
* | Allow qtest to be used together with a virtual CPUEdgar E. Iglesias2013-04-161-0/+4
* | qdev: Fix QOM unrealize behaviorAndreas Färber2013-04-162-8/+19
* | Merge branch 'tcg-ppc64' of git://github.com/rth7680/qemuAurelien Jarno2013-04-154-457/+968
|\ \
| * | tcg-ppc64: Handle deposit of zeroRichard Henderson2013-04-151-6/+16
| * | tcg-ppc64: Implement mulu2/muls2_i64Richard Henderson2013-04-152-2/+29
| * | tcg-ppc64: Implement add2/sub2_i64Richard Henderson2013-04-152-2/+58
| * | tcg-ppc64: Use getauxval for ISA detectionRichard Henderson2013-04-152-0/+32
| * | tcg-ppc64: Implement movcondRichard Henderson2013-04-152-2/+61
| * | tcg-ppc64: Use ISEL for setcondRichard Henderson2013-04-151-62/+119
| * | tcg-ppc64: Use MFOCRF instead of MFCRRichard Henderson2013-04-151-4/+8
| * | tcg-ppc64: Cleanup i32 constants to tcg_out_cmpRichard Henderson2013-04-151-0/+5
| * | tcg-ppc64: Use TCGType throughout comparesRichard Henderson2013-04-151-19/+19
| * | tcg-ppc64: Use I constraint for mulRichard Henderson2013-04-151-12/+12
| * | tcg-ppc64: Implement depositRichard Henderson2013-04-152-2/+14
| * | tcg-ppc64: Handle constant inputs for some compound logicalsRichard Henderson2013-04-151-10/+34
| * | tcg-ppc64: Implement compound logicalsRichard Henderson2013-04-152-10/+44
| * | tcg-ppc64: Implement bswap64Richard Henderson2013-04-152-1/+36
| * | tcg-ppc64: Implement bswap16 and bswap32Richard Henderson2013-04-152-4/+47
| * | tcg-ppc64: Implement rotatesRichard Henderson2013-04-152-2/+41
| * | tcg-ppc64: Streamline qemu_ld/st insn selectionRichard Henderson2013-04-151-110/+56Star
| * | tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson2013-04-152-8/+3Star
| * | tcg-ppc64: Improve and_i64 with constantRichard Henderson2013-04-151-14/+50
| * | tcg-ppc64: Improve and_i32 with constantRichard Henderson2013-04-152-3/+53
| * | tcg-ppc64: Tidy or and xor patterns.Richard Henderson2013-04-151-24/+31
| * | tcg-ppc64: Allow constant first argument to subRichard Henderson2013-04-151-4/+17
| * | tcg-ppc64: Improve constant add and sub ops.Richard Henderson2013-04-151-44/+64
| * | tcg-ppc64: Rearrange integer constant constraintsRichard Henderson2013-04-151-10/+33
| * | tcg-ppc64: Cleanup tcg_out_moviRichard Henderson2013-04-151-24/+17Star
| * | tcg-ppc64: Fix setcond_i32Richard Henderson2013-04-151-0/+6
| * | tcg-ppc64: Introduce and use TAI and SAIRichard Henderson2013-04-151-73/+70Star
| * | tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson2013-04-151-2/+7
| * | tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson2013-04-151-5/+8