aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster1-0/+1
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-1/+1
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster3-13/+18
2010-07-02ide: Make it explicit that ide_create_drive() can't failMarkus Armbruster1-2/+1
2010-06-29MIPS: Initial support of VIA IDE controller used by fulong mini pcHuacai Chen1-0/+191
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster1-1/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster2-3/+0
2010-06-04ide: Fix info qtree for ide-drive.verMarkus Armbruster1-0/+3
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster3-7/+24
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster8-18/+34
2010-06-04ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster1-22/+25
2010-06-04ide: Split ide_init1() off ide_init2()Markus Armbruster1-15/+17
2010-06-04ide: Remove redundant IDEState member confMarkus Armbruster3-14/+9
2010-06-04ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster1-2/+0
2010-05-17ide: Fix ide_dma_cancelKevin Wolf1-4/+4
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