aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori3-2/+55
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori3-2/+326
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori3-2/+357
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori3-2/+118
2010-05-03virtio-9p: Add P9_TCLUNK supportAnthony Liguori1-2/+14
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori3-2/+275
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori3-5/+162
2010-05-03virtio-9p: Add P9_TWALK supportAnthony Liguori1-2/+171
2010-05-03virtio-9p: Add P9_TSTAT supportAnthony Liguori1-2/+53
2010-05-03virtio-9p: Add P9_TATTACH support.Anthony Liguori1-2/+31
2010-05-03virtio-9p: Add P9_TVERSION supportAnthony Liguori1-2/+13
2010-05-03virtio-9p: Add sg helper functionsAnthony Liguori1-0/+53
2010-05-03virtio-9p: Add stat and mode related helper functions.Anthony Liguori1-0/+186
2010-05-03virtio-9p: Add fid and qid management support.Anthony Liguori1-0/+123
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori3-2/+124
2010-05-03virtio-9p: Add string manipulation support.Anthony Liguori1-0/+127
2010-05-03virtio-9p: pdu processing support.Anthony Liguori2-0/+250
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori10-1/+1042
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy9-1/+242
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah1-1/+1
2010-05-03Fix the RARP protocol IDStefan Berger1-1/+1
2010-05-03Fix tiny leak in qemu_opts_parseJan Kiszka1-2/+2
2010-05-03lsi: Properly initialize controller state on resetJan Kiszka1-2/+8
2010-05-03lsi: Purge request queue on soft resetJan Kiszka1-0/+11
2010-05-03Fix boot once optionAlex Williamson1-0/+7
2010-05-03vnc: split encoding in specific filesCorentin Chary6-211/+300
2010-05-03vnc: Fix compile error on x86_64 with -D_VNC_DEBUG=1Corentin Chary1-1/+2
2010-05-03Merge remote branch 'kwolf/for-anthony' into HEADAnthony Liguori28-494/+843
2010-05-03Merge remote branch 'qemu-kvm/uq/master' into HEADAnthony Liguori7-20/+166
2010-05-03block: Release allocated options after bdrv_openJan Kiszka1-0/+1
2010-05-03qemu-img rebase: Fix output image corruptionKevin Wolf1-3/+3
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf2-15/+59
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi2-4/+48
2010-05-03qcow2: Remove abort on free_clusters failureKevin Wolf1-1/+1
2010-05-03qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi3-0/+110
2010-05-03block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi1-5/+38
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi1-33/+4
2010-05-03qcow2: Avoid shadowing variable in alloc_clusters_noref()Stefan Hajnoczi1-2/+2
2010-05-03block: Set backing_hd to NULL after deleting itStefan Hajnoczi1-1/+3
2010-05-03vmdk: Convert to bdrv_openKevin Wolf1-30/+21
2010-05-03vmdk: Clean up backing file handlingKevin Wolf1-49/+9
2010-05-03vmdk: Fix COWKevin Wolf1-24/+11
2010-05-03block: bdrv_has_zero_initKevin Wolf3-2/+18
2010-05-03block: Open the underlying image file in generic codeKevin Wolf23-276/+237
2010-05-03block: Avoid forward declaration of bdrv_open_commonKevin Wolf1-74/+71
2010-05-03block: Split bdrv_openKevin Wolf1-49/+86
2010-05-03block: separate raw images from the file protocolChristoph Hellwig6-40/+235
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl1-4/+4
2010-05-01fix old typos in help headerThomas Monjalon1-2/+2
2010-05-01Clean up definition of MAX_OPC_PARAMStuart Brady1-2/+14