aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann
2010-12-19ahci: delete write-only variables (v2)Blue Swirl
2010-12-17ide: Build fix for via.cKevin Wolf
2010-12-17ide: Fix build for cmd646.cKevin Wolf
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi
2010-12-17ide: honor ncq for atapiAlexander Graf
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt
2010-12-17ahci: add ahci emulationAlexander Graf
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek
2010-12-17ide: move transfer_start after variable modificationAlexander Graf
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf
2010-12-17ide: split ide command interpretation offAlexander Graf
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Add get_fw_dev_path callback to IDE bus.Gleb Natapov
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf
2010-11-29ide: Ignore double DMA transfer starts/stopsKevin Wolf
2010-11-29ide: Set bus master inactive on errorKevin Wolf
2010-11-29ide: Factor ide_dma_set_inactive outKevin Wolf
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf
2010-10-22ide: Handle flush failureKevin Wolf
2010-10-22ide: Factor ide_flush_cache outKevin Wolf
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig
2010-09-21ide: propagate the required alignmentChristoph Hellwig
2010-09-08Improve ATA IDENTIFY word 64 contents.Jonathan A. Kollasch
2010-08-24Rearrange block headersBlue Swirl
2010-08-03ide: Avoid canceling IDE DMAAndrea Arcangeli
2010-07-30Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl
2010-07-26ide: fix migration in the middle of a bmdma transferJuan Quintela
2010-07-26ide: fix migration in the middle of pio operationJuan Quintela
2010-07-26Revert "ide save/restore current transfer fields"Juan Quintela
2010-07-26Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela
2010-07-26ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno
2010-07-13ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster
2010-07-12pci/multi function bit: fix vt82c686.c.Isaku Yamahata
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06ide: Reject invalid CHS geometryMarkus Armbruster
2010-07-06ide: Reject readonly drives unless CD-ROMMarkus Armbruster
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster