summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-sparc: Undo cpu_fpr rename.Richard Henderson2011-10-261-28/+28
* target-sparc: Extract float128 move to a function.Richard Henderson2011-10-261-32/+18
* target-sparc: Extract common code for floating-point operations.Richard Henderson2011-10-261-454/+381
* target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson2011-10-264-92/+78
* target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson2011-10-266-449/+381
* target-sparc: Add accessors for double-precision fpr access.Richard Henderson2011-10-261-112/+130
* target-sparc: Mark fprs dirty in store accessor.Richard Henderson2011-10-261-46/+8
* target-sparc: Add accessors for single-precision fpr access.Richard Henderson2011-10-261-195/+337
* Sparc: split load and store op helpersBlue Swirl2011-10-263-2418/+2437
* Sparc: convert win_helper to trace frameworkBlue Swirl2011-10-262-22/+16
* Sparc: convert interrupt helpers to trace frameworkBlue Swirl2011-10-263-26/+23
* Sparc: convert mmu_helper to trace frameworkBlue Swirl2011-10-262-44/+30
* Sparc: split MMU helpersBlue Swirl2011-10-264-861/+880
* Sparc: fix coding style in helper.cBlue Swirl2011-10-261-43/+52
* Sparc: avoid AREG0 for division op helpersBlue Swirl2011-10-264-82/+88
* Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl2011-10-266-107/+117
* Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl2011-10-264-201/+90
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-2636-292/+524
|\
| * block: change discard to co_discardPaolo Bonzini2011-10-214-10/+13
| * block: change flush to co_flushPaolo Bonzini2011-10-2110-33/+29
| * block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-215-5/+60
| * block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-219-9/+108
| * block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-219-0/+18
| * vmdk: clean up openPaolo Bonzini2011-10-211-22/+15
| * vmdk: fix return values of vmdk_parent_openPaolo Bonzini2011-10-211-6/+9
| * pc: Fix floppy drives with if=noneKevin Wolf2011-10-215-16/+38
| * qcow2: Fix bdrv_write_compressed error handlingKevin Wolf2011-10-212-13/+22
| * qemu-img: Don't allow preallocation and compression at the same timeKevin Wolf2011-10-211-0/+11
| * fdc: Fix floppy port I/OKevin Wolf2011-10-211-0/+2
| * block: add bdrv_co_discard and bdrv_aio_discard supportPaolo Bonzini2011-10-215-17/+109
| * block: drop redundant bdrv_flush implementationStefan Hajnoczi2011-10-217-74/+3
| * block: unify flush implementationsPaolo Bonzini2011-10-213-90/+76
| * xen_disk: Always set feature-barrier = 1Kevin Wolf2011-10-211-3/+2
| * fix memory leak in aio_write_fAlex Jia2011-10-211-0/+1
| * block: rename bdrv_co_rw_bhPaolo Bonzini2011-10-211-2/+2
| * add socket_set_blockPaolo Bonzini2011-10-213-0/+14
| * sheepdog: add coroutine_fn markersPaolo Bonzini2011-10-211-7/+7
* | main-loop: Add missing include fileStefan Weil2011-10-251-25/+5
* | target-sparc: Fix use of g_new0 / g_freeStefan Weil2011-10-251-4/+4
* | target-sparc: Fix order of function parametersStefan Weil2011-10-251-4/+4
* | hda: do not mix output and input stream states, RHBZ #740493Marc-André Lureau2011-10-253-12/+25
* | hda: do not mix output and input streams, RHBZ #740493Marc-André Lureau2011-10-251-4/+5
* | Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into stagingAnthony Liguori2011-10-2423-1060/+1309
|\ \
| * | simplify main loop functionsPaolo Bonzini2011-10-213-44/+41
| * | Revert to a hand-made select loopPaolo Bonzini2011-10-211-53/+1
| * | main-loop: create main-loop.cPaolo Bonzini2011-10-2111-454/+523
| * | main-loop: create main-loop.hPaolo Bonzini2011-10-2112-64/+336
| * | qemu-timer: do not use RunState change handlersPaolo Bonzini2011-10-211-8/+4
| * | qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini2011-10-214-31/+32
| * | qemu-timer: use atexit for quit_timersPaolo Bonzini2011-10-213-9/+8
OpenPOWER on IntegriCloud