summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2010-12-172-2/+52
* ide: Register vm change state handler once onlyStefan Hajnoczi2010-12-173-28/+58
* Remove NULL checks for bdrv_new return valueKevin Wolf2010-12-171-11/+6
* ide: honor ncq for atapiAlexander Graf2010-12-171-0/+6
* ahci: set SATA Mode SelectSebastian Herbszt2010-12-171-0/+3
* ahci: add ahci emulationAlexander Graf2010-12-171-0/+1524
* pci: add ich9 pci idAlexander Graf2010-12-171-0/+1
* pci: add storage class for sataAlexander Graf2010-12-171-0/+1
* ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-172-0/+9
* ide: move transfer_start after variable modificationAlexander Graf2010-12-171-4/+4
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-177-298/+446
* ide: fix whitespace gap in ide_exec_cmdAlexander Graf2010-12-171-367/+367
* ide: split ide command interpretation offAlexander Graf2010-12-172-6/+16
* Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori2010-12-175-12/+20
|\
| * virtio-9p: fix build on !CONFIG_UTIMENSATHidetoshi Seto2010-12-021-2/+2
| * virtio-9p: Check the return value of llistxattr.Kusanagi Kouichi2010-12-021-0/+3
| * hw/virtio9p: Use appropriate debug print functions in TLINK pathHarsh Prateek Bora2010-12-021-2/+2
| * [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-12-023-8/+13
* | Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-12-176-100/+139
|\ \
| * | pci/aer: factor out common codeMichael S. Tsirkin2010-12-091-14/+13
| * | pci/aer: remove dead codeMichael S. Tsirkin2010-12-091-23/+2
| * | pci/aer: fix interrupt on config writeMichael S. Tsirkin2010-12-091-29/+17
| * | pci/aer: fix error injectionMichael S. Tsirkin2010-12-091-16/+35
| * | pci: untangle pci/msi dependencyMichael S. Tsirkin2010-12-094-33/+21
| * | pci: make command SERR bit writableIsaku Yamahata2010-12-093-0/+29
| * | virtio-net: stop/start bh when appropriateMichael S. Tsirkin2010-12-091-16/+50
| * | virtio-net: don't dma while vm is stoppedMichael S. Tsirkin2010-12-091-0/+3
* | | Watchdog: disable watchdog timer when hard-rebooting a guest.Richard W.M. Jones2010-12-122-5/+20
* | | Pass boot device list to firmware.Gleb Natapov2010-12-111-0/+14
* | | Add bootindex for option roms.Gleb Natapov2010-12-119-21/+29
* | | Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov2010-12-113-16/+20
* | | Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-1113-0/+71
* | | Add get_fw_dev_path callback to scsi bus.Gleb Natapov2010-12-111-0/+23
* | | Add get_fw_dev_path callback for usb bus.Gleb Natapov2010-12-111-0/+42
* | | Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-116-6/+8
* | | Add get_fw_dev_path callback for pci bus.Gleb Natapov2010-12-111-23/+85
* | | Add get_fw_dev_path callback for system bus.Gleb Natapov2010-12-113-0/+36
* | | Add get_fw_dev_path callback to IDE bus.Gleb Natapov2010-12-111-0/+13
* | | Store IDE bus id in IDEBus structure for easy access.Gleb Natapov2010-12-116-9/+11
* | | Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov2010-12-111-0/+16
* | | Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-1113-0/+57
* | | Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov2010-12-111-0/+7
* | | Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-1111-0/+16
* | | wdt_i6300esb: register a reset functionBernhard Kohl2010-12-111-18/+21
* | | isa-bus.c: use hw_error instead of fprintfTristan Gingold2010-12-111-7/+4
* | | usb_ohci: Always use little endianAlexander Graf2010-12-111-8/+1
* | | isa_mmio: Always use little endianAlexander Graf2010-12-1114-119/+36
* | | heathrow_pic: Declare as little endianAlexander Graf2010-12-111-3/+1
* | | rtl8139: Declare as little endianAlexander Graf2010-12-111-13/+1
* | | openpic: Replace explicit byte swap with endian hintsAlexander Graf2010-12-111-21/+2
OpenPOWER on IntegriCloud