aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2022-05-25ide_ioport_read: Return lower octet of data register instead of 0xFFLev Kujawski2-2/+8
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell1-1/+1
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-1/+1
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell1-0/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-07ide: Increment BB in-flight counter for TRIM BHHanna Reitz1-0/+7
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell1-0/+1
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé1-4/+4
2022-01-18hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé1-1/+1
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-2/+2
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-2/+4
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+5
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+1
2021-11-02ide: Cap LBA28 capacity announcement to 2^28-1Samuel Thibault1-2/+6
2021-10-18via-ide: Avoid using isa_get_irq()BALATON Zoltan1-2/+2
2021-10-18via-ide: Set user_creatable to falseBALATON Zoltan1-0/+3
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell10-10/+10
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-1/+1
2021-07-20hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEVPhilippe Mathieu-Daudé1-1/+1
2021-07-19hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2-11/+27
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé1-0/+1
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-38/+0
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