summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-081-1/+1
* Fix warning on mingw32Blue Swirl2010-02-201-2/+5
* ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-192-2/+62
* ide: add topology supportChristoph Hellwig2010-02-101-0/+2
* block: add topology qdev propertiesChristoph Hellwig2010-02-103-8/+16
* ide: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-1/+5
* ide save/restore current transfer fieldsMarcelo Tosatti2010-01-261-2/+6
* ide: device version propertyGerd Hoffmann2010-01-193-9/+17
* cmd646: symbolic names for pci registersMichael S. Tsirkin2009-12-231-3/+4
* piix: symbolic constantsMichael S. Tsirkin2009-12-231-5/+8
* workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko2009-12-133-5/+4
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-122-6/+6
* Add "static" to please SparseBlue Swirl2009-12-041-1/+1
* ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo2009-12-031-0/+17
* ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo2009-12-031-2/+2
* ide: Implement rerror optionKevin Wolf2009-12-032-17/+38
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-1/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-092-3/+3
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-092-6/+6
* scsi: move scsi-disk.h -> scsi.hGerd Hoffmann2009-11-091-1/+1
* qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster2009-11-091-0/+2
* IDE: Fix reset handlingBlue Swirl2009-11-078-12/+88
* Sparc64/x86: remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* ide: pre VMState functions are not needed anymoreJuan Quintela2009-10-272-26/+0
* ide: port pci ide to vmstateJuan Quintela2009-10-275-63/+43
* ide: port pmac ide to vmstateJuan Quintela2009-10-271-31/+11
* ide: port isa ide to vmstateJuan Quintela2009-10-271-19/+12
* ide: port ide mmio to vmstateJuan Quintela2009-10-271-19/+12
* ide: include bus in MMIOStateJuan Quintela2009-10-271-20/+14
* ide: port microdrive to vmstateJuan Quintela2009-10-271-43/+18
* ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela2009-10-271-0/+10
* ide: microdrive cycle field is set as uint8_tJuan Quintela2009-10-271-1/+1
* ide: port ide_drive to vmstateJuan Quintela2009-10-271-57/+56
* ide: change identify_data type to uint8_tJuan Quintela2009-10-272-13/+14
* ide: port idebus to vmstateJuan Quintela2009-10-271-4/+14
* ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela2009-10-123-3/+0
* ide: cmd646 ->unit has just the value that we wantJuan Quintela2009-10-121-2/+2
* ide: cmd646 we can get the pci device with container_ofJuan Quintela2009-10-121-6/+11
* ide: 'secondary' field is only used by cmd646Juan Quintela2009-10-121-1/+1
* ide: PCIIDEState type field is not needed anymoreJuan Quintela2009-10-123-30/+11
* ide: split cmd646 and piix from pci.cJuan Quintela2009-10-123-338/+478
* ide: export needed ide-pci functions for splitJuan Quintela2009-10-122-10/+20
* ide: create ide/pci.h for common ide pci definitionsJuan Quintela2009-10-122-13/+19
* ide: remove uselsess casts from void *Juan Quintela2009-10-122-13/+13
* ide: Remove duplicated definitionsJuan Quintela2009-10-121-6/+0
* ide: Remove cast in pci_register_barJuan Quintela2009-10-121-12/+6
* ide: change cast to DO_UPCASTJuan Quintela2009-10-121-2/+2
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-072-2/+2
OpenPOWER on IntegriCloud