index
:
~sandmann/qemu
setcaps
Unnamed repository; edit this file 'description' to name the repository.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-14
Darwin: Fix compilation warning regarding the deprecated daemon() function
Alexandre Raymond
3
-1
/
+18
2011-06-14
cocoa: Avoid warning related to multiple handleEvent: definitions
Andreas Färber
1
-1
/
+2
2011-06-14
cocoa: Revert dependency on VNC
Andreas Färber
1
-1
/
+1
2011-06-14
cocoa: Provide central qemu_main() prototype
Andreas Färber
2
-3
/
+8
2011-06-14
Fix libfdt warnings on Darwin
Andreas Färber
1
-6
/
+2
2011-06-14
configure: Fix check for fdatasync()
Alexandre Raymond
1
-1
/
+7
2011-06-14
Remove warning in printf due to type mismatch
Alexandre Raymond
1
-1
/
+1
2011-06-14
Cocoa: avoid displaying window when command-line contains '-h' or '-help'
Alexandre Raymond
1
-1
/
+2
2011-06-14
Fix compilation warning due to incorrectly specified type
Alexandre Raymond
1
-1
/
+1
2011-06-14
cocoa: do not create a spurious window for -version
Tristan Gingold
1
-3
/
+12
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
2011-06-07
json-parser: propagate error from parser
Anthony Liguori
5
-7
/
+25
[next]