summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf1-11/+6
2010-12-17ide: honor ncq for atapiAlexander Graf1-0/+6
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt1-0/+3
2010-12-17ahci: add ahci emulationAlexander Graf1-0/+1524
2010-12-17pci: add ich9 pci idAlexander Graf1-0/+1
2010-12-17pci: add storage class for sataAlexander Graf1-0/+1
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek2-0/+9
2010-12-17ide: move transfer_start after variable modificationAlexander Graf1-4/+4
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf7-298/+446
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf1-367/+367
2010-12-17ide: split ide command interpretation offAlexander Graf2-6/+16
2010-12-17Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori5-12/+20
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori6-100/+139
2010-12-12Watchdog: disable watchdog timer when hard-rebooting a guest.Richard W.M. Jones2-5/+20
2010-12-11Pass boot device list to firmware.Gleb Natapov1-0/+14
2010-12-11Add bootindex for option roms.Gleb Natapov9-21/+29
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov3-16/+20
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov13-0/+71
2010-12-11Add get_fw_dev_path callback to scsi bus.Gleb Natapov1-0/+23
2010-12-11Add get_fw_dev_path callback for usb bus.Gleb Natapov1-0/+42
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov6-6/+8
2010-12-11Add get_fw_dev_path callback for pci bus.Gleb Natapov1-23/+85
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov3-0/+36
2010-12-11Add get_fw_dev_path callback to IDE bus.Gleb Natapov1-0/+13
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov6-9/+11
2010-12-11Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov1-0/+16
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov13-0/+57
2010-12-11Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov1-0/+7
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov11-0/+16
2010-12-11wdt_i6300esb: register a reset functionBernhard Kohl1-18/+21
2010-12-11isa-bus.c: use hw_error instead of fprintfTristan Gingold1-7/+4
2010-12-11usb_ohci: Always use little endianAlexander Graf1-8/+1
2010-12-11isa_mmio: Always use little endianAlexander Graf14-119/+36
2010-12-11heathrow_pic: Declare as little endianAlexander Graf1-3/+1
2010-12-11rtl8139: Declare as little endianAlexander Graf1-13/+1
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf1-21/+2
2010-12-11ppc4xx_pci: Declare as little endianAlexander Graf1-15/+2
2010-12-11versatile_pci: Declare as little endianAlexander Graf1-13/+1
2010-12-11prep: Declare as little endianAlexander Graf1-35/+3
2010-12-11e1000: Make little endianAlexander Graf1-9/+2
2010-12-11uninorth: Get rid of bswapAlexander Graf1-4/+2
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf6-101/+46
2010-12-11dbdma: Make little endianAlexander Graf1-4/+1
2010-12-11Make simple io mem handler endian awareAlexander Graf3-7/+14
2010-12-11Add endianness as io mem parameterAlexander Graf152-254/+431
2010-12-09pci/aer: factor out common codeMichael S. Tsirkin1-14/+13
2010-12-09pci/aer: remove dead codeMichael S. Tsirkin1-23/+2
2010-12-09pci/aer: fix interrupt on config writeMichael S. Tsirkin1-29/+17
2010-12-09pci/aer: fix error injectionMichael S. Tsirkin1-16/+35
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin4-33/+21