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
*
Fix the build for --disable-aio
aliguori
2009-04-05
1
-0
/
+6
*
gdbstub: Rework configuration via command line and monitor (Jan Kiszka)
aliguori
2009-04-05
4
-50
/
+61
*
Make `-icount' help fit 80 chars screen width (Robert Riebisch)
aliguori
2009-04-05
1
-1
/
+2
*
qemu-io - an I/O path exerciser (Christoph Hellwig)
aliguori
2009-04-05
2
-2
/
+4
*
Fix display breakage when resizing the screen (v2) (Avi Kivity)
aliguori
2009-04-05
3
-120
/
+170
*
Fix some win32 compile warnings
blueswir1
2009-04-05
8
-16
/
+27
*
Make binary stripping conditional (Riku Voipio)
aliguori
2009-04-05
3
-3
/
+10
*
qcow2: fix image creation for large, > ~2TB, images (Chris Wright)
aliguori
2009-04-05
1
-7
/
+13
*
pci_add storage: fix error handling for 'if' parameter (Eduardo Habkost)
aliguori
2009-04-05
1
-5
/
+7
*
build system: clean qemu-options.texi and gdbstub-xml.c (Jan Kiszka)
aliguori
2009-04-05
2
-2
/
+2
*
build system: silent generation of doc files and qemu-options.h (Jan Kiszka)
aliguori
2009-04-05
2
-11
/
+17
*
Add host_device support to qemu-img. (Nolan Leake)
aliguori
2009-04-05
2
-15
/
+55
*
Fix (at least one cause of) qcow2 corruption. (Nolan Leake)
aliguori
2009-04-05
1
-0
/
+4
*
Document QEMU coding style (v2) (Avi Kivity)
aliguori
2009-04-05
1
-0
/
+78
*
Fix oops on 2.6.25 guest (Rusty Russell)
aliguori
2009-04-05
3
-1
/
+27
*
Fix branches and TLB matches for 64 bit targets
blueswir1
2009-04-04
1
-13
/
+75
*
Allocate space for static call args, increase stack frame size on Sparc64
blueswir1
2009-04-04
2
-9
/
+17
*
Compile all files with -ffixed-g5 etc. to avoid env (%g5) corruption
blueswir1
2009-04-04
2
-10
/
+9
*
Make i386-softmmu boot on Sparc host
blueswir1
2009-04-04
1
-0
/
+10
*
SH: Fix linux-user _is_cached typo.
edgar_igl
2009-04-03
1
-1
/
+1
*
SH: Add cpu_sh4_is_cached for linux-user.
edgar_igl
2009-04-03
1
-0
/
+6
*
Immediate versions of ro[lr]
malc
2009-04-02
1
-1
/
+83
*
Temporary workaround for ppc on ppc
malc
2009-04-02
1
-0
/
+4
*
SH: Improve movca.l/ocbi emulation.
edgar_igl
2009-04-01
5
-5
/
+156
*
Implement and use shared memory framebuffer device rendering reoutine.
pbrook
2009-04-01
10
-231
/
+253
*
Use pixel_ops.h
pbrook
2009-04-01
1
-24
/
+1
*
Remove unused variable
blueswir1
2009-03-31
1
-1
/
+0
*
Update OpenBIOS images to r482
blueswir1
2009-03-31
4
-1
/
+1
*
Avoid rounding problems in ptimer_get_count
pbrook
2009-03-31
1
-1
/
+31
*
Fix wrong return value
blueswir1
2009-03-30
1
-1
/
+1
*
Remove dead AIO code for win32
aliguori
2009-03-29
1
-142
/
+4
*
target-mips: optimize gen_movcf_*()
aurel32
2009-03-29
1
-51
/
+23
*
target-mips: optimize gen_movci()
aurel32
2009-03-29
1
-15
/
+17
*
target-mips: optimize gen_compute_branch1()
aurel32
2009-03-29
1
-107
/
+57
*
Misc scsi disk/cdrom fixes/improvements 4/4
blueswir1
2009-03-29
1
-0
/
+3
*
misc scsi disk/cdrom fixes/improvements 3/4
blueswir1
2009-03-29
1
-1
/
+9
*
misc scsi disk/cdrom fixes/improvements 2/4
blueswir1
2009-03-29
1
-0
/
+4
*
misc scsi disk/cdrom fixes/improvements 1/4
blueswir1
2009-03-29
1
-0
/
+1
*
target-mips: don't map FP registers as TCG global variables
aurel32
2009-03-29
1
-35
/
+30
*
target-mips: fix divu instruction
aurel32
2009-03-29
1
-0
/
+2
*
tcg: fix _tl aliases for divu/remu
aurel32
2009-03-29
1
-4
/
+4
*
target-ppc: Explain why the whole TLB is flushed on SR write
aurel32
2009-03-29
1
-0
/
+2
*
Fix hxtool eating backslash sequences for sh != bash
blueswir1
2009-03-29
1
-1
/
+1
*
Fix hxtool eating backslash sequences
blueswir1
2009-03-29
1
-3
/
+3
*
fix format string warnings in block-qcow2.c (Christoph Hellwig)
aliguori
2009-03-29
1
-3
/
+3
*
check for bs->drv in bdrv_flush (Christoph Hellwig)
aliguori
2009-03-29
1
-0
/
+2
*
remove dead code in bdrv_check_request (Christoph Hellwig)
aliguori
2009-03-29
1
-9
/
+1
*
target-mips: optimize write to env->hflags
aurel32
2009-03-29
1
-14
/
+7
*
target-mips: optimize gen_muldiv()
aurel32
2009-03-29
1
-123
/
+115
*
tcg: add _tl aliases for div/divu/rem/remu
aurel32
2009-03-29
1
-0
/
+8
[next]