summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
...
* | qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* | savevm: Add DeviceState paramAlex Williamson2010-07-066-6/+6
|/
* pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster2010-07-021-0/+7
* ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster2010-07-022-6/+8
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-0/+1
* block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster2010-07-021-1/+1
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-023-13/+18
* ide: Make it explicit that ide_create_drive() can't failMarkus Armbruster2010-07-021-2/+1
* MIPS: Initial support of VIA IDE controller used by fulong mini pcHuacai Chen2010-06-291-0/+191
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-151-1/+1
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-042-3/+0
* ide: Fix info qtree for ide-drive.verMarkus Armbruster2010-06-041-0/+3
* ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster2010-06-043-7/+24
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-048-18/+34
* ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster2010-06-041-22/+25
* ide: Split ide_init1() off ide_init2()Markus Armbruster2010-06-041-15/+17
* ide: Remove redundant IDEState member confMarkus Armbruster2010-06-043-14/+9
* ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster2010-06-041-2/+0
* ide: Fix ide_dma_cancelKevin Wolf2010-05-171-4/+4
* ide: make a table 'const'Blue Swirl2010-05-141-1/+1
* cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko2010-05-011-4/+5
* cmd646: pass pci_dev as it needs itIgor V. Kovalenko2010-05-013-18/+45
* Compile ide/macio only onceBlue Swirl2010-03-291-10/+4
* Fix buildBlue Swirl2010-03-271-3/+5
* Compile ide/core only onceBlue Swirl2010-03-271-9/+5
* 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
OpenPOWER on IntegriCloud