aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-29cirrus_vga: QOM'ify ISA Cirrus VGAAndreas Färber1-5/+10
2013-04-29applesmc: QOM'ifyAndreas Färber1-14/+19
2013-04-29virtio-net: unbreak the minix guestJason Wang1-7/+8
2013-04-29Merge remote-tracking branch 'bonzini/migration-writev' into stagingAnthony Liguori7-26/+72
2013-04-29Merge remote-tracking branch 'alon/libcacard_ccid.2' into stagingAnthony Liguori1-2/+8
2013-04-29win32: add readv/writev emulationPaolo Bonzini4-21/+63
2013-04-27sparc64: use direct interrupt mapping for PCI devicesArtyom Tarasenko1-1/+1
2013-04-27sparc64: fix loosing interruptsArtyom Tarasenko1-18/+96
2013-04-27sparc64: allow 64 IRQ linesArtyom Tarasenko2-2/+2
2013-04-27tcg-arm: Remove long jump from tcg_out_goto_labelRichard Henderson1-6/+1
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson3-108/+220
2013-04-27tcg-arm: Use movi32 + blx for calls on v7Richard Henderson1-0/+3
2013-04-27tcg-arm: Delete the 'S' constraintRichard Henderson1-4/+2
2013-04-27tcg-arm: Improve scheduling of tcg_out_tlb_readRichard Henderson1-53/+57
2013-04-27tcg-arm: Split out tcg_out_tlb_readRichard Henderson1-99/+70
2013-04-27tcg-arm: Cleanup most primitive load store subroutinesRichard Henderson1-124/+111
2013-04-27tcg-arm: Cleanup multiply subroutinesRichard Henderson1-40/+45
2013-04-27tcg-arm: Use R12 for the tcg temporaryRichard Henderson1-1/+1
2013-04-27tcg-arm: Use TCG_REG_TMP name for the tcg temporaryRichard Henderson1-58/+60
2013-04-27tcg-arm: Implement division instructionsRichard Henderson3-1/+46
2013-04-27tcg-arm: Implement deposit for armv7Richard Henderson2-4/+42
2013-04-27tcg-arm: Improve constant generationRichard Henderson1-23/+44
2013-04-27tcg-arm: Handle constant arguments to add2/sub2Richard Henderson1-48/+58
2013-04-27tcg-arm: Use tcg_out_dat_rIN for comparesRichard Henderson1-20/+20
2013-04-27tcg-arm: Allow constant first argument to subRichard Henderson1-3/+12
2013-04-27tcg-arm: Handle negated constant arguments to and/subRichard Henderson1-6/+35
2013-04-27tcg-arm: Use bic to implement and with constantRichard Henderson2-14/+44
2013-04-27tcg: Log the contents of the prologue with -d out_asmRichard Henderson1-0/+10
2013-04-27ccid: Fix crash when backend isn't specifiedCole Robinson1-2/+8
2013-04-27tcg-arm: Fix local stack frameRichard Henderson1-74/+47
2013-04-27tcg: fix deposit_i64 op on 32-bit targetsAurelien Jarno1-1/+1
2013-04-27target-ppc: slightly optimize lfiwaxAurelien Jarno1-4/+1
2013-04-27Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno25-186/+796
2013-04-27win32: generate console executable againPaolo Bonzini1-1/+1
2013-04-27win32: move Makefile dependencies on version-obj-y to rules.makPaolo Bonzini2-2/+4
2013-04-27win32: add generic RC rules to rules.makPaolo Bonzini2-2/+4
2013-04-26target-ppc: add support for extended mtfsf/mtfsfi formsAurelien Jarno2-22/+41
2013-04-26target-ppc: emulate store doubleword pair instructionsAurelien Jarno1-0/+48
2013-04-26target-ppc: emulate load doubleword pair instructionsAurelien Jarno1-0/+48
2013-04-26target-ppc: emulate lfiwax instructionAurelien Jarno1-0/+21
2013-04-26target-ppc: emulate fcpsgn instructionAurelien Jarno1-0/+14
2013-04-26target-ppc: emulate prtyw and prtyd instructionsAurelien Jarno1-0/+34
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno3-0/+24
2013-04-26target-ppc: add instruction flags for Book I 2.05Aurelien Jarno2-2/+4
2013-04-26disas: Disassemble all ppc insns for the guestAurelien Jarno1-0/+1
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno3-40/+34
2013-04-26PPC: Fix dcbz for linux-user on 970Alexander Graf1-1/+1
2013-04-26powerpc: correctly handle fpu exceptions.Tristan Gingold1-11/+12
2013-04-26pseries: Generate device paths for VIO devicesDavid Gibson1-14/+23
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson5-28/+43