Age | Commit message (Expand) | Author |
2023-02-27 | hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/piix: Remove unused includes | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/pci: Unexport bmdma_active_if() | Bernhard Beschow |
2023-02-27 | hw/ide/ioport: Remove unnecessary includes | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Rename idebus_active_if() -> ide_bus_active_if() | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Rename ide_init2() -> ide_bus_init_output_irq() | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd() | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Rename ide_create_drive() -> ide_bus_create_drive() | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Rename ide_set_irq() -> ide_bus_set_irq() | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide: Un-inline ide_set_irq() | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/atapi: Restrict 'scsi/constants.h' inclusion | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/isa: Remove intermediate ISAIDEState::irq variable | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h' | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h' | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/mmio: Use CamelCase for MMIO_IDE state name | Philippe Mathieu-Daudé |
2023-02-27 | hw/ide/ahci: Trace ncq write command as write instead of read | Fiona Ebner |
2023-01-09 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
2023-01-06 | ide: Add "ide-cf" driver, a CompactFlash card | Lubomir Rintel |
2023-01-06 | ide: Add 8-bit data mode | Lubomir Rintel |
2022-10-31 | hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h | BALATON Zoltan |
2022-10-31 | hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers | Bernhard Beschow |
2022-10-31 | hw/isa/vt82c686: Introduce TYPE_VIA_IDE define | Bernhard Beschow |
2022-10-20 | hw/ide/microdrive: Use device_cold_reset() for self-resets | Peter Maydell |
2022-09-30 | hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command | Lev Kujawski |
2022-09-30 | hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC | Lev Kujawski |
2022-09-30 | piix_ide_reset: Use pci_set_* functions instead of direct access | Lev Kujawski |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria |
2022-06-28 | hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM) | Lev Kujawski |
2022-06-24 | block: get rid of blk->guest_block_size | Stefan Hajnoczi |
2022-06-09 | include/hw/ide: Unexport pci_piix3_xen_ide_unplug() | Bernhard Beschow |
2022-06-09 | hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug() | Bernhard Beschow |
2022-06-09 | hw/ide/piix: Remove redundant "piix3-ide-xen" device class | Bernhard Beschow |
2022-05-25 | ide_ioport_read: Return lower octet of data register instead of 0xFF | Lev Kujawski |
2022-03-09 | Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging | Peter Maydell |
2022-03-08 | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow |
2022-03-08 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'... | Peter Maydell |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-07 | ide: Increment BB in-flight counter for TRIM BH | Hanna Reitz |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell |
2022-01-18 | hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult | Philippe Mathieu-Daudé |
2022-01-18 | hw/dma: Fix format string issues using dma_addr_t | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_read() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé |