summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-12-191-3/+3
|\
| * ide: drop argument to dma_buf_commitPaolo Bonzini2011-12-161-3/+3
* | block: dma_bdrv_* does not return NULLPaolo Bonzini2011-12-151-6/+0
* | block: bdrv_aio_* do not return NULLPaolo Bonzini2011-12-151-6/+1
|/
* fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
* atapi: implement eject requestsPaolo Bonzini2011-11-111-0/+13
* atapi/scsi: unify definitions for MMCPaolo Bonzini2011-10-281-2/+2
* ide: Fix off-by-one error in array index checkKevin Wolf2011-10-281-1/+1
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-141-0/+2
|\
| * ide: Support I/O statusLuiz Capitulino2011-10-111-0/+2
* | Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori2011-10-141-11/+19
|\ \ | |/ |/|
| * ide: Convert to isa_register_portio_listRichard Henderson2011-10-111-11/+19
* | RunState: Rename enum values as generated by the QAPILuiz Capitulino2011-10-041-1/+1
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-201-1/+1
|\
| * dma-helpers: rename is_write to to_devPaolo Bonzini2011-09-191-1/+1
* | Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-2/+2
|/
* ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster2011-09-121-0/+1
* block: New change_media_cb() parameter loadMarkus Armbruster2011-09-121-1/+1
* block: New bdrv_set_buffer_alignment()Markus Armbruster2011-09-121-1/+1
* block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster2011-09-121-0/+1
* block: Show whether the virtual tray is open in info blockMarkus Armbruster2011-09-121-0/+6
* block: Drop BlockDriverState member removableMarkus Armbruster2011-09-121-1/+0
* ide/atapi: Preserve tray state on migrationMarkus Armbruster2011-09-121-0/+32
* block: Drop medium lock tracking, ask device models insteadMarkus Armbruster2011-09-121-0/+6
* ide: Reject ATA commands specific to drive kindsMarkus Armbruster2011-09-121-25/+25
* ide: Use a table to declare which drive kinds accept each commandMarkus Armbruster2011-09-121-25/+80
* ide: Fix ATA command READ to set ATAPI signature for CD-ROMMarkus Armbruster2011-09-121-1/+3
* ide: Give vmstate structs internal linkage where possibleMarkus Armbruster2011-09-061-3/+3
* ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster2011-09-061-6/+6
* ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster2011-09-061-2/+2
* block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster2011-09-061-6/+2
* block: Generalize change_cb() to BlockDevOpsMarkus Armbruster2011-09-061-1/+5
* block: Attach non-qdev devices as wellMarkus Armbruster2011-09-061-0/+1
* block: explicit I/O accountingChristoph Hellwig2011-08-251-1/+26
* ide: Initialise buffers with zerosKevin Wolf2011-07-051-1/+5
* ide: Ignore reads during PIO in and writes during PIO outKevin Wolf2011-07-051-8/+36
* ide: add TRIM supportChristoph Hellwig2011-06-151-2/+95
* ide: allow other dma comands than read and writeChristoph Hellwig2011-06-151-11/+14
* ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf2011-06-151-0/+1
* ide: Fix ide_drive_pio_state_needed()Kevin Wolf2011-06-151-1/+2
* ide: Split error status from status registerKevin Wolf2011-06-151-1/+27
* ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf2011-06-081-3/+4
* blockdev: Store -drive option media in DriveInfoMarkus Armbruster2011-05-191-2/+1
* ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster2011-05-191-4/+7
* ide: Split atapi.c outKevin Wolf2011-04-271-1061/+4
* atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah2011-04-271-4/+16
* atapi: GESN: implement 'media' subcommandAmit Shah2011-04-131-4/+109
* atapi: GESN: Standardise event response handling for future additionsAmit Shah2011-04-131-6/+19
* atapi: GESN: Use structs for commonly-used field typesAmit Shah2011-04-131-2/+14
* atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah2011-04-131-13/+24
OpenPOWER on IntegriCloud