aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson2-20/+12
2012-10-20exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson1-1/+6
2012-10-20exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson1-1/+5
2012-10-20exec: Split up and tidy code_gen_bufferRichard Henderson1-92/+103
2012-10-20create struct for machine initialization argumentsEduardo Habkost57-414/+518
2012-10-20vga: remove CONFIG_BOCHS_VBEGerd Hoffmann2-50/+12
2012-10-20vga: add specs for standard vgaGerd Hoffmann3-0/+68
2012-10-20vga: add mmio bar to standard vgaGerd Hoffmann4-3/+121
2012-10-20vga: fix indentionGerd Hoffmann1-14/+14
2012-10-19tests/tcg: fix buildCatalin Patulea4-14/+22
2012-10-19allow make {dist, }clean work w/out configureMike Frysinger1-0/+4
2012-10-19tci: fix build breakage for target-sparcMichael Roth1-1/+2
2012-10-19MAINTAINERS: Update email address for Stefan HajnocziStefan Hajnoczi1-2/+2
2012-10-19configure: Fix CONFIG_QEMU_HELPERDIR generationJan Kiszka1-1/+1
2012-10-19qemu-options.hx: Change from recommending '?' to 'help'Peter Maydell1-21/+17
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno18-146/+190
2012-10-19Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno6-11/+17
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias1-1/+1
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias2-0/+3
2012-10-19ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell1-8/+8
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil1-0/+1
2012-10-19configure: Remove unused parameters from main functionStefan Weil1-2/+2
2012-10-19target-arm/neon_helper: Remove obsolete FIXME commentPeter Maydell1-1/+0
2012-10-19targphys.h: Don't define target_phys_addr_t for user-mode emulatorsPeter Maydell1-0/+4
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin1-0/+2
2012-10-17target-arm/translate: Fix RRX operandsPeter Crosthwaite1-1/+1
2012-10-17tcg: Optimize mulu2Richard Henderson3-0/+47
2012-10-17tcg: Optimize half-dead add2/sub2Richard Henderson1-1/+33
2012-10-17tcg: Constant fold add2 and sub2Richard Henderson2-0/+44
2012-10-17tcg: Do constant folding on double-word comparisonsRichard Henderson1-21/+72
2012-10-17tcg: Split out subroutines from do_constant_folding_condRichard Henderson1-71/+81
2012-10-17tcg: Optimize double-word comparisons against zeroRichard Henderson1-0/+39
2012-10-17tcg: Use common code when failing to optimizeRichard Henderson1-59/+32
2012-10-17tcg: Swap commutative double-word comparisonsRichard Henderson1-0/+26
2012-10-17tcg: Canonicalize add2 operand orderingRichard Henderson1-0/+5
2012-10-17tcg: Split out swap_commutative as a subroutineRichard Henderson1-32/+24
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_sleep()Andreas Färber1-3/+7
2012-10-17target-mips: Pass MIPSCPU to mips_tc_sleep()Andreas Färber1-3/+5
2012-10-17target-mips: Pass MIPSCPU to mips_vpe_is_wfi()Andreas Färber1-4/+8
2012-10-17target-mips: Pass MIPSCPU to mips_tc_wake()Andreas Färber1-3/+8
2012-10-17target-mips: Clean up other_cpu in helper_{d,e}vpe()Andreas Färber1-14/+14
2012-10-17tcg-ia64: Implement depositRichard Henderson2-2/+58
2012-10-17tcg/ia64: slightly optimize TLB access codeAurelien Jarno1-5/+17
2012-10-17tcg/ia64: remove suboptimal register shifting in qemu_ld/st opsAurelien Jarno1-39/+37
2012-10-17tcg/ia64: implement movcond_i32/64Aurelien Jarno2-2/+40
2012-10-17tcg/ia64: use stack for TCG tempsBlue Swirl1-3/+4
2012-10-17tcg/arm: Implement movcond_i32Peter Maydell2-1/+11
2012-10-17tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell1-26/+20
2012-10-14Fix popcnt in long modemalc1-1/+1
2012-10-13sun4u: Pass SPARCCPU to cpu_set_ivec_irq()Andreas Färber1-4/+3