summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-01-20virtio-serial: Use MSI vectors for port virtqueuesAmit Shah1-0/+4
2010-01-20virtio-serial: Add a 'virtserialport' device for generic serial port supportAmit Shah1-0/+34
2010-01-20virtio-serial-bus: Add ability to hot-unplug portsAmit Shah2-0/+3
2010-01-20virtio-serial-bus: Add a port 'name' property for port discovery in guestsAmit Shah3-0/+26
2010-01-20virtio-serial-bus: Maintain guest and host port open/close stateAmit Shah2-0/+100
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah13-206/+802
2010-01-20virtio: Remove duplicate macro definition for max. virtqueues, bump up the maxAmit Shah2-3/+1
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-1/+1
2010-01-19pc: add driver version compat propertiesGerd Hoffmann1-0/+16
2010-01-19scsi: device version propertyGerd Hoffmann1-1/+4
2010-01-19ide: device version propertyGerd Hoffmann3-9/+17
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2-3/+3
2010-01-19rtl8139: fix clang reporting unused assignment of VLAN tagging dataIgor V. Kovalenko1-0/+5
2010-01-19eepro100: Fix multicast supportStefan Weil1-13/+39
2010-01-19eepro100: Restructure code (new function tx_command)Stefan Weil1-94/+99
2010-01-16Sparc32: improve DMA controller IRQ debuggingBlue Swirl1-0/+2
2010-01-16ESP: improve IRQ debuggingBlue Swirl1-0/+2
2010-01-16sparc32 do not clear interrupts when maskingArtyom Tarasenko1-2/+1
2010-01-15nand: Correct random data reads.Edgar E. Iglesias1-7/+13
2010-01-14sh: sm501: Add hardware cursor featureShin-ichiro KAWASAKI2-11/+185
2010-01-13virtio-blk: remove dead variable in virtio_blk_handle_scsiChristoph Hellwig1-4/+1
2010-01-13hw/vga.c: remove dead assignmentAmit Shah1-1/+0
2010-01-13virtio: net: remove dead assignmentAmit Shah1-1/+1
2010-01-13pcnet: remove dead nested assignment, spotted by clangBlue Swirl1-1/+1
2010-01-13Sparc32: remove dead increment, spotted by clangBlue Swirl1-1/+1
2010-01-13Sparc32: remove a variable used only for debugging to avoid a clang warningBlue Swirl1-3/+1
2010-01-13Sparc32: remove unused env/envs variables, spotted by clangBlue Swirl1-10/+5
2010-01-13pci: Add missing 'const' in argument to pci_get_xxxStefan Weil1-7/+7
2010-01-13eepro100: Update ROM file supportStefan Weil1-10/+1
2010-01-13eepro100: Fix initial value for PCI_STATUSStefan Weil1-3/+1
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin2-1/+2
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl1-4/+4
2010-01-12qdev: fix thinko leading to guest crashesMichael S. Tsirkin1-1/+1
2010-01-12dma/sb16: make clang analyzer not complainmalc2-2/+3
2010-01-11Sparc64: enable real access to PCI configuration spaceBlue Swirl1-3/+85
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann1-0/+8
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann2-0/+16
2010-01-11roms: rework rom loading via fwGerd Hoffmann3-13/+7
2010-01-11fw_cfg: rom loader tweaks.Gerd Hoffmann1-7/+11
2010-01-11roms: minor fixes and cleanups.Gerd Hoffmann2-17/+26
2010-01-11pc: add machine type for 0.12Gerd Hoffmann1-1/+17
2010-01-11virtio-pci: thinko fixMichael S. Tsirkin1-1/+1
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin12-50/+91
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin6-15/+15
2010-01-11qdev: add bit property typeMichael S. Tsirkin2-7/+66
2010-01-11lsi: pass lsi_request to lsi_reselectGerd Hoffmann1-16/+7
2010-01-11lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann1-22/+23
2010-01-11lsi: move current_dev into lsi_requestGerd Hoffmann1-11/+12
2010-01-11lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann1-21/+32
2010-01-11lsi: use QTAILQ for lsi_queueGerd Hoffmann1-40/+28