summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson1-454/+381
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson4-92/+78
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson6-449/+381
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson1-112/+130
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson1-46/+8
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson1-195/+337
2011-10-26Sparc: split load and store op helpersBlue Swirl3-2418/+2437
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl2-22/+16
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl3-26/+23
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl2-44/+30
2011-10-26Sparc: split MMU helpersBlue Swirl4-861/+880
2011-10-26Sparc: fix coding style in helper.cBlue Swirl1-43/+52
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl4-82/+88
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl6-107/+117
2011-10-26Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl4-201/+90
2011-10-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori36-292/+524
2011-10-25main-loop: Add missing include fileStefan Weil1-25/+5
2011-10-25target-sparc: Fix use of g_new0 / g_freeStefan Weil1-4/+4
2011-10-25target-sparc: Fix order of function parametersStefan Weil1-4/+4
2011-10-25hda: do not mix output and input stream states, RHBZ #740493Marc-André Lureau3-12/+25
2011-10-25hda: do not mix output and input streams, RHBZ #740493Marc-André Lureau1-4/+5
2011-10-24Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into stagingAnthony Liguori23-1060/+1309
2011-10-23Add stdio char device on windowsFabien Chouteau1-2/+225
2011-10-23Sparc: split CWP and PSTATE op helpersBlue Swirl4-491/+524
2011-10-23Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl5-50/+49
2011-10-23Sparc: split lazy condition code handling op helpersBlue Swirl3-466/+488
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl5-274/+281
2011-10-23Sparc: split FPU and VIS op helpersBlue Swirl4-745/+800
2011-10-23Sparc: fix coding styleBlue Swirl1-452/+502
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl4-72/+70
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl3-47/+46
2011-10-23Sparc: split helper.cBlue Swirl7-1084/+1139
2011-10-23Sparc: fix coding styleBlue Swirl1-32/+41
2011-10-23m48t59: fix write accessBlue Swirl1-1/+1
2011-10-23m48t59: drop obsolete address base arithmeticBlue Swirl1-2/+0
2011-10-23pci_bridge: fix typoBlue Swirl1-1/+1
2011-10-21simplify main loop functionsPaolo Bonzini3-44/+41
2011-10-21Revert to a hand-made select loopPaolo Bonzini1-53/+1
2011-10-21main-loop: create main-loop.cPaolo Bonzini11-454/+523
2011-10-21main-loop: create main-loop.hPaolo Bonzini12-64/+336
2011-10-21qemu-timer: do not use RunState change handlersPaolo Bonzini1-8/+4
2011-10-21qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini4-31/+32
2011-10-21qemu-timer: use atexit for quit_timersPaolo Bonzini3-9/+8
2011-10-21qemu-timer: do not refer to runstate_is_running()Paolo Bonzini2-4/+2
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini6-323/+296
2011-10-21qemu-timer: more clock functionsPaolo Bonzini2-0/+28
2011-10-21qemu-timer: move common code to qemu_rearm_alarm_timerPaolo Bonzini1-76/+53
2011-10-21qemu-timer: remove active_timers arrayPaolo Bonzini1-31/+28
2011-10-21remove unused functionPaolo Bonzini2-6/+0
2011-10-21compatfd.c: Don't pass NULL pointer to SYS_signalfdPeter Maydell1-2/+10