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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2011-06-15
ide: allow other dma comands than read and write
Christoph Hellwig
4
-17
/
+33
2011-06-15
make dma_bdrv_io available to drivers
Christoph Hellwig
2
-13
/
+18
2011-06-15
ide: Add forgotten VMSTATE_END_OF_LIST in subsection
Kevin Wolf
1
-0
/
+1
2011-06-15
ide: Fix ide_drive_pio_state_needed()
Kevin Wolf
1
-1
/
+2
2011-06-15
ide: Split error status from status register
Kevin Wolf
4
-8
/
+105
2011-06-15
qcow2: Fix in-flight list after qcow2_cache_put failure
Kevin Wolf
1
-4
/
+8
2011-06-15
Replaced tabs with spaces in block.h and block_int.h
Devin Nakamura
2
-5
/
+5
2011-06-15
vdi: Avoid direct AIO callback
Kevin Wolf
1
-5
/
+36
2011-06-14
qcow: Avoid direct AIO callback
Kevin Wolf
1
-2
/
+56
2011-06-14
qcow2: Avoid direct AIO callback
Kevin Wolf
1
-9
/
+30
2011-06-14
block/rbd: Remove unused local variable
Stefan Weil
1
-4
/
+0
2011-06-13
configure: Detect and don't try to use older libcurl
Peter Maydell
1
-1
/
+1
2011-06-13
Changelog: Add explanatory note that this file is no longer updated
Peter Maydell
1
-0
/
+6
2011-06-10
doc: Minor typo fix.
Brad Hards
1
-2
/
+2
2011-06-10
sigfd: use pthread_sigmask
Alexander Graf
1
-1
/
+1
2011-06-10
Merge remote branch 'rth/axp-next' into alpha-merge
Edgar E. Iglesias
19
-2169
/
+1179
2011-06-10
fsdev: Fix archs that dont use fsdev
Edgar E. Iglesias
1
-0
/
+8
2011-06-08
Merge remote-tracking branch 'qmp/for-anthony' into staging
Anthony Liguori
6
-25
/
+91
2011-06-08
Merge remote-tracking branch 'jvrao/for-anthony' into staging
Anthony Liguori
15
-290
/
+388
2011-06-08
Merge remote-tracking branch 'spice/spice.v37' into staging
Anthony Liguori
7
-19
/
+53
2011-06-08
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
25
-52
/
+24
2011-06-08
qemu-img create: Fix displayed default cluster size
Kevin Wolf
4
-5
/
+11
2011-06-08
bdrv_img_create: Fix segfault
Kevin Wolf
1
-2
/
+3
2011-06-08
qcow2: Fix memory leaks in error cases
Kevin Wolf
2
-4
/
+7
2011-06-08
rbd: Add bdrv_truncate implementation
Josh Durgin
1
-0
/
+14
2011-06-08
rbd: check return values when scheduling aio
Josh Durgin
1
-4
/
+20
2011-06-08
rbd: allow configuration of rados from the rbd filename
Josh Durgin
1
-17
/
+102
2011-06-08
rbd: use the higher level librbd instead of just librados
Josh Durgin
3
-673
/
+226
2011-06-08
block/raw-posix: get right partition size
Christoph Egger
1
-0
/
+32
2011-06-08
block/raw-posix: use a character device if a block device is given
Christoph Egger
1
-0
/
+43
2011-06-08
vmdk: fix endianness bugs
Alexander Graf
1
-8
/
+14
2011-06-08
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
7
-19
/
+13
2011-06-08
ide/core: Remove explicit setting of BM_STATUS_INT
Kevin Wolf
1
-3
/
+4
2011-06-08
virtio: Move virtio-pci to hw library
Jan Kiszka
2
-1
/
+1
2011-06-08
target-i386: Make x86 mfence and lfence illegal without SSE2
Martin Simmons
1
-1
/
+1
2011-06-08
m68k: Replace gen_im32() by tcg_const_i32()
Laurent Vivier
1
-23
/
+20
2011-06-08
slirp: fix guestfwd id
Alexander Graf
1
-1
/
+1
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
19
-26
/
+0
2011-06-08
Fix compilation warning due to missing header for sigaction
Alexandre Raymond
1
-0
/
+1
2011-06-07
Add an isa device for SGA
Glauber Costa
3
-1
/
+66
2011-06-07
json-parser: add handling for NULL token list
Michael Roth
1
-1
/
+5
2011-06-07
json-streamer: add handling for JSON_ERROR token/state
Michael Roth
1
-12
/
+23
2011-06-07
json-lexer: make lexer error-recovery more deterministic
Michael Roth
2
-4
/
+22
2011-06-07
json-lexer: fix flushing logic to not always go to error state
Michael Roth
1
-3
/
+3
2011-06-07
json-lexer: reset the lexer state on an invalid token
Anthony Liguori
1
-0
/
+3
2011-06-07
json-parser: detect premature EOI
Anthony Liguori
1
-1
/
+57
2011-06-07
json-streamer: make sure to reset token_size after emitting a token list
Anthony Liguori
2
-0
/
+3
2011-06-07
json-streamer: limit the maximum recursion depth and maximum token count
Anthony Liguori
1
-0
/
+17
2011-06-07
json-lexer: limit the maximum size of a given token
Anthony Liguori
1
-0
/
+13
2011-06-07
json-streamer: allow recovery after bad input
Anthony Liguori
1
-2
/
+6
[next]