Age | Commit message (Expand) | Author |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |
2021-05-02 | hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA | Philippe Mathieu-Daudé |
2021-03-18 | hw/ide: remove 'ide-drive' device | Daniel P. Berrangé |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-02-15 | hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE | Alexander Bulekov |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf |
2021-01-23 | ide: atapi: check logical block address and read size (CVE-2020-29443) | Prasad J Pandit |
2021-01-18 | hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-01 | ide: atapi: assert that the buffer pointer is in range | Paolo Bonzini |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-11-02 | xen: rework pci_piix3_xen_ide_unplug | Anthony PERARD |
2020-10-27 | ide: clear SRST after SRST finishes | John Snow |
2020-10-27 | ide: perform SRST as early as possible | John Snow |
2020-10-27 | ide: run diagnostic after SRST | John Snow |
2020-10-09 | hw/ide: restore replay support of IDE | Alex Bennée |
2020-10-01 | ide: cancel pending callbacks on SRST | John Snow |
2020-10-01 | ide: clear interrupt on command write | John Snow |
2020-10-01 | ide: remove magic constants from the device register | John Snow |
2020-10-01 | ide: reorder set/get sector functions | John Snow |
2020-10-01 | ide: model HOB correctly | John Snow |
2020-10-01 | ide: don't tamper with the device register | John Snow |
2020-10-01 | ide: rename cmd_write to ctrl_write | John Snow |
2020-10-01 | hw/ide/ahci: Do not dma_memory_unmap(NULL) | Philippe Mathieu-Daudé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | ahci: Rename ICH_AHCI to ICH9_AHCI | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-01 | hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé |
2020-09-01 | hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé |
2020-09-01 | hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE | Philippe Mathieu-Daudé |
2020-09-01 | hw/ide/core: Trivial typo fix | Philippe Mathieu-Daudé |
2020-08-27 | ahci: Move QOM macro to header | Eduardo Habkost |
2020-08-27 | ahci: Move QOM macros to header | Eduardo Habkost |
2020-08-21 | meson: convert hw/ide | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, manual part | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-06-23 | qdev: Make qdev_prop_set_drive() match the other helpers | Markus Armbruster |
2020-06-17 | block: consolidate blocksize properties consistency checks | Roman Kagan |
2020-06-17 | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster |
2020-06-15 | isa: Convert uses of isa_create() with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-05-18 | hw/ide/ahci: Log lost IRQs | Philippe Mathieu-Daudé |
2020-05-15 | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé |