aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-12ide: create ide/pci.h for common ide pci definitionsJuan Quintela2-13/+19
2009-10-12ide: remove uselsess casts from void *Juan Quintela2-13/+13
2009-10-12ide: Remove duplicated definitionsJuan Quintela1-6/+0
2009-10-12ide: Remove cast in pci_register_barJuan Quintela1-12/+6
2009-10-12ide: change cast to DO_UPCASTJuan Quintela1-2/+2
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster2-2/+2
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster1-1/+1
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann4-39/+36
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori2-11/+11
2009-10-01Get rid of _t suffixmalc2-11/+11
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann1-8/+53
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann1-69/+117
2009-09-15ide/pci: fix indentionGerd Hoffmann1-6/+6
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann2-1/+147
2009-09-15split away drive init from ide_init2()Gerd Hoffmann2-32/+40
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-09-11ide: use bdrv_aio_flushChristoph Hellwig1-3/+13
2009-09-11block: add enable_write_cache flagChristoph Hellwig1-2/+5
2009-09-04mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil1-9/+4
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann3-63/+55
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann7-15/+13
2009-08-29Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl1-1/+1
2009-08-28Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl1-2/+2
2009-08-27ide: move code to hw/ide/Gerd Hoffmann7-0/+4905