Sign in
qemu
/
qemu
/
182bca4592a8a6a57cdbd6889683cced78e85a03
/
include
/
hw
/
pci
a7c4d9c
hw/pci/pci.h: Don't include qemu-common.h
by Markus Armbruster
· 9 years ago
226419d
msi_supported -> msi_nonbroken
by Michael S. Tsirkin
· 9 years ago
90ce6e2
include: Clean up includes
by Peter Maydell
· 9 years ago
40f8f0c
pcie_aer: expose pcie_aer_msg() interface
by Chen Fan
· 9 years ago
8d86ada
aer: impove pcie_aer_init to support vfio device
by Chen Fan
· 9 years ago
9cfaa00
change type of pci_bridge_initfn() to void
by Cao jin
· 9 years ago
e351b82
hw: Add support for LSI SAS1068 (mptsas) device
by Paolo Bonzini
· 9 years ago
02b0743
hw/pxb: introduce pxb-pcie expander for PCIe machines
by Marcel Apfelbaum
· 9 years ago
3f1e147
enable multi-function hot-add
by Cao jin
· 9 years ago
c246a62
msix: add VMSTATE_MSIX_TEST
by Marc-André Lureau
· 10 years ago
a05f686
hw/pci: Introduce pci_requester_id()
by Pavel Fedin
· 9 years ago
bcd7461
hw/pci-assign: split pci-assign.c
by Tiejun Chen
· 10 years ago
c8232b3
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
412a824
pci_regs.h: import from linux
by Michael S. Tsirkin
· 10 years ago
4330296
vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices
by Gabriel Laupre
· 10 years ago
4e5c9bf
hw/pci-bridge: introduce "shpc" property
by Laszlo Ersek
· 10 years ago
23ab143
hw/pci: introduce shpc_present() helper function
by Laszlo Ersek
· 10 years ago
7a7c6a4
hw/pci-bridge: add macro for "msi" property
by Laszlo Ersek
· 10 years ago
3cf0ecb
hw/pci-bridge: add macro for "chassis_nr" property
by Laszlo Ersek
· 10 years ago
0034e56
hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()
by Laszlo Ersek
· 10 years ago
eb6c6a6
add pci-bridge-seat
by Gerd Hoffmann
· 10 years ago
d8e3b72
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
ffaa050
pci: add PCI_CLASS_INPUT_*
by Gerd Hoffmann
· 10 years ago
d6688ba
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
3b730f5
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging
by Peter Maydell
· 10 years ago
cf8c704
pci: make pci_bar useable outside pci.c
by Michael Roth
· 10 years ago
6a3042b
hw/pci: add support for NUMA nodes
by Marcel Apfelbaum
· 10 years ago
40d14be
hw/pci: introduce PCI Expander Bridge (PXB)
by Marcel Apfelbaum
· 10 years ago
602141d
hw/pci: made pci_bus_num a PCIBusClass method
by Marcel Apfelbaum
· 10 years ago
ce6a28e
hw/pci: made pci_bus_is_root a PCIBusClass method
by Marcel Apfelbaum
· 10 years ago
7611dae
xen: don't allow guest to control MSI mask register
by Jan Beulich
· 10 years ago
38d40ff
Add stream ID to MSI write
by Pavel Fedin
· 10 years ago
dc407ae
pci: add network device class 'other' for network switches
by Scott Feldman
· 10 years ago
5dcc263
pci: add rocker device ID
by Scott Feldman
· 10 years ago
786a4ea
Convert (ffs(val) - 1) to ctz32(val)
by Stefan Hajnoczi
· 10 years ago
98a2f30
pci: fix several trivial typos in comment
by Chen Fan
· 10 years ago
30b04f8
pcie: correct mistaken register bit for End-End TLP Prefix Blocking
by Chen Fan
· 10 years ago
6dbcb81
pci: Give a few helpers internal linkage
by Markus Armbruster
· 10 years ago
7ee6c1e
pci: Permit incremental conversion of device models to realize
by Markus Armbruster
· 10 years ago
73104fd
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
5cd5e70
pci: split shpc_cleanup and shpc_free
by Paolo Bonzini
· 10 years ago
bf439db
pci: Allocate PCIe host bridge PCI ID
by Alexander Graf
· 10 years ago
27fb968
pci: Split pcie_host_mmcfg_map()
by Alexander Graf
· 10 years ago
5aa8136
pci: move REDHAT_SDHCI device ID to make room for Rocker
by Scott Feldman
· 10 years ago
ece5e5b
sdhci: Define SDHCI PCI ids
by Kevin O'Connor
· 10 years ago
e23d049
megasas: add MegaRAID SAS 2108 emulation
by Hannes Reinecke
· 10 years ago
14d5a28
qdev: HotplugHandler: Rename unplug callback to unplug_request
by Igor Mammedov
· 10 years ago
821be9d
pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*
by Knut Omang
· 10 years ago
f23b6bd
hw/pcie: implement power controller functionality
by Marcel Apfelbaum
· 11 years ago
7c8b724
pcie_host: Turn pcie_host_init() into an instance_init
by Andreas Färber
· 11 years ago
cd9aa33
pci: add Error-propagating pci_add_capability2()
by Laszlo Ersek
· 11 years ago
5e95494
hw/pci: switch to a generic hotplug handling for PCIDevice
by Igor Mammedov
· 11 years ago
a66e657
pci/pcie: convert PCIE hotplug to use hotplug-handler API
by Igor Mammedov
· 11 years ago
5d26870
pci/shpc: convert SHPC hotplug to use hotplug-handler API
by Igor Mammedov
· 11 years ago
2897ae0
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
by Igor Mammedov
· 11 years ago
eb0acfd
pci: add pci_for_each_bus_depth_first
by Michael S. Tsirkin
· 11 years ago
81e3e75
pci: do not export pci_bus_reset
by Paolo Bonzini
· 11 years ago
539891a
xen-pvdevice: make device-id property compulsory
by Paul Durrant
· 11 years ago
0fbf50b
Revert "hw/pci: partially handle pci master abort"
by Marcel Apfelbaum
· 11 years ago
f567656
bswap.h: Remove le32_to_cpupu()
by Peter Maydell
· 11 years ago
c65e5de
bswap.h: Remove le16_to_cpupu()
by Peter Maydell
· 11 years ago
6e93187
bswap.h: Remove cpu_to_le32wu()
by Peter Maydell
· 11 years ago
587ae22
bswap.h: Remove cpu_to_le16wu()
by Peter Maydell
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
cbcaf79
q35: expose mmcfg size as a property
by Michael S. Tsirkin
· 11 years ago
87f6524
q35: use macro for MCFG property name
by Michael S. Tsirkin
· 11 years ago
6f6d282
pcie_host: expose address format
by Michael S. Tsirkin
· 11 years ago
079e3e7
pcie_host: expose UNMAPPED macro
by Michael S. Tsirkin
· 11 years ago
c31d04b
hw/pci: removed irq field from PCIDevice
by Marcel Apfelbaum
· 11 years ago
5a03e70
hw/pcie: AER and hot-plug events must use device's interrupt
by Marcel Apfelbaum
· 11 years ago
d98f08f
hw/pci: add pci wrappers for allocating and asserting irqs
by Marcel Apfelbaum
· 11 years ago
a53ae8e
hw/pci: partially handle pci master abort
by Marcel Apfelbaum
· 11 years ago
eb322b8
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
ceae18b
lsi: add 53C810 variant
by Hervé Poussineau
· 11 years ago
4386406
pci: add helper to retrieve the 64-bit range
by Michael S. Tsirkin
· 11 years ago
9889e04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
dd301ca
pci: Pass size to pci_bus_new_inplace()
by Andreas Färber
· 11 years ago
9eda7d3
pci: Introduce helper to retrieve a PCI device's DMA address space
by Alexey Kardashevskiy
· 11 years ago
bcb7575
pcie_port: Turn PCIEPort and PCIESlot into abstract QOM types
by Andreas Färber
· 12 years ago
f055e96
pci-bridge: Turn PCIBridge into abstract QOM type
by Andreas Färber
· 12 years ago
8fbab3b
Xen PV Device
by Paul Durrant
· 11 years ago
e9acb8c
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
4268b09
pci: fix BRDIGE typo
by Don Koch
· 12 years ago
e78e9ae
pci-bridge: update mappings for migration/restore
by Don Koch
· 12 years ago
dc11549
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
7588e2b
pci: Fold host_buses list into PCIHostState functionality
by David Gibson
· 12 years ago
29b358f
pci: Add root bus parameter to pci_nic_init()
by David Gibson
· 12 years ago
85c6e4f
pci: Add root bus argument to pci_get_bus_devfn()
by David Gibson
· 12 years ago
568f069
pci: Replace pci_find_domain() with more general pci_root_bus_path()
by David Gibson
· 12 years ago
c473d18
pci: Use helper to find device's root bus in pci_find_domain()
by David Gibson
· 12 years ago
1ef7a2a
pci: Abolish pci_find_root_bus()
by David Gibson
· 12 years ago
f487b67
dma: keep a device alive while it has SGLists
by Paolo Bonzini
· 12 years ago
6ac363b
pci: Move pci_read_devaddr to pci-hotplug-old.c
by David Gibson
· 12 years ago
df32fd1
dma: eliminate DMAContext
by Paolo Bonzini
· 12 years ago
e00387d
pci: use memory core for iommu support
by Avi Kivity
· 12 years ago
f3c507a
NVMe: Initial commit for new storage interface
by Keith Busch
· 12 years ago
340b50c
pci: add VMSTATE_MSIX
by Gerd Hoffmann
· 12 years ago
6165daa
Merge remote-tracking branch 'bonzini/scsi-next' into staging
by Anthony Liguori
· 12 years ago
881d588
scsi: VMWare PVSCSI paravirtual device implementation
by Dmitry Fleytman
· 12 years ago
22773d6
pci: add pci test device
by Michael S. Tsirkin
· 12 years ago
Next »