summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori1-33/+2
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 Liguori7-0/+1039
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy1-0/+32
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah1-1/+1
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-03Merge remote branch 'qemu-kvm/uq/master' into HEADAnthony Liguori1-2/+2
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl1-4/+4
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko1-4/+5
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko3-18/+45
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti1-2/+2
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah2-6/+53
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah1-37/+32
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah3-11/+8
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah1-4/+8
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah1-3/+28
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah3-31/+44
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah4-25/+59
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah1-0/+5
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah1-0/+10
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah3-3/+3
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah1-3/+0
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah1-1/+4
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah3-70/+133
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah1-0/+11
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah1-0/+7
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah1-2/+16
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah1-2/+11
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-25ppc: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+0
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+0
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1