summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-05-14ide: make a table 'const'Blue Swirl1-1/+1
2010-05-14vga: make some tables 'const'Blue Swirl1-5/+5
2010-05-12pckbd: don't use any static stateBlue Swirl1-3/+1
2010-05-12apb: don't use any static stateBlue Swirl1-4/+3
2010-05-12virtio-net: return with value in void functionMichael S. Tsirkin1-1/+1
2010-05-12virtio: invoke set_features on loadMichael S. Tsirkin1-0/+2
2010-05-12pci: irq_state vmstate breakageMichael S. Tsirkin1-2/+2
2010-05-12pci: cleanly backout of pci_qdev_init()Alex Williamson1-5/+11
2010-05-10lsi: Handle removal of selected devicesJan Kiszka1-22/+38
2010-05-10lsi: Adjust some register reset valuesJan Kiszka1-3/+5
2010-05-10lsi: Purge message queue on resetJan Kiszka1-0/+2
2010-05-10scsi-disk: Clear aiocb on read completionJan Kiszka1-0/+2
2010-05-10SCSI: Add disk reset handlerJan Kiszka1-8/+27
2010-05-10iov: Move from hw/ to topdirAmit Shah2-89/+0
2010-05-03hw: better i440 emulationBernhard M. Wiedemann3-3/+8
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