aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-15hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov1-6/+6
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+1
2021-01-23ide: atapi: check logical block address and read size (CVE-2020-29443)Prasad J Pandit1-6/+24
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-3/+5
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-01ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini1-0/+2
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant4-4/+4
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD1-14/+13
2020-10-27ide: clear SRST after SRST finishesJohn Snow1-0/+2
2020-10-27ide: perform SRST as early as possibleJohn Snow1-3/+1
2020-10-27ide: run diagnostic after SRSTJohn Snow1-4/+2
2020-10-09hw/ide: restore replay support of IDEAlex Bennée1-2/+2
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow1-18/+40
2020-10-01ide: clear interrupt on command writeJohn Snow1-0/+1
2020-10-01ide: remove magic constants from the device registerJohn Snow1-12/+14
2020-10-01ide: reorder set/get sector functionsJohn Snow1-11/+15
2020-10-01ide: model HOB correctlyJohn Snow1-8/+7
2020-10-01ide: don't tamper with the device registerJohn Snow1-2/+2
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow6-19/+19
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-9/+3
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2-6/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost4-4/+7
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost4-8/+16
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-4/+4
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-2/+3
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé1-1/+1
2020-08-27ahci: Move QOM macro to headerEduardo Habkost1-3/+0
2020-08-27ahci: Move QOM macros to headerEduardo Habkost1-5/+0
2020-08-21meson: convert hw/ideMarc-André Lureau2-14/+14
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-2/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+2
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan1-1/+4
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé4-21/+21
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+2
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster1-2/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé1-0/+1
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-2/+2
2020-05-04hw/ide/sii3112: Remove dead assignmentPhilippe Mathieu-Daudé1-2/+3
2020-03-27cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-5/+4