Sign in
qemu
/
qemu
/
17cce735780f0ff6a2ef173c34614bd47acd56e5
/
hw
/
pci
efc8188
pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()
by Le Tan
· 11 years ago
20de98a
pcie: coding style tweak
by Michael S. Tsirkin
· 11 years ago
554f802
hw/pcie: better hotplug/hotunplug support
by Marcel Apfelbaum
· 11 years ago
f23b6bd
hw/pcie: implement power controller functionality
by Marcel Apfelbaum
· 11 years ago
e4bcd27
hw/pcie: correct debug message
by Marcel Apfelbaum
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
26edf8c
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
b645000
pci: move dereferencing of root only after verifying valid root pointer
by Saravanakumar
· 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
3476436
vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/
by Michael S. Tsirkin
· 11 years ago
5f691ff
hw/pci/pcie_aer.c: fix buffer overruns on invalid state load
by Michael S. Tsirkin
· 11 years ago
58b5901
pci: Fix clearing IRQs on reset
by Cole Robinson
· 11 years ago
ac43fa5
hw/pci/pci_host.c: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
d2f69df
pci: Move VMState registration/unregistration to QOM realize/unrealize
by Bandan Das
· 11 years ago
6e1f0a5
PCIE: fix regression with coldplugged multifunction device
by Igor Mammedov
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
0888a29
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
ab1da85
exec: Make stl_*_phys input an AddressSpace
by Edgar E. Iglesias
· 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
3060776
hw/pci: fix error flow in pci multifunction init
by Marcel Apfelbaum
· 11 years ago
eb0acfd
pci: add pci_for_each_bus_depth_first
by Michael S. Tsirkin
· 11 years ago
d181976
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
6780a22
qdev: Drop misleading qbus_free() function
by Stefan Hajnoczi
· 11 years ago
dcc2093
qdev: switch reset to post-order
by Paolo Bonzini
· 11 years ago
9bdbbfc
pci: clean up resetting of IRQs
by Paolo Bonzini
· 11 years ago
81e3e75
pci: do not export pci_bus_reset
by Paolo Bonzini
· 11 years ago
4c41425
pci: fix pci bridge fw path
by Gerd Hoffmann
· 11 years ago
cf252e5
pci: fix address space size for bridge
by Michael S. Tsirkin
· 11 years ago
5c39724
pci: unregister vmstate_pcibus on unplug
by Bandan Das
· 11 years ago
0fbf50b
Revert "hw/pci: partially handle pci master abort"
by Marcel Apfelbaum
· 11 years ago
6bd194a
bswap.h: Remove cpu_to_be32wu()
by Peter Maydell
· 11 years ago
02a5c4c
qdev: Drop misleading qdev_free() function
by Stefan Hajnoczi
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
cf01ba9
Makefile.target: CONFIG_NO_* variables removed
by Ákos Kovács
· 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
77d6f4e
pci: fix up w64 size calculation helper
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
9e64f8a
hw: set interrupts using pci irq wrappers
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
9f1a029
pci: remove explicit check to 64K ioport size
by Hervé Poussineau
· 11 years ago
4386406
pci: add helper to retrieve the 64-bit range
by Michael S. Tsirkin
· 11 years ago
6f88009
Add c++ keywords to QAPI helper script
by Tomoki Sekiyama
· 12 years ago
9889e04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 12 years ago
dd301ca
pci: Pass size to pci_bus_new_inplace()
by Andreas Färber
· 12 years ago
3bf4dfd
pci: add config space access traces
by Alexey Kardashevskiy
· 12 years ago
9eda7d3
pci: Introduce helper to retrieve a PCI device's DMA address space
by Alexey Kardashevskiy
· 12 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
caad4eb
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
by Andreas Färber
· 12 years ago
e9acb8c
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 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
2b8cc89
pci: Remove domain from PCIHostBus
by David Gibson
· 12 years ago
9bc4730
pci: Simpler implementation of primary PCI bus
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
40c5dce
hw/p*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
6ac363b
pci: Move pci_read_devaddr to pci-hotplug-old.c
by David Gibson
· 12 years ago
79ca616
pci: Cleanup configuration for pci-hotplug.c
by David Gibson
· 12 years ago
7dca804
memory: give name to every AddressSpace
by Alexey Kardashevskiy
· 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
24addbc
dma: eliminate old-style IOMMU support
by Paolo Bonzini
· 12 years ago
fef7fbc
qdev: Drop FROM_QBUS() macro
by Andreas Färber
· 12 years ago
340b50c
pci: add VMSTATE_MSIX
by Gerd Hoffmann
· 12 years ago
4f39178
exec: eliminate qemu_put_ram_ptr
by Paolo Bonzini
· 12 years ago
c0907c9
hw: move PCI bridges to hw/pci-* or hw/ARCH
by Paolo Bonzini
· 12 years ago
ddf2bcf
hw: make all of hw/pci/ configurable via default-configs/
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
76534da
usb-storage: Forward serial number to scsi-disk
by Kevin Wolf
· 12 years ago
404e7a4
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
6214e73
pcie: Add endpoint capability initialization wrapper
by Alex Williamson
· 12 years ago
eb28cb1
pcie: Mangle types to match topology
by Alex Williamson
· 12 years ago
0889464
pci: Create and use API to determine root buses
by Alex Williamson
· 12 years ago
8c0bf9e
pci: Create pci_bus_is_express helper
by Alex Williamson
· 12 years ago
60a0e44
pci: Allow PCI bus creation interfaces to specify the type of bus
by Alex Williamson
· 12 years ago
cf09458
pci: Move PCI and PCIE type defines
by Alex Williamson
· 12 years ago
3a861c4
pci: Create and register a new PCI Express TypeInfo
by Alex Williamson
· 12 years ago
8c7f3dd
pci: refuse empty ROM files
by Stefan Hajnoczi
· 12 years ago
659fefe
pci_bridge: Use a default map_irq function
by Alex Williamson
· 12 years ago
e5368f0
pci: Fix INTx routing notifier recursion
by Alex Williamson
· 12 years ago
600d05b
pci_bridge: drop formatting from source
by Michael S. Tsirkin
· 12 years ago
45eb768
pci_bridge: factor out common code
by Michael S. Tsirkin
· 12 years ago
ba7d851
pci: Teach PCI Bridges about VGA routing
by Alex Williamson
· 12 years ago
e01fd68
pci: Add PCI VGA helpers
by Alex Williamson
· 12 years ago
786fd2b
VMXNET3 device implementation
by Dmitry Fleytman
· 12 years ago
Next »