aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-18target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini1-19/+20
2013-02-18target-i386: convert gen_compute_eflags_c to TCGRichard Henderson1-11/+98
2013-02-18target-i386: use inverted setcond when computing NS or NZRichard Henderson1-18/+31
2013-02-18target-i386: do not call helper to compute ZF/SFRichard Henderson1-6/+31
2013-02-18target-i386: Move CC discards to set_cc_opRichard Henderson1-9/+39
2013-02-18target-i386: no need to flush out cc_op before gen_eobRichard Henderson1-3/+1
2013-02-18target-i386: do not compute eflags multiple times consecutivelyRichard Henderson1-36/+36
2013-02-18target-i386: add helper functions to get other flagsPaolo Bonzini1-12/+36
2013-02-18target-i386: Use gen_update_cc_op everywhereRichard Henderson1-120/+57
2013-02-18target-i386: Don't clobber s->cc_op in gen_update_cc_opRichard Henderson1-15/+22
2013-02-18target-i386: Introduce set_cc_opRichard Henderson1-65/+69
2013-02-18target-i386: Name the cc_op enumerationRichard Henderson2-3/+3
2013-02-18target-i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flagsPaolo Bonzini1-66/+37
2013-02-18target-i386: use gen_jcc1 to compile loopzPaolo Bonzini1-7/+1
2013-02-18target-i386: clean up sahfPaolo Bonzini1-1/+3
2013-02-18target-i386: compute eflags outside rcl/rcr helperPaolo Bonzini3-25/+8
2013-02-18target-i386: move eflags computation closer to gen_op_set_cc_opPaolo Bonzini1-11/+8
2013-02-18target-i386: move carry computation for inc/dec closer to gen_op_set_cc_opPaolo Bonzini1-1/+1
2013-02-18target-i386: drop cc_op argument of gen_jcc1Paolo Bonzini1-15/+18
2013-02-18target-i386: factor setting of s->cc_op handling for string functionsPaolo Bonzini1-4/+5
2013-02-18target-i386: introduce gen_ext_tlPaolo Bonzini1-109/+37
2013-02-18target-i386: use OT_* consistentlyPaolo Bonzini1-39/+49
2013-02-18test-i386: make it compile with a recent gccPaolo Bonzini1-2/+2
2013-02-18test-i386: QEMU_PACKED is not defined herePaolo Bonzini1-3/+3
2013-02-18vnc-tls: Fix compilation with newer versions of GNU-TLSAndre Przywara1-3/+3
2013-02-18doc help: Collect block device stuff under its own headingMarkus Armbruster1-291/+281
2013-02-18doc help: A few options are under inappropriate headings, fixMarkus Armbruster1-41/+39
2013-02-18help: Fix markup of heading "USB options" so it appears in -helpMarkus Armbruster1-1/+2
2013-02-18doc: Fix texinfo @table markup in qemu-options.hxMarkus Armbruster1-19/+37
2013-02-18doc: Fill some option doc gaps in manual page and qemu-docMarkus Armbruster1-4/+12
2013-02-18doc: Fix some option entries in qemu-doc's function indexMarkus Armbruster1-2/+5
2013-02-18help: Drop bogus help on -qtest and -qtest-logMarkus Armbruster1-7/+3
2013-02-18isa: Split off instance_init for ISADeviceAndreas Färber1-3/+9
2013-02-18qtest: Add MMIO supportAndreas Färber7-29/+332
2013-02-18libqtest: Introduce qtest_qmpv() and convert remaining macroAndreas Färber2-5/+29
2013-02-18libqtest: Convert macros to functions and clean up documentationAndreas Färber1-50/+110
2013-02-18Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori83-363/+780
2013-02-17tests: Add unit tests for mulu64 and muls64Richard Henderson2-1/+75
2013-02-17host-utils: Improve mulu64 and muls64Richard Henderson1-54/+38
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson3-11/+30
2013-02-17tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber1-1/+1
2013-02-16target-sparc: Fix debug output for DEBUG_MMUAndreas Färber1-1/+1
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber2-41/+40
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber3-26/+25
2013-02-16target-lm32: Drop unused cpu_lm32_close() prototypeAndreas Färber1-1/+0
2013-02-16target-s390x: Drop unused cpu_s390x_close() prototypeAndreas Färber1-1/+0
2013-02-16spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber1-8/+3
2013-02-16ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber1-11/+4
2013-02-16e500: Replace open-coded loop with qemu_get_cpu()Andreas Färber1-8/+3
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber16-0/+31