index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-sparc: Undo cpu_fpr rename.
Richard Henderson
2011-10-26
1
-28
/
+28
*
target-sparc: Extract float128 move to a function.
Richard Henderson
2011-10-26
1
-32
/
+18
*
target-sparc: Extract common code for floating-point operations.
Richard Henderson
2011-10-26
1
-454
/
+381
*
target-sparc: Make FPU/VIS helpers const when possible.
Richard Henderson
2011-10-26
4
-92
/
+78
*
target-sparc: Pass float64 parameters instead of dt0/1 temporaries.
Richard Henderson
2011-10-26
6
-449
/
+381
*
target-sparc: Add accessors for double-precision fpr access.
Richard Henderson
2011-10-26
1
-112
/
+130
*
target-sparc: Mark fprs dirty in store accessor.
Richard Henderson
2011-10-26
1
-46
/
+8
*
target-sparc: Add accessors for single-precision fpr access.
Richard Henderson
2011-10-26
1
-195
/
+337
*
Sparc: split load and store op helpers
Blue Swirl
2011-10-26
3
-2418
/
+2437
*
Sparc: convert win_helper to trace framework
Blue Swirl
2011-10-26
2
-22
/
+16
*
Sparc: convert interrupt helpers to trace framework
Blue Swirl
2011-10-26
3
-26
/
+23
*
Sparc: convert mmu_helper to trace framework
Blue Swirl
2011-10-26
2
-44
/
+30
*
Sparc: split MMU helpers
Blue Swirl
2011-10-26
4
-861
/
+880
*
Sparc: fix coding style in helper.c
Blue Swirl
2011-10-26
1
-43
/
+52
*
Sparc: avoid AREG0 for division op helpers
Blue Swirl
2011-10-26
4
-82
/
+88
*
Sparc: avoid AREG0 for softint op helpers and Leon cache control
Blue Swirl
2011-10-26
6
-107
/
+117
*
Sparc: avoid AREG0 for CWP and PSTATE helpers
Blue Swirl
2011-10-26
4
-201
/
+90
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-26
36
-292
/
+524
|
\
|
*
block: change discard to co_discard
Paolo Bonzini
2011-10-21
4
-10
/
+13
|
*
block: change flush to co_flush
Paolo Bonzini
2011-10-21
10
-33
/
+29
|
*
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
5
-5
/
+60
|
*
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
9
-9
/
+108
|
*
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-21
9
-0
/
+18
|
*
vmdk: clean up open
Paolo Bonzini
2011-10-21
1
-22
/
+15
|
*
vmdk: fix return values of vmdk_parent_open
Paolo Bonzini
2011-10-21
1
-6
/
+9
|
*
pc: Fix floppy drives with if=none
Kevin Wolf
2011-10-21
5
-16
/
+38
|
*
qcow2: Fix bdrv_write_compressed error handling
Kevin Wolf
2011-10-21
2
-13
/
+22
|
*
qemu-img: Don't allow preallocation and compression at the same time
Kevin Wolf
2011-10-21
1
-0
/
+11
|
*
fdc: Fix floppy port I/O
Kevin Wolf
2011-10-21
1
-0
/
+2
|
*
block: add bdrv_co_discard and bdrv_aio_discard support
Paolo Bonzini
2011-10-21
5
-17
/
+109
|
*
block: drop redundant bdrv_flush implementation
Stefan Hajnoczi
2011-10-21
7
-74
/
+3
|
*
block: unify flush implementations
Paolo Bonzini
2011-10-21
3
-90
/
+76
|
*
xen_disk: Always set feature-barrier = 1
Kevin Wolf
2011-10-21
1
-3
/
+2
|
*
fix memory leak in aio_write_f
Alex Jia
2011-10-21
1
-0
/
+1
|
*
block: rename bdrv_co_rw_bh
Paolo Bonzini
2011-10-21
1
-2
/
+2
|
*
add socket_set_block
Paolo Bonzini
2011-10-21
3
-0
/
+14
|
*
sheepdog: add coroutine_fn markers
Paolo Bonzini
2011-10-21
1
-7
/
+7
*
|
main-loop: Add missing include file
Stefan Weil
2011-10-25
1
-25
/
+5
*
|
target-sparc: Fix use of g_new0 / g_free
Stefan Weil
2011-10-25
1
-4
/
+4
*
|
target-sparc: Fix order of function parameters
Stefan Weil
2011-10-25
1
-4
/
+4
*
|
hda: do not mix output and input stream states, RHBZ #740493
Marc-André Lureau
2011-10-25
3
-12
/
+25
*
|
hda: do not mix output and input streams, RHBZ #740493
Marc-André Lureau
2011-10-25
1
-4
/
+5
*
|
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
Anthony Liguori
2011-10-24
23
-1060
/
+1309
|
\
\
|
*
|
simplify main loop functions
Paolo Bonzini
2011-10-21
3
-44
/
+41
|
*
|
Revert to a hand-made select loop
Paolo Bonzini
2011-10-21
1
-53
/
+1
|
*
|
main-loop: create main-loop.c
Paolo Bonzini
2011-10-21
11
-454
/
+523
|
*
|
main-loop: create main-loop.h
Paolo Bonzini
2011-10-21
12
-64
/
+336
|
*
|
qemu-timer: do not use RunState change handlers
Paolo Bonzini
2011-10-21
1
-8
/
+4
|
*
|
qemu-timer: move more stuff out of qemu-timer.c
Paolo Bonzini
2011-10-21
4
-31
/
+32
|
*
|
qemu-timer: use atexit for quit_timers
Paolo Bonzini
2011-10-21
3
-9
/
+8
[next]