aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori8-17/+49
2010-02-08tcg/mips: implement setcondAurelien Jarno1-0/+65
2010-02-08configure: fix the static compilation for sdlTeLeMan1-2/+5
2010-02-08configure: Add --enable-docs and --disable-docs to --helpDirk Ullrich1-0/+2
2010-02-08target-sh4: minor optimisationsAurelien Jarno1-26/+26
2010-02-08SH4/R2D: fix poweroffAurelien Jarno1-4/+5
2010-02-08tcg: move setcond* ops to non-optional sectionAurelien Jarno1-35/+37
2010-02-08tcg: add setcondi pseudo-opAurelien Jarno1-0/+18
2010-02-08block/curl: %Z is not a valid conversion specifiermalc1-1/+1
2010-02-08vl.c: avoid preprocessor directives in a printf callPaolo Bonzini2-10/+12
2010-02-08do not interpolate % from vl.c to qemu-options.hPaolo Bonzini2-13/+7
2010-02-08cope with printf macro definition in readline.cPaolo Bonzini1-0/+1
2010-02-08qemu-img: avoid preprocessor directives in a printf callPaolo Bonzini1-4/+5
2010-02-08Revert "On some systems printf is a macro"malc3-52/+48
2010-02-07dec: actually implement PCI bridgingBlue Swirl2-0/+28
2010-02-07esp: use CamelCaseFunc for function typesBlue Swirl2-7/+7
2010-02-07fw_cfg: don't use reserved _ prefixBlue Swirl2-3/+3
2010-02-07fdc: don't use reserved _ prefixBlue Swirl1-6/+6
2010-02-07fdc: don't use reserved _t suffixBlue Swirl4-192/+190
2010-02-07escc: don't use reserved _t suffixBlue Swirl1-4/+4
2010-02-07m48t59: don't use reserved _t suffixBlue Swirl5-55/+52
2010-02-07tcg/ppc64: implement setcondmalc1-0/+133
2010-02-07tcg/ppc32: proper setcond implementationmalc1-25/+25
2010-02-07tcg/ppc32: implement setcond[2]malc1-14/+157
2010-02-07On some systems printf is a macromalc3-48/+52
2010-02-07Do not use dprintfmalc14-204/+204
2010-02-06arm host: fix compiler warningStefan Weil2-27/+0
2010-02-06tcg-i386: Implement setcond.Richard Henderson1-3/+70
2010-02-06tcg-i386: Implement small forward branches.Richard Henderson2-38/+81
2010-02-06Add -static earlier to LDFLAGS for compile_prog()Loïc Minier1-2/+3
2010-02-06Fix missing symbols in .rel/.rela.plt sectionsLoïc Minier2-4/+28
2010-02-06configure: remove debugging code introduced in aa527b65d8187b97d73f889b6cae7b...Aurelien Jarno1-3/+0
2010-02-06configure: fix compilation on hosts without -fstack-protector-allAurelien Jarno1-2/+5
2010-02-06Update MAINTAINERSAurelien Jarno1-2/+2
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno3-8/+22
2010-02-06target-arm: refactor cp15.c13 register accessRiku Voipio2-16/+55
2010-02-06linux-user: remove signal handler before calling abort()Riku Voipio1-0/+9
2010-02-06fix locking error with current_tbRiku Voipio1-2/+2
2010-02-06linux-user: adapt uname machine to emulated CPULoïc Minier4-2/+76
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno2-8/+8
2010-02-06tcg-x86_64: implement setcondRichard Henderson1-5/+33
2010-02-06tcg: add tcg_invert_condRichard Henderson1-0/+5
2010-02-06tcg: generic support for conditional setRichard Henderson4-6/+78
2010-02-06tcg: document double-word support opcodes.Richard Henderson1-0/+23
2010-02-06usb-linux: increase buffer for USB control requestsChristian Krause1-1/+1
2010-02-06mips/malta: fix typoAurelien Jarno1-1/+1
2010-02-06PCI: show also host bridge data in "info pci" outputBlue Swirl1-1/+1
2010-02-06PCI: fix multiple bridge problemsBlue Swirl1-11/+17
2010-02-05Refactor DEC 21154 PCI bridgeBlue Swirl4-107/+85
2010-02-05usb-linux.c: remove write-only variablePaolo Bonzini1-2/+0