aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2010-05-14ide: make a table 'const'Blue Swirl1-1/+1
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko1-4/+5
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko3-18/+45
2010-03-29Compile ide/macio only onceBlue Swirl1-10/+4
2010-03-27Fix buildBlue Swirl1-3/+5
2010-03-27Compile ide/core only onceBlue Swirl1-9/+5
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino1-1/+1
2010-02-20Fix warning on mingw32Blue Swirl1-2/+5
2010-02-19ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2-2/+62
2010-02-10ide: add topology supportChristoph Hellwig1-0/+2
2010-02-10block: add topology qdev propertiesChristoph Hellwig3-8/+16
2010-02-10ide: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino1-1/+5
2010-01-26ide save/restore current transfer fieldsMarcelo Tosatti1-2/+6
2010-01-19ide: device version propertyGerd Hoffmann3-9/+17
2009-12-23cmd646: symbolic names for pci registersMichael S. Tsirkin1-3/+4
2009-12-23piix: symbolic constantsMichael S. Tsirkin1-5/+8
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko3-5/+4
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster2-6/+6
2009-12-04Add "static" to please SparseBlue Swirl1-1/+1
2009-12-03ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo1-0/+17
2009-12-03ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo1-2/+2
2009-12-03ide: Implement rerror optionKevin Wolf2-17/+38
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf1-1/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2-3/+3
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2-6/+6
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann1-1/+1
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster1-0/+2
2009-11-07IDE: Fix reset handlingBlue Swirl8-12/+88
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-27ide: pre VMState functions are not needed anymoreJuan Quintela2-26/+0
2009-10-27ide: port pci ide to vmstateJuan Quintela5-63/+43
2009-10-27ide: port pmac ide to vmstateJuan Quintela1-31/+11
2009-10-27ide: port isa ide to vmstateJuan Quintela1-19/+12
2009-10-27ide: port ide mmio to vmstateJuan Quintela1-19/+12
2009-10-27ide: include bus in MMIOStateJuan Quintela1-20/+14
2009-10-27ide: port microdrive to vmstateJuan Quintela1-43/+18
2009-10-27ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela1-0/+10
2009-10-27ide: microdrive cycle field is set as uint8_tJuan Quintela1-1/+1
2009-10-27ide: port ide_drive to vmstateJuan Quintela1-57/+56
2009-10-27ide: change identify_data type to uint8_tJuan Quintela2-13/+14
2009-10-27ide: port idebus to vmstateJuan Quintela1-4/+14
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela3-3/+0
2009-10-12ide: cmd646 ->unit has just the value that we wantJuan Quintela1-2/+2
2009-10-12ide: cmd646 we can get the pci device with container_ofJuan Quintela1-6/+11
2009-10-12ide: 'secondary' field is only used by cmd646Juan Quintela1-1/+1
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela3-30/+11
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela3-338/+478
2009-10-12ide: export needed ide-pci functions for splitJuan Quintela2-10/+20