summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-15Allow nested qemu_bh_poll() after BH deletionKevin Wolf1-2/+3
2011-06-15ide: Clear error_status after restarting flushKevin Wolf1-7/+11
2011-06-15ide: add TRIM supportChristoph Hellwig5-5/+124
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig4-17/+33
2011-06-15make dma_bdrv_io available to driversChristoph Hellwig2-13/+18
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf1-0/+1
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf1-1/+2
2011-06-15ide: Split error status from status registerKevin Wolf4-8/+105
2011-06-15qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf1-4/+8
2011-06-15Replaced tabs with spaces in block.h and block_int.hDevin Nakamura2-5/+5
2011-06-15vdi: Avoid direct AIO callbackKevin Wolf1-5/+36
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf1-2/+56
2011-06-14qcow2: Avoid direct AIO callbackKevin Wolf1-9/+30
2011-06-14block/rbd: Remove unused local variableStefan Weil1-4/+0
2011-06-13configure: Detect and don't try to use older libcurlPeter Maydell1-1/+1
2011-06-13Changelog: Add explanatory note that this file is no longer updatedPeter Maydell1-0/+6
2011-06-10doc: Minor typo fix.Brad Hards1-2/+2
2011-06-10sigfd: use pthread_sigmaskAlexander Graf1-1/+1
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias19-2169/+1179
2011-06-10fsdev: Fix archs that dont use fsdevEdgar E. Iglesias1-0/+8
2011-06-08Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori6-25/+91
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori15-290/+388
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori7-19/+53
2011-06-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori25-52/+24
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf4-5/+11
2011-06-08bdrv_img_create: Fix segfaultKevin Wolf1-2/+3
2011-06-08qcow2: Fix memory leaks in error casesKevin Wolf2-4/+7
2011-06-08rbd: Add bdrv_truncate implementationJosh Durgin1-0/+14
2011-06-08rbd: check return values when scheduling aioJosh Durgin1-4/+20
2011-06-08rbd: allow configuration of rados from the rbd filenameJosh Durgin1-17/+102
2011-06-08rbd: use the higher level librbd instead of just libradosJosh Durgin3-673/+226
2011-06-08block/raw-posix: get right partition sizeChristoph Egger1-0/+32
2011-06-08block/raw-posix: use a character device if a block device is givenChristoph Egger1-0/+43
2011-06-08vmdk: fix endianness bugsAlexander Graf1-8/+14
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig7-19/+13
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf1-3/+4
2011-06-08virtio: Move virtio-pci to hw libraryJan Kiszka2-1/+1
2011-06-08target-i386: Make x86 mfence and lfence illegal without SSE2Martin Simmons1-1/+1
2011-06-08m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier1-23/+20
2011-06-08slirp: fix guestfwd idAlexander Graf1-1/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond19-26/+0
2011-06-08Fix compilation warning due to missing header for sigactionAlexandre Raymond1-0/+1
2011-06-07Add an isa device for SGAGlauber Costa3-1/+66
2011-06-07json-parser: add handling for NULL token listMichael Roth1-1/+5
2011-06-07json-streamer: add handling for JSON_ERROR token/stateMichael Roth1-12/+23
2011-06-07json-lexer: make lexer error-recovery more deterministicMichael Roth2-4/+22
2011-06-07json-lexer: fix flushing logic to not always go to error stateMichael Roth1-3/+3
2011-06-07json-lexer: reset the lexer state on an invalid tokenAnthony Liguori1-0/+3
2011-06-07json-parser: detect premature EOIAnthony Liguori1-1/+57
2011-06-07json-streamer: make sure to reset token_size after emitting a token listAnthony Liguori2-0/+3