aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-18target-i386: move eflags computation closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: move carry computation for inc/dec closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: drop cc_op argument of gen_jcc1Paolo Bonzini
2013-02-18target-i386: factor setting of s->cc_op handling for string functionsPaolo Bonzini
2013-02-18target-i386: introduce gen_ext_tlPaolo Bonzini
2013-02-18target-i386: use OT_* consistentlyPaolo Bonzini
2013-02-18test-i386: make it compile with a recent gccPaolo Bonzini
2013-02-18test-i386: QEMU_PACKED is not defined herePaolo Bonzini
2013-02-18vnc-tls: Fix compilation with newer versions of GNU-TLSAndre Przywara
2013-02-18doc help: Collect block device stuff under its own headingMarkus Armbruster
2013-02-18doc help: A few options are under inappropriate headings, fixMarkus Armbruster
2013-02-18help: Fix markup of heading "USB options" so it appears in -helpMarkus Armbruster
2013-02-18doc: Fix texinfo @table markup in qemu-options.hxMarkus Armbruster
2013-02-18doc: Fill some option doc gaps in manual page and qemu-docMarkus Armbruster
2013-02-18doc: Fix some option entries in qemu-doc's function indexMarkus Armbruster
2013-02-18help: Drop bogus help on -qtest and -qtest-logMarkus Armbruster
2013-02-18isa: Split off instance_init for ISADeviceAndreas Färber
2013-02-18qtest: Add MMIO supportAndreas Färber
2013-02-18libqtest: Introduce qtest_qmpv() and convert remaining macroAndreas Färber
2013-02-18libqtest: Convert macros to functions and clean up documentationAndreas Färber
2013-02-18Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-02-17tests: Add unit tests for mulu64 and muls64Richard Henderson
2013-02-17host-utils: Improve mulu64 and muls64Richard Henderson
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson
2013-02-17tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber
2013-02-16target-sparc: Fix debug output for DEBUG_MMUAndreas Färber
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber
2013-02-16target-lm32: Drop unused cpu_lm32_close() prototypeAndreas Färber
2013-02-16target-s390x: Drop unused cpu_s390x_close() prototypeAndreas Färber
2013-02-16spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber
2013-02-16ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber
2013-02-16e500: Replace open-coded loop with qemu_get_cpu()Andreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16cpu: Move running field to CPUStateAndreas Färber
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-02-16target-cris: Introduce CRISCPU subclassesAndreas Färber
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber
2013-02-16mcf_intc: Pass M68kCPU to mcf_intc_init()Andreas Färber
2013-02-16mcf5206: Pass M68kCPU to mcf5206_init()Andreas Färber
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber
2013-02-16ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()Andreas Färber
2013-02-16target-xtensa: Move TCG initialization to XtensaCPU initfnAndreas Färber
2013-02-16target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber
2013-02-16target-sparc: Move TCG initialization to SPARCCPU initfnAndreas Färber
2013-02-16target-sh4: Move TCG initialization to SuperHCPU initfnAndreas Färber
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber