aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-15qdev: Fix QOM unrealize behaviorAndreas Färber
2013-04-15Merge branch 'tcg-ppc64' of git://github.com/rth7680/qemuAurelien Jarno
2013-04-15Add -f FMT / --format FMT arg to qemu-nbdDaniel P. Berrange
2013-04-15tcg-ppc64: Handle deposit of zeroRichard Henderson
2013-04-15tcg-ppc64: Implement mulu2/muls2_i64Richard Henderson
2013-04-15tcg-ppc64: Implement add2/sub2_i64Richard Henderson
2013-04-15tcg-ppc64: Use getauxval for ISA detectionRichard Henderson
2013-04-15tcg-ppc64: Implement movcondRichard Henderson
2013-04-15tcg-ppc64: Use ISEL for setcondRichard Henderson
2013-04-15tcg-ppc64: Use MFOCRF instead of MFCRRichard Henderson
2013-04-15tcg-ppc64: Cleanup i32 constants to tcg_out_cmpRichard Henderson
2013-04-15tcg-ppc64: Use TCGType throughout comparesRichard Henderson
2013-04-15tcg-ppc64: Use I constraint for mulRichard Henderson
2013-04-15tcg-ppc64: Implement depositRichard Henderson
2013-04-15tcg-ppc64: Handle constant inputs for some compound logicalsRichard Henderson
2013-04-15tcg-ppc64: Implement compound logicalsRichard Henderson
2013-04-15tcg-ppc64: Implement bswap64Richard Henderson
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson
2013-04-15tcg-ppc64: Streamline qemu_ld/st insn selectionRichard Henderson
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson
2013-04-15tcg-ppc64: Improve and_i64 with constantRichard Henderson
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson
2013-04-15tcg-ppc64: Tidy or and xor patterns.Richard Henderson
2013-04-15tcg-ppc64: Allow constant first argument to subRichard Henderson
2013-04-15tcg-ppc64: Improve constant add and sub ops.Richard Henderson
2013-04-15tcg-ppc64: Rearrange integer constant constraintsRichard Henderson
2013-04-15tcg-ppc64: Cleanup tcg_out_moviRichard Henderson
2013-04-15tcg-ppc64: Fix setcond_i32Richard Henderson
2013-04-15tcg-ppc64: Introduce and use TAI and SAIRichard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson
2013-04-15tcg-ppc64: Use TCGReg everywhereRichard Henderson
2013-04-15disas: Disassemble all ppc insns for the hostRichard Henderson
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini
2013-04-15qemu-char: another io_add_watch_poll fixPaolo Bonzini
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic
2013-04-15virtio-serial-ccw: switch to the new API.KONRAD Frederic
2013-04-15virtio-serial-s390: switch to the new API.KONRAD Frederic
2013-04-15virtio-serial-pci: switch to the new API.KONRAD Frederic
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic
2013-04-15virtio: fix broken aliases.KONRAD Frederic