Age | Commit message (Expand) | Author | Files | Lines |
2019-10-31 | bootdevice: Gather LCHS from all relevant devices | Sam Eiderman | 1 | -0/+5 |
2019-10-31 | block: Refactor macros - fix tabbing | Sam Eiderman | 1 | -1/+1 |
2019-10-31 | IDE: deprecate ide-drive | John Snow | 1 | -0/+3 |
2019-10-15 | hw/ide/via82c: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 1 | -6/+4 |
2019-10-15 | hw/ide/sii3112: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 1 | -4/+3 |
2019-10-15 | hw/ide/piix: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 1 | -5/+4 |
2019-10-10 | ide: account UNMAP (TRIM) operations | Anton Nefedov | 1 | -0/+12 |
2019-10-04 | ide: fix leak from qemu_allocate_irqs | Paolo Bonzini | 1 | -0/+1 |
2019-08-16 | hw/ide/atapi: Use the ldst API | Philippe Mathieu-Daudé | 1 | -52/+28 |
2019-08-16 | Revert "ide/ahci: Check for -ECANCELED in aio callbacks" | John Snow | 2 | -17/+0 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2 | -1/+2 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 4 | -4/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 6 | -0/+6 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 3 | -0/+3 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 14 | -14/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 12 | -0/+12 |
2019-08-16 | ide: Include hw/ide/internal a bit less outside hw/ide/ | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 4 | -0/+4 |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 13 | -0/+21 |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf | 1 | -1/+1 |
2019-05-13 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1... | Peter Maydell | 2 | -2/+6 |
2019-05-13 | hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 device | Thomas Huth | 2 | -2/+6 |
2019-05-13 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -2/+4 |
2019-03-22 | trace-events: Delete unused trace points | Markus Armbruster | 1 | -1/+0 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -8/+8 |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | build: convert pci.mak to Kconfig | Paolo Bonzini | 1 | -0/+3 |
2019-03-07 | ide: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+15 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+35 |
2019-02-22 | hw/ide: drop iov field from IDEDMA | Vladimir Sementsov-Ogievskiy | 1 | -3/+2 |
2019-02-22 | hw/ide: drop iov field from IDEBufferedRequest | Vladimir Sementsov-Ogievskiy | 1 | -5/+6 |
2019-02-22 | hw/ide: drop iov field from IDEState | Vladimir Sementsov-Ogievskiy | 2 | -11/+6 |
2019-02-05 | ide: split ioport registration to a separate file | Paolo Bonzini | 3 | -27/+68 |
2019-01-25 | ide/via: Implement and use native PCI IDE mode | BALATON Zoltan | 1 | -14/+38 |
2019-01-25 | ide/via: Rename functions to match device name | BALATON Zoltan | 1 | -8/+7 |
2019-01-25 | ide/via: Remove vt82c686b_init_ports() function | BALATON Zoltan | 1 | -24/+20 |
2019-01-25 | sii3112: Remove duplicated code and use PCI IDE ops instead | BALATON Zoltan | 1 | -44/+8 |
2019-01-25 | ide: Get rid of CMD646BAR struct | BALATON Zoltan | 1 | -17/+16 |
2019-01-25 | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan | 2 | -69/+67 |
2019-01-25 | cmd646: Remove IDEBus from CMD646BAR | BALATON Zoltan | 1 | -15/+14 |
2019-01-25 | cmd646: Remove unused variable | BALATON Zoltan | 1 | -1/+0 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -47/+47 |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 3 | -3/+0 |
2018-10-02 | replay: replay BH for IDE trim operation | Pavel Dovgalyuk | 1 | -1/+2 |
2018-08-30 | macio: add addr property to macio IDE object | Mark Cave-Ayland | 1 | -0/+1 |
2018-08-30 | macio: move MACIOIDEState type declarations to macio.h | Mark Cave-Ayland | 1 | -0/+1 |
2018-08-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -1/+0 |
2018-07-10 | Revert "block: Remove deprecated -drive option serial" | Cornelia Huck | 1 | -0/+1 |