| Commit message (Expand) | Author | Age | Files | Lines |
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | ahci: Rename ICH_AHCI to ICH9_AHCI | Eduardo Habkost | 2020-09-09 | 1 | -4/+4 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | ide: use local path for local headers | Michael S. Tsirkin | 2018-06-01 | 1 | -1/+1 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 2018-03-12 | 1 | -1/+0 |
* | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+4 |
* | ahci: split public and private interface | John Snow | 2017-07-18 | 1 | -1/+1 |
* | pci: Replace pci_add_capability2() with pci_add_capability() | Mao Zhongyi | 2017-07-03 | 1 | -1/+1 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -7/+7 |
* | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 2016-07-05 | 1 | -2/+5 |
* | ide: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | ahci: split realize and init | Peter Crosthwaite | 2015-11-06 | 1 | -1/+9 |
* | ich9/ahci: Enable Migration | John Snow | 2015-05-22 | 1 | -1/+0 |
* | ide/ich: Convert to realize | Markus Armbruster | 2015-02-26 | 1 | -7/+6 |
* | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |
* | ahci: MSI capability should be at 0x80, not 0x50. | John Snow | 2014-09-22 | 1 | -1/+6 |
* | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 2014-06-16 | 1 | -1/+1 |
* | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum | 2013-10-14 | 1 | -1/+2 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+1 |
* | ide/ich: QOM parent field cleanup | Andreas Färber | 2013-07-23 | 1 | -11/+11 |
* | ide/ich: QOM Upcast Sweep | Peter Crosthwaite | 2013-07-23 | 1 | -5/+5 |
* | dma: eliminate DMAContext | Paolo Bonzini | 2013-06-20 | 1 | -1/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -2/+2 |
* | ahci: Add migration support | Jason Baron | 2013-01-25 | 1 | -4/+10 |
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 1 | -1/+1 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | block: move include files to include/block/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | pci: update all users to look in pci/ | Michael S. Tsirkin | 2012-12-17 | 1 | -2/+2 |
* | Merge branch pci into master | Michael S. Tsirkin | 2012-07-29 | 1 | -3/+1 |
|\ |
|
| * | pci: convert PCIUnregisterFunc to void | Alex Williamson | 2012-07-04 | 1 | -3/+1 |
* | | ide/ahci: Use universal DMA helper functions | David Gibson | 2012-06-27 | 1 | -1/+1 |
|/ |
|
* | msi: Invoke msi/msix_write_config from PCI core | Jan Kiszka | 2012-06-07 | 1 | -8/+0 |
* | msi: Invoke msi/msix_reset from PCI core | Jan Kiszka | 2012-06-07 | 1 | -1/+0 |
* | ahci: Clean up reset functions | Jan Kiszka | 2012-06-07 | 1 | -6/+4 |
* | ahci: Fix reset of MSI function | Jan Kiszka | 2012-06-07 | 1 | -2/+10 |
* | qom: Unify type registration | Andreas Färber | 2012-02-15 | 1 | -2/+3 |
* | qdev: remove baked in notion of aliases (v2) | Anthony Liguori | 2012-02-03 | 1 | -2/+0 |
* | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 2012-02-03 | 1 | -7/+10 |
* | pci: convert to QEMU Object Model | Anthony Liguori | 2012-01-27 | 1 | -12/+19 |
* | qdev: prepare source tree for code conversion | Anthony Liguori | 2012-01-27 | 1 | -17/+13 |
* | ahci: add port I/O index-data pair | Daniel Verkamp | 2011-09-21 | 1 | -1/+26 |
* | hw: Trim superfluous #include "block_int.h" | Markus Armbruster | 2011-09-12 | 1 | -1/+0 |
* | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity | 2011-08-08 | 1 | -1/+1 |
* | ahci: convert to memory API | Avi Kivity | 2011-08-08 | 1 | -2/+1 |
* | ahci doesn't support migration | Gerd Hoffmann | 2011-07-20 | 1 | -0/+6 |
* | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin | 2011-06-15 | 1 | -3/+3 |
|\ |
|
| * | ahci: Unbreak bar registration | Jan Kiszka | 2011-05-16 | 1 | -3/+3 |