aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-05vnc.c: remove dead codePaolo Bonzini1-3/+0
2010-02-05remove two dead assignments in target-i386/translate.cPaolo Bonzini1-2/+0
2010-02-05exec.c: dead assignmentsPaolo Bonzini1-4/+0
2010-02-05fix undefined shifts by >32Paolo Bonzini1-2/+2
2010-02-03qdev: Add rudimentary help for property valueMarkus Armbruster1-1/+1
2010-02-03qdev: update help on -deviceMarkus Armbruster1-13/+10
2010-02-03qdev: Add help for device propertiesMarkus Armbruster1-1/+14
2010-02-03Revert "qdev: Add help for device properties"Markus Armbruster1-13/+2
2010-02-03Revert "qdev: Add help for property value"Markus Armbruster1-7/+2
2010-02-03qdev: Fix exit code for -device ?Markus Armbruster3-9/+28
2010-02-03qemu-option: Make qemu_opts_foreach() accumulate return valuesMarkus Armbruster1-1/+1
2010-02-03Revert "QError: New QERR_INVALID_CPU_INDEX"Markus Armbruster2-7/+0
2010-02-03monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEXMarkus Armbruster1-1/+1
2010-02-03monitor: convert do_migrate_set_downtime() to QObjectMarkus Armbruster3-3/+6
2010-02-03monitor: Use argument type 'T' for migrate_set_downtimeMarkus Armbruster2-14/+3