Age | Commit message (Expand) | Author |
2013-06-28 | cmd646: fix build when DEBUG_IDE is enabled. | Mark Cave-Ayland |
2013-06-24 | ide: Clean up ide_exec_cmd() | Kevin Wolf |
2013-06-24 | ide: Convert SMART commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert CF-ATA commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert ATAPI commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert SEEK to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert FLUSH CACHE to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert SET FEATURES to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert CHECK POWER MDOE to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert DMA read/write commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert PIO read/write commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert read/write multiple commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert verify commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert cmd_nop commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert WIN_IDENTIFY to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert WIN_DSM to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Add handler to ide_cmd_table | Kevin Wolf |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini |
2013-06-15 | Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu | Blue Swirl |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber |
2013-06-06 | ide: Set BSY bit during FLUSH | Andreas Färber |
2013-05-20 | ide/macio: fix wrong opaque with TRIM support | Aurelien Jarno |
2013-05-08 | ide: Reset BMIDEA bit when the bus master is stopped | Kevin Wolf |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf |
2013-04-29 | ide: QOM'ify ISA IDE | Andreas Färber |
2013-04-15 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-04-15 | include: avoid useless includes of exec/ headers | Paolo Bonzini |
2013-04-15 | ide: refuse WIN_READ_NATIVE_MAX on empty device | Stefan Hajnoczi |
2013-04-08 | hw: make all of hw/ide/ configurable via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-02-22 | blockdev: enable discard by default | Paolo Bonzini |
2013-02-01 | ide/mmio: QOM'ify MMIO IDE for R2D | Andreas Färber |
2013-01-28 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-01-25 | ide/macio: QOM'ify MacIO IDE | Andreas Färber |
2013-01-25 | ppc: Move Mac machines to hw/ppc/ | Andreas Färber |
2013-01-25 | ide: Add fall through annotations | Kevin Wolf |
2013-01-25 | ahci: Add migration support | Jason Baron |
2013-01-25 | ahci: Change data types in preparation for migration | Kevin Wolf |
2013-01-25 | ahci: Remove unused AHCIDevice fields | Jason Baron |
2013-01-17 | ide: Remove wrong assertion | Kevin Wolf |
2013-01-15 | ide: issue discard asynchronously but serialize the pieces | Paolo Bonzini |
2013-01-15 | ide: fix TRIM with empty range entry | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-17 | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini |