summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
...
* ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf2013-06-241-9/+8
* ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf2013-06-241-17/+18
* ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+38
* ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-43/+50
* ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf2013-06-241-59/+60
* ide: Convert verify commands to ide_cmd_table handlerKevin Wolf2013-06-241-14/+13
* ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+17
* ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf2013-06-241-17/+23
* ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf2013-06-241-13/+16
* ide: Add handler to ide_cmd_tableKevin Wolf2013-06-241-58/+86
* dma: eliminate DMAContextPaolo Bonzini2013-06-204-14/+14
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-8/+8
|\
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-8/+8
* | ide: Set BSY bit during FLUSHAndreas Färber2013-06-061-0/+1
|/
* ide/macio: fix wrong opaque with TRIM supportAurelien Jarno2013-05-201-1/+1
* ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf2013-05-081-0/+1
* ahci: Don't allow creating slave drivesKevin Wolf2013-05-089-9/+18
* ide: QOM'ify ISA IDEAndreas Färber2013-04-291-15/+24
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-152-2/+0
|\
| * include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-152-2/+0
* | ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi2013-04-151-0/+4
|/
* hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini2013-04-081-0/+2
* hw: move headers to include/Paolo Bonzini2013-04-0813-23/+23
* blockdev: enable discard by defaultPaolo Bonzini2013-02-221-1/+4
* ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber2013-02-011-19/+73
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-284-29/+136
|\
| * ide: Add fall through annotationsKevin Wolf2013-01-251-8/+25
| * ahci: Add migration supportJason Baron2013-01-253-5/+101
| * ahci: Change data types in preparation for migrationKevin Wolf2013-01-252-8/+8
| * ahci: Remove unused AHCIDevice fieldsJason Baron2013-01-252-8/+2
* | ide/macio: QOM'ify MacIO IDEAndreas Färber2013-01-251-22/+56
* | ppc: Move Mac machines to hw/ppc/Andreas Färber2013-01-251-3/+3
|/
* ide: Remove wrong assertionKevin Wolf2013-01-171-1/+0
* ide: issue discard asynchronously but serialize the piecesPaolo Bonzini2013-01-151-25/+54
* ide: fix TRIM with empty range entryPaolo Bonzini2013-01-151-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-107-12/+12
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-1913-22/+22
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-192-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-198-8/+8
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-177-9/+9
|\
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-177-9/+9
* | atapi: reset cdrom tray statuses on ide_resetPavel Hrdina2012-12-131-0/+2
|/
* atapi: make change media detection for guests easierPavel Hrdina2012-11-302-11/+10
* hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell2012-11-261-2/+4
* ide: Fix status register after short PRDsKevin Wolf2012-11-211-0/+1
* ide: Fix crash with too long PRDKevin Wolf2012-11-211-0/+12
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-237-28/+28
OpenPOWER on IntegriCloud