summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vmstate: Add support for alias IDJan Kiszka2010-05-153-2/+22
* vmstate: Drop unused post_save handlerJan Kiszka2010-05-151-1/+0
* sh: sm501: add 2D engine supportShin-ichiro KAWASAKI2010-05-151-3/+169
* tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski2010-05-151-7/+2
* e1000: make some tables 'const'Blue Swirl2010-05-141-2/+2
* ide: make a table 'const'Blue Swirl2010-05-141-1/+1
* vga: make some tables 'const'Blue Swirl2010-05-141-5/+5
* pckbd: don't use any static stateBlue Swirl2010-05-121-3/+1
* apb: don't use any static stateBlue Swirl2010-05-121-4/+3
* 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/+0
* hw: better i440 emulationBernhard M. Wiedemann2010-05-033-3/+8
* virtio-9p: Add P9_TFLUSH supportAnthony Liguori2010-05-031-33/+2
* 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/+32
* | virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah2010-04-283-11/+8
* | 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
OpenPOWER on IntegriCloud