summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-29ide: QOM'ify ISA IDEAndreas Färber
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-02-22blockdev: enable discard by defaultPaolo Bonzini
2013-02-01ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber
2013-01-25ide: Add fall through annotationsKevin Wolf
2013-01-25ahci: Add migration supportJason Baron
2013-01-25ahci: Change data types in preparation for migrationKevin Wolf
2013-01-25ahci: Remove unused AHCIDevice fieldsJason Baron
2013-01-17ide: Remove wrong assertionKevin Wolf
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina
2012-11-30atapi: make change media detection for guests easierPavel Hrdina
2012-11-26hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell
2012-11-21ide: Fix status register after short PRDsKevin Wolf
2012-11-21ide: Fix crash with too long PRDKevin Wolf
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05Remove libhwStefan Weil
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-09-28iostatus: reorganize io error codePaolo Bonzini