Age | Commit message (Expand) | Author |
2020-05-15 | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-04 | hw/ide/sii3112: Remove dead assignment | Philippe Mathieu-Daudé |
2020-03-27 | cmd646-ide: use qdev gpio rather than qemu_allocate_irqs() | Mark Cave-Ayland |
2020-03-27 | via-ide: use qdev gpio rather than qemu_allocate_irqs() | Mark Cave-Ayland |
2020-03-27 | via-ide: don't use PCI level for legacy IRQs | Mark Cave-Ayland |
2020-03-27 | hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs() | Peter Maydell |
2020-03-17 | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan |
2020-03-17 | hw/ide/pci.c: Coding style update to fix checkpatch errors | BALATON Zoltan |
2020-03-17 | hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h | BALATON Zoltan |
2020-03-17 | hw/ide: Get rid of piix4_init function | BALATON Zoltan |
2020-03-17 | hw/ide: Get rid of piix3_init functions | BALATON Zoltan |
2020-03-16 | via-ide: always use legacy IRQ 14/15 routing | Mark Cave-Ayland |
2020-03-16 | via-ide: allow guests to write to PCI_CLASS_PROG | Mark Cave-Ayland |
2020-03-16 | via-ide: initialise IDE controller in legacy mode | Mark Cave-Ayland |
2020-03-16 | via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default value | Mark Cave-Ayland |
2020-03-16 | ide/via: Get rid of via_ide_init() | BALATON Zoltan |
2020-03-16 | via-ide: move registration of VMStateDescription to DeviceClass | Mark Cave-Ayland |
2020-03-10 | cmd646: remove unused pci_cmd646_ide_init() function | Mark Cave-Ayland |
2020-03-09 | cmd646: register vmstate_ide_pci VMStateDescription in DeviceClass | Mark Cave-Ayland |
2020-03-09 | cmd646: register cmd646_reset() function in DeviceClass | Mark Cave-Ayland |
2020-02-20 | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-01-30 | add device_legacy_reset function to prepare for reset api change | Damien Hedde |
2020-01-27 | ide: Fix incorrect handling of some PRDTs in ide_dma_cb() | Alexander Popov |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-06 | vmstate: replace DeviceState with VMStateIf | Marc-André Lureau |
2019-10-31 | bootdevice: Gather LCHS from all relevant devices | Sam Eiderman |
2019-10-31 | block: Refactor macros - fix tabbing | Sam Eiderman |
2019-10-31 | IDE: deprecate ide-drive | John Snow |
2019-10-15 | hw/ide/via82c: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-10-15 | hw/ide/sii3112: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-10-15 | hw/ide/piix: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-10-10 | ide: account UNMAP (TRIM) operations | Anton Nefedov |
2019-10-04 | ide: fix leak from qemu_allocate_irqs | Paolo Bonzini |
2019-08-16 | hw/ide/atapi: Use the ldst API | Philippe Mathieu-Daudé |
2019-08-16 | Revert "ide/ahci: Check for -ECANCELED in aio callbacks" | John Snow |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | ide: Include hw/ide/internal a bit less outside hw/ide/ | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-05-13 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1... | Peter Maydell |