summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* lsi: Handle removal of selected devicesJan Kiszka2010-05-101-22/+38
* lsi: Adjust some register reset valuesJan Kiszka2010-05-101-3/+5
* lsi: Purge message queue on resetJan Kiszka2010-05-101-0/+2
* scsi-disk: Clear aiocb on read completionJan Kiszka2010-05-101-0/+2
* SCSI: Add disk reset handlerJan Kiszka2010-05-101-8/+27
* iov: Move from hw/ to topdirAmit Shah2010-05-102-89/+0Star
* hw: better i440 emulationBernhard M. Wiedemann2010-05-033-3/+8
* virtio-9p: Add P9_TFLUSH supportAnthony Liguori2010-05-031-33/+2Star
* virtio-9p: Add P9_TREMOVE support.Anthony Liguori2010-05-033-2/+55
* virtio-9p: Add P9_TWSTAT supportAnthony Liguori2010-05-033-2/+326
* virtio-9p: Add P9_TCREATE supportAnthony Liguori2010-05-033-2/+357
* virtio-9p: Add P9_TWRITE supportAnthony Liguori2010-05-033-2/+118
* virtio-9p: Add P9_TCLUNK supportAnthony Liguori2010-05-031-2/+14
* virtio-9p: Add P9_TREAD supportAnthony Liguori2010-05-033-2/+275
* virtio-9p: Add P9_TOPEN support.Anthony Liguori2010-05-033-5/+162
* virtio-9p: Add P9_TWALK supportAnthony Liguori2010-05-031-2/+171
* virtio-9p: Add P9_TSTAT supportAnthony Liguori2010-05-031-2/+53
* virtio-9p: Add P9_TATTACH support.Anthony Liguori2010-05-031-2/+31
* virtio-9p: Add P9_TVERSION supportAnthony Liguori2010-05-031-2/+13
* virtio-9p: Add sg helper functionsAnthony Liguori2010-05-031-0/+53
* virtio-9p: Add stat and mode related helper functions.Anthony Liguori2010-05-031-0/+186
* virtio-9p: Add fid and qid management support.Anthony Liguori2010-05-031-0/+123
* virtio-9p: Add minimal set of FileOperationsAnthony Liguori2010-05-033-2/+124
* virtio-9p: Add string manipulation support.Anthony Liguori2010-05-031-0/+127
* virtio-9p: pdu processing support.Anthony Liguori2010-05-032-0/+250
* virtio-9p: Add a virtio 9p device to qemuAnthony Liguori2010-05-037-0/+1039
* virtio-9p: Create a commandline option -fsdevGautham R Shenoy2010-05-031-0/+32
* virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah2010-05-031-1/+1
* lsi: Properly initialize controller state on resetJan Kiszka2010-05-031-2/+8
* lsi: Purge request queue on soft resetJan Kiszka2010-05-031-0/+11
* Merge remote branch 'qemu-kvm/uq/master' into HEADAnthony Liguori2010-05-031-2/+2
|\
| * vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti2010-04-281-2/+2
* | Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl2010-05-021-4/+4
* | cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko2010-05-011-4/+5
* | cmd646: pass pci_dev as it needs itIgor V. Kovalenko2010-05-013-18/+45
* | virtio-serial: Implement flow control for individual portsAmit Shah2010-04-282-6/+53
* | virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah2010-04-281-37/+32Star
* | virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah2010-04-283-11/+8Star
* | virtio-serial: Handle scatter/gather input from the guestAmit Shah2010-04-281-4/+8
* | virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah2010-04-281-3/+28
* | iov: Add iov_to_buf and iov_size helpersAmit Shah2010-04-283-31/+44
* | iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah2010-04-284-25/+59
* | virtio-serial: Send out guest data to ports only if port is openedAmit Shah2010-04-281-0/+5
* | virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah2010-04-281-0/+10
* | virtio-serial: Update copyright year to 2010Amit Shah2010-04-283-3/+3
* | virtio-serial: Remove redundant check for 0-sized write requestAmit Shah2010-04-281-3/+0Star
* | virtio-serial: whitespace: match surrounding codeAmit Shah2010-04-281-1/+4
* | virtio-serial: Use control messages to notify guest of new portsAmit Shah2010-04-283-70/+133
* | virtio-serial: save/load: Send target host connection status if differentAmit Shah2010-04-281-0/+11
* | virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah2010-04-281-0/+7