index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
ich.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
hw/ide/ahci: Rename ahci_internal.h to ahci-internal.h
BALATON Zoltan
1
-1
/
+1
2024-02-15
hw/ide/ich9: Use AHCIPCIState typedef
Philippe Mathieu-Daudé
1
-3
/
+3
2024-02-15
hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()
Philippe Mathieu-Daudé
1
-1
/
+2
2024-02-15
hw/ide/ahci: Expose AHCIPCIState structure
Philippe Mathieu-Daudé
1
-0
/
+1
2023-12-29
hw/ide: Constify VMState
Richard Henderson
1
-1
/
+1
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
1
-0
/
+1
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-09-09
ahci: Rename ICH_AHCI to ICH9_AHCI
Eduardo Habkost
1
-4
/
+4
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2018-06-01
ide: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
1
-1
/
+0
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-07-18
ahci: split public and private interface
John Snow
1
-1
/
+1
2017-07-03
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
1
-1
/
+1
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-7
/
+7
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
1
-2
/
+5
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-06
ahci: split realize and init
Peter Crosthwaite
1
-1
/
+9
2015-05-22
ich9/ahci: Enable Migration
John Snow
1
-1
/
+0
2015-02-26
ide/ich: Convert to realize
Markus Armbruster
1
-7
/
+6
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-09-22
ahci: MSI capability should be at 0x80, not 0x50.
John Snow
1
-1
/
+6
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-1
/
+1
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-1
/
+2
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-07-23
ide/ich: QOM parent field cleanup
Andreas Färber
1
-11
/
+11
2013-07-23
ide/ich: QOM Upcast Sweep
Peter Crosthwaite
1
-5
/
+5
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-01-25
ahci: Add migration support
Jason Baron
1
-4
/
+10
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-2
/
+2
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-3
/
+1
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
1
-3
/
+1
2012-06-27
ide/ahci: Use universal DMA helper functions
David Gibson
1
-1
/
+1
2012-06-07
msi: Invoke msi/msix_write_config from PCI core
Jan Kiszka
1
-8
/
+0
2012-06-07
msi: Invoke msi/msix_reset from PCI core
Jan Kiszka
1
-1
/
+0
2012-06-07
ahci: Clean up reset functions
Jan Kiszka
1
-6
/
+4
2012-06-07
ahci: Fix reset of MSI function
Jan Kiszka
1
-2
/
+10
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
1
-2
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-7
/
+10
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-12
/
+19
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-17
/
+13
2011-09-21
ahci: add port I/O index-data pair
Daniel Verkamp
1
-1
/
+26
[next]