summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf1-9/+8
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf1-17/+18
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf1-31/+38
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf1-43/+50
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf1-59/+60
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf1-14/+13
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf1-31/+17
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf1-17/+23
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf1-13/+16
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf1-58/+86
2013-06-20dma: eliminate DMAContextPaolo Bonzini4-14/+14
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-8/+8
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-8/+8
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber1-0/+1
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno1-1/+1
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf1-0/+1
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf9-9/+18
2013-04-29ide: QOM'ify ISA IDEAndreas Färber1-15/+24
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2-2/+0
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini2-2/+0
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi1-0/+4
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini13-23/+23
2013-02-22blockdev: enable discard by defaultPaolo Bonzini1-1/+4
2013-02-01ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber1-19/+73
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-29/+136
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber1-22/+56
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber1-3/+3
2013-01-25ide: Add fall through annotationsKevin Wolf1-8/+25
2013-01-25ahci: Add migration supportJason Baron3-5/+101
2013-01-25ahci: Change data types in preparation for migrationKevin Wolf2-8/+8
2013-01-25ahci: Remove unused AHCIDevice fieldsJason Baron2-8/+2
2013-01-17ide: Remove wrong assertionKevin Wolf1-1/+0
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini1-25/+54
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber7-12/+12
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini13-22/+22
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-3/+3
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini2-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini8-8/+8
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini7-9/+9
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin7-9/+9
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina1-0/+2
2012-11-30atapi: make change media detection for guests easierPavel Hrdina2-11/+10
2012-11-26hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell1-2/+4
2012-11-21ide: Fix status register after short PRDsKevin Wolf1-0/+1
2012-11-21ide: Fix crash with too long PRDKevin Wolf1-0/+12
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity7-28/+28