aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé
2022-01-18hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-11-02ide: Cap LBA28 capacity announcement to 2^28-1Samuel Thibault
2021-10-18via-ide: Avoid using isa_get_irq()BALATON Zoltan
2021-10-18via-ide: Set user_creatable to falseBALATON Zoltan
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-07-20hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEVPhilippe Mathieu-Daudé
2021-07-19hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-05-02hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-15hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-23ide: atapi: check logical block address and read size (CVE-2020-29443)Prasad J Pandit
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-01ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD
2020-10-27ide: clear SRST after SRST finishesJohn Snow
2020-10-27ide: perform SRST as early as possibleJohn Snow
2020-10-27ide: run diagnostic after SRSTJohn Snow
2020-10-09hw/ide: restore replay support of IDEAlex Bennée
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow
2020-10-01ide: clear interrupt on command writeJohn Snow
2020-10-01ide: remove magic constants from the device registerJohn Snow
2020-10-01ide: reorder set/get sector functionsJohn Snow
2020-10-01ide: model HOB correctlyJohn Snow
2020-10-01ide: don't tamper with the device registerJohn Snow
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé
2020-08-27ahci: Move QOM macro to headerEduardo Habkost
2020-08-27ahci: Move QOM macros to headerEduardo Habkost