aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino
2010-02-20Fix warning on mingw32Blue Swirl
2010-02-19ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti
2010-02-10ide: add topology supportChristoph Hellwig
2010-02-10block: add topology qdev propertiesChristoph Hellwig
2010-02-10ide: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino
2010-01-26ide save/restore current transfer fieldsMarcelo Tosatti
2010-01-19ide: device version propertyGerd Hoffmann
2009-12-23cmd646: symbolic names for pci registersMichael S. Tsirkin
2009-12-23piix: symbolic constantsMichael S. Tsirkin
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-04Add "static" to please SparseBlue Swirl
2009-12-03ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo
2009-12-03ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo
2009-12-03ide: Implement rerror optionKevin Wolf
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster
2009-11-07IDE: Fix reset handlingBlue Swirl
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-27ide: pre VMState functions are not needed anymoreJuan Quintela
2009-10-27ide: port pci ide to vmstateJuan Quintela
2009-10-27ide: port pmac ide to vmstateJuan Quintela
2009-10-27ide: port isa ide to vmstateJuan Quintela
2009-10-27ide: port ide mmio to vmstateJuan Quintela
2009-10-27ide: include bus in MMIOStateJuan Quintela
2009-10-27ide: port microdrive to vmstateJuan Quintela
2009-10-27ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela
2009-10-27ide: microdrive cycle field is set as uint8_tJuan Quintela
2009-10-27ide: port ide_drive to vmstateJuan Quintela
2009-10-27ide: change identify_data type to uint8_tJuan Quintela
2009-10-27ide: port idebus to vmstateJuan Quintela
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela
2009-10-12ide: cmd646 ->unit has just the value that we wantJuan Quintela
2009-10-12ide: cmd646 we can get the pci device with container_ofJuan Quintela
2009-10-12ide: 'secondary' field is only used by cmd646Juan Quintela
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela
2009-10-12ide: export needed ide-pci functions for splitJuan Quintela
2009-10-12ide: create ide/pci.h for common ide pci definitionsJuan Quintela
2009-10-12ide: remove uselsess casts from void *Juan Quintela
2009-10-12ide: Remove duplicated definitionsJuan Quintela
2009-10-12ide: Remove cast in pci_register_barJuan Quintela
2009-10-12ide: change cast to DO_UPCASTJuan Quintela
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster