Age | Commit message (Expand) | Author |
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 |
2019-05-13 | hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 device | Thomas Huth |
2019-05-13 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2019-03-22 | trace-events: Delete unused trace points | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini |
2019-03-07 | build: convert pci.mak to Kconfig | Paolo Bonzini |
2019-03-07 | ide: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-22 | hw/ide: drop iov field from IDEDMA | Vladimir Sementsov-Ogievskiy |
2019-02-22 | hw/ide: drop iov field from IDEBufferedRequest | Vladimir Sementsov-Ogievskiy |
2019-02-22 | hw/ide: drop iov field from IDEState | Vladimir Sementsov-Ogievskiy |
2019-02-05 | ide: split ioport registration to a separate file | Paolo Bonzini |
2019-01-25 | ide/via: Implement and use native PCI IDE mode | BALATON Zoltan |
2019-01-25 | ide/via: Rename functions to match device name | BALATON Zoltan |
2019-01-25 | ide/via: Remove vt82c686b_init_ports() function | BALATON Zoltan |
2019-01-25 | sii3112: Remove duplicated code and use PCI IDE ops instead | BALATON Zoltan |
2019-01-25 | ide: Get rid of CMD646BAR struct | BALATON Zoltan |
2019-01-25 | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan |
2019-01-25 | cmd646: Remove IDEBus from CMD646BAR | BALATON Zoltan |
2019-01-25 | cmd646: Remove unused variable | BALATON Zoltan |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth |