index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
6
-90
/
+119
2009-04-07
more BlockDriver C99 initializers (Christoph Hellwig)
aliguori
1
-14
/
+10
2009-04-07
Don't try to return result from a void function (spotted by Sparse)
blueswir1
5
-16
/
+24
2009-04-07
Fix a few Sparse warnings
blueswir1
4
-14
/
+12
2009-04-07
Update Changelog to reflect 0.10.2 release
aliguori
1
-0
/
+16
2009-04-07
Remove potentially offensive humor.
edgar_igl
1
-1
/
+1
2009-04-07
Fix find_device_type() to correctly identify floppy disk devices; (Luca Tetta...
aliguori
1
-2
/
+7
2009-04-06
target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers
aurel32
1
-4
/
+4
2009-04-06
tcg: add a CONST flag to TCG helpers
aurel32
2
-4
/
+12
2009-04-06
tcg: improve comment about pure functions
aurel32
1
-2
/
+2
2009-04-06
Remove WIN32 guard around -k
aliguori
1
-2
/
+0
2009-04-05
Add new command line option -singlestep for tcg single stepping.
aurel32
17
-19
/
+79
2009-04-05
tcg/x86_64: optimize register allocation order
aurel32
1
-10
/
+9
2009-04-05
stop dirty tracking just at the end of migration (Glauber Costa)
aliguori
1
-1
/
+1
2009-04-05
create qemu_file_set_error (Glauber Costa)
aliguori
2
-0
/
+6
2009-04-05
propagate error on failed completion (Glauber Costa)
aliguori
1
-2
/
+8
2009-04-05
Disable qemu-io on Win32
aliguori
1
-2
/
+2
2009-04-05
Add files not included in previous commit.
aliguori
3
-0
/
+1717
2009-04-05
Fix savevm after BDRV_FILE size enforcement
aliguori
5
-6
/
+64
2009-04-05
Fix the build for --disable-aio
aliguori
1
-0
/
+6
2009-04-05
gdbstub: Rework configuration via command line and monitor (Jan Kiszka)
aliguori
4
-50
/
+61
2009-04-05
Make `-icount' help fit 80 chars screen width (Robert Riebisch)
aliguori
1
-1
/
+2
2009-04-05
qemu-io - an I/O path exerciser (Christoph Hellwig)
aliguori
2
-2
/
+4
2009-04-05
Fix display breakage when resizing the screen (v2) (Avi Kivity)
aliguori
3
-120
/
+170
2009-04-05
Fix some win32 compile warnings
blueswir1
8
-16
/
+27
2009-04-05
Make binary stripping conditional (Riku Voipio)
aliguori
3
-3
/
+10
2009-04-05
qcow2: fix image creation for large, > ~2TB, images (Chris Wright)
aliguori
1
-7
/
+13
2009-04-05
pci_add storage: fix error handling for 'if' parameter (Eduardo Habkost)
aliguori
1
-5
/
+7
2009-04-05
build system: clean qemu-options.texi and gdbstub-xml.c (Jan Kiszka)
aliguori
2
-2
/
+2
2009-04-05
build system: silent generation of doc files and qemu-options.h (Jan Kiszka)
aliguori
2
-11
/
+17
2009-04-05
Add host_device support to qemu-img. (Nolan Leake)
aliguori
2
-15
/
+55
2009-04-05
Fix (at least one cause of) qcow2 corruption. (Nolan Leake)
aliguori
1
-0
/
+4
2009-04-05
Document QEMU coding style (v2) (Avi Kivity)
aliguori
1
-0
/
+78
2009-04-05
Fix oops on 2.6.25 guest (Rusty Russell)
aliguori
3
-1
/
+27
2009-04-04
Fix branches and TLB matches for 64 bit targets
blueswir1
1
-13
/
+75
2009-04-04
Allocate space for static call args, increase stack frame size on Sparc64
blueswir1
2
-9
/
+17
2009-04-04
Compile all files with -ffixed-g5 etc. to avoid env (%g5) corruption
blueswir1
2
-10
/
+9
2009-04-04
Make i386-softmmu boot on Sparc host
blueswir1
1
-0
/
+10
2009-04-03
SH: Fix linux-user _is_cached typo.
edgar_igl
1
-1
/
+1
2009-04-03
SH: Add cpu_sh4_is_cached for linux-user.
edgar_igl
1
-0
/
+6
2009-04-02
Immediate versions of ro[lr]
malc
1
-1
/
+83
2009-04-02
Temporary workaround for ppc on ppc
malc
1
-0
/
+4
2009-04-01
SH: Improve movca.l/ocbi emulation.
edgar_igl
5
-5
/
+156
2009-04-01
Implement and use shared memory framebuffer device rendering reoutine.
pbrook
10
-231
/
+253
2009-04-01
Use pixel_ops.h
pbrook
1
-24
/
+1
2009-03-31
Remove unused variable
blueswir1
1
-1
/
+0
2009-03-31
Update OpenBIOS images to r482
blueswir1
4
-1
/
+1
2009-03-31
Avoid rounding problems in ptimer_get_count
pbrook
1
-1
/
+31
2009-03-30
Fix wrong return value
blueswir1
1
-1
/
+1
2009-03-29
Remove dead AIO code for win32
aliguori
1
-142
/
+4
[prev]
[next]