summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-15Allow qtest to be used together with a virtual CPUEdgar E. Iglesias1-0/+4
2013-04-15qdev: Fix QOM unrealize behaviorAndreas Färber2-8/+19
2013-04-15Merge branch 'tcg-ppc64' of git://github.com/rth7680/qemuAurelien Jarno4-457/+968
2013-04-15Add -f FMT / --format FMT arg to qemu-nbdDaniel P. Berrange2-2/+20
2013-04-15tcg-ppc64: Handle deposit of zeroRichard Henderson1-6/+16
2013-04-15tcg-ppc64: Implement mulu2/muls2_i64Richard Henderson2-2/+29
2013-04-15tcg-ppc64: Implement add2/sub2_i64Richard Henderson2-2/+58
2013-04-15tcg-ppc64: Use getauxval for ISA detectionRichard Henderson2-0/+32
2013-04-15tcg-ppc64: Implement movcondRichard Henderson2-2/+61
2013-04-15tcg-ppc64: Use ISEL for setcondRichard Henderson1-62/+119
2013-04-15tcg-ppc64: Use MFOCRF instead of MFCRRichard Henderson1-4/+8
2013-04-15tcg-ppc64: Cleanup i32 constants to tcg_out_cmpRichard Henderson1-0/+5
2013-04-15tcg-ppc64: Use TCGType throughout comparesRichard Henderson1-19/+19
2013-04-15tcg-ppc64: Use I constraint for mulRichard Henderson1-12/+12
2013-04-15tcg-ppc64: Implement depositRichard Henderson2-2/+14
2013-04-15tcg-ppc64: Handle constant inputs for some compound logicalsRichard Henderson1-10/+34
2013-04-15tcg-ppc64: Implement compound logicalsRichard Henderson2-10/+44
2013-04-15tcg-ppc64: Implement bswap64Richard Henderson2-1/+36
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson2-4/+47
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson2-2/+41
2013-04-15tcg-ppc64: Streamline qemu_ld/st insn selectionRichard Henderson1-110/+56
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson2-8/+3
2013-04-15tcg-ppc64: Improve and_i64 with constantRichard Henderson1-14/+50
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson2-3/+53
2013-04-15tcg-ppc64: Tidy or and xor patterns.Richard Henderson1-24/+31
2013-04-15tcg-ppc64: Allow constant first argument to subRichard Henderson1-4/+17
2013-04-15tcg-ppc64: Improve constant add and sub ops.Richard Henderson1-44/+64
2013-04-15tcg-ppc64: Rearrange integer constant constraintsRichard Henderson1-10/+33
2013-04-15tcg-ppc64: Cleanup tcg_out_moviRichard Henderson1-24/+17
2013-04-15tcg-ppc64: Fix setcond_i32Richard Henderson1-0/+6
2013-04-15tcg-ppc64: Introduce and use TAI and SAIRichard Henderson1-73/+70
2013-04-15tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson1-2/+7
2013-04-15tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson1-5/+8
2013-04-15tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson1-5/+10
2013-04-15tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson1-52/+20
2013-04-15tcg-ppc64: Use TCGReg everywhereRichard Henderson1-15/+21
2013-04-15disas: Disassemble all ppc insns for the hostRichard Henderson1-0/+1
2013-04-15qemu-char: another io_add_watch_poll fixPaolo Bonzini1-1/+4
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic2-4/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic2-25/+27
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic1-73/+21
2013-04-15virtio-serial-ccw: switch to the new API.KONRAD Frederic2-13/+27
2013-04-15virtio-serial-s390: switch to the new API.KONRAD Frederic2-11/+31
2013-04-15virtio-serial-pci: switch to the new API.KONRAD Frederic2-67/+78
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic5-12/+100
2013-04-15virtio: fix broken aliases.KONRAD Frederic3-3/+3
2013-04-15Update Makefile to actually install the new efi-enabled nic roms that are use...Sander Eikelenboom1-0/+2
2013-04-15acpi.h: make it self containedMichael S. Tsirkin1-0/+6
2013-04-15target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHRPetar Jovanovic3-31/+19
2013-04-15fpu: Correct edgecase in float64_muladdPeter Maydell1-3/+9