aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
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
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann
2009-09-15ide/pci: fix indentionGerd Hoffmann
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann
2009-09-15split away drive init from ide_init2()Gerd Hoffmann
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-11ide: use bdrv_aio_flushChristoph Hellwig
2009-09-11block: add enable_write_cache flagChristoph Hellwig
2009-09-04mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-29Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl
2009-08-28Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl
2009-08-27ide: move code to hw/ide/Gerd Hoffmann