summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell2022-03-091-1/+1
|\
| * hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-081-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2022-03-081-0/+1
|\ \ | |/ |/|
| * osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* | ide: Increment BB in-flight counter for TRIM BHHanna Reitz2022-03-071-0/+7
|/
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
* hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2022-01-181-4/+4
* hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé2022-01-181-1/+1
* dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-2/+2
* dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-2/+4
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+5
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+1
* ide: Cap LBA28 capacity announcement to 2^28-1Samuel Thibault2021-11-021-2/+6
* via-ide: Avoid using isa_get_irq()BALATON Zoltan2021-10-181-2/+2
* via-ide: Set user_creatable to falseBALATON Zoltan2021-10-181-0/+3
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-3010-10/+10
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-1/+1
* hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEVPhilippe Mathieu-Daudé2021-07-201-1/+1
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-192-11/+27
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé2021-05-021-0/+1
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-38/+0Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov2021-02-151-6/+6
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* ide: atapi: check logical block address and read size (CVE-2020-29443)Prasad J Pandit2021-01-231-6/+24
* hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-3/+5
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini2020-12-011-0/+2
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-154-4/+4
* xen: rework pci_piix3_xen_ide_unplugAnthony PERARD2020-11-021-14/+13Star
* ide: clear SRST after SRST finishesJohn Snow2020-10-271-0/+2
* ide: perform SRST as early as possibleJohn Snow2020-10-271-3/+1Star
* ide: run diagnostic after SRSTJohn Snow2020-10-271-4/+2Star
* hw/ide: restore replay support of IDEAlex Bennée2020-10-091-2/+2
* ide: cancel pending callbacks on SRSTJohn Snow2020-10-011-18/+40
* ide: clear interrupt on command writeJohn Snow2020-10-011-0/+1
* ide: remove magic constants from the device registerJohn Snow2020-10-011-12/+14
* ide: reorder set/get sector functionsJohn Snow2020-10-011-11/+15
* ide: model HOB correctlyJohn Snow2020-10-011-8/+7Star
* ide: don't tamper with the device registerJohn Snow2020-10-011-2/+2
* ide: rename cmd_write to ctrl_writeJohn Snow2020-10-016-19/+19
* hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé2020-10-011-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-9/+3Star
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-092-6/+6
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-094-4/+7
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-094-8/+16
* hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé2020-09-011-1/+1