Sign in
qemu
/
qemu
/
46b12f461ca063e2cecc53d5805232f05336f02d
/
hw
/
pci
/
pci_bridge.c
37e7211
hw/pci/pci_bridge: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 4 years, 7 months ago
2dc48da
hw/pci/pci_bridge: Correct pci_bridge_io memory region size
by Philippe Mathieu-Daudé
· 4 years, 7 months ago
5892cfc
pci_bridge: fix a typo in comment
by Mao Zhongyi
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
4b3393e
hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbus
by Philippe Mathieu-Daudé
· 6 years ago
7d37435
avoid TABs in files that only contain a few
by Paolo Bonzini
· 6 years ago
e7176cd
hw/pci-bridge: Fix invalid free()
by Matthias Weckbecker
· 6 years ago
d05eec7
pci_bridge: fix typo in comment
by Mao Zhongyi
· 6 years ago
9e89939
hw/pci: factor PCI reserve resources to a separate structure
by Jing Liu
· 6 years ago
fc67208
hw/pci-bridge: fix pcie root port's IO hints capability
by Marcel Apfelbaum
· 7 years ago
fd56e06
pci: Eliminate redundant PCIDevice::bus pointer
by David Gibson
· 7 years ago
9cd1e97
pci: allow 32-bit PCI IO accesses to pass through the PCI bridge
by Mark Cave-Ayland
· 7 years ago
70e1ee5
hw/pci: introduce bridge-only vendor-specific capability to provide some hints to firmware
by Aleksandr Bezzubikov
· 7 years ago
f8cd1b0
pci: Convert to realize
by Mao Zhongyi
· 7 years ago
9a7c2a5
pci: Make errp the last parameter of pci_add_capability()
by Mao Zhongyi
· 7 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
9cfaa00
change type of pci_bridge_initfn() to void
by Cao jin
· 9 years ago
97d5408
pci: Clean up includes
by Peter Maydell
· 9 years ago
9f6b2f1
pci_bridge: manually destroy memory regions within PCIBridgeWindows
by Paolo Bonzini
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 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
81e3e75
pci: do not export pci_bus_reset
by Paolo Bonzini
· 11 years ago
cf252e5
pci: fix address space size for bridge
by Michael S. Tsirkin
· 11 years ago
02a5c4c
qdev: Drop misleading qdev_free() function
by Stefan Hajnoczi
· 11 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 11 years ago
f055e96
pci-bridge: Turn PCIBridge into abstract QOM type
by Andreas Färber
· 11 years ago
e9acb8c
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
e78e9ae
pci-bridge: update mappings for migration/restore
by Don Koch
· 11 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
60a0e44
pci: Allow PCI bus creation interfaces to specify the type of bus
by Alex Williamson
· 12 years ago
659fefe
pci_bridge: Use a default map_irq function
by Alex Williamson
· 12 years ago
ba7d851
pci: Teach PCI Bridges about VGA routing
by Alex Williamson
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
06aac7b
pci: rename pci_internals.h pci_bus.h
by Michael S. Tsirkin
· 12 years ago
c759b24
pci: fix path for local includes
by Michael S. Tsirkin
· 12 years ago
315a135
pci: move pci core code to hw/pci
by Michael S. Tsirkin
· 12 years ago
[Renamed from hw/pci_bridge.c]
b308c82
pci: avoid destroying bridge address space windows in a transaction
by Avi Kivity
· 12 years ago
5e59b02
Merge branch pci into master
by Michael S. Tsirkin
· 12 years ago
f90c2bc
pci: convert PCIUnregisterFunc to void
by Alex Williamson
· 12 years ago
8aca521
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
by Anthony Liguori
· 13 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
cbd2d43
msi: Invoke msi/msix_reset from PCI core
by Jan Kiszka
· 13 years ago
cd7898f
pci_bridge: upper 32 bit are long registers
by Michael S. Tsirkin
· 13 years ago
8a3d80f
pci_bridge: user-friendly default bus name
by Michael S. Tsirkin
· 13 years ago
95be119
pci_bridge: fix status: do not override cap bit
by Michael S. Tsirkin
· 13 years ago
40021f0
pci: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
52ce6f0
pci_bridge: fix typo
by Blue Swirl
· 13 years ago
336411c
pci_bridge: simplify memory regions some more
by Michael S. Tsirkin
· 13 years ago
7df32ca
pci: implement bridge filtering
by Michael S. Tsirkin
· 13 years ago
778d179
pci_bridge: use parent bus's address space
by Wen Congyang
· 13 years ago
a5fce07
pci bridge: implement secondary bus reset
by Isaku Yamahata
· 14 years ago
5afb986
Introduce range.h
by Blue Swirl
· 14 years ago
0208def
pci/bridge: fix pci_bridge_reset()
by Isaku Yamahata
· 14 years ago
f4c817e
pci bridge: add helper function for ssvid capability.
by Isaku Yamahata
· 14 years ago
68f7999
pci_bridge: introduce pci bridge library.
by Isaku Yamahata
· 14 years ago
51a9233
pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()
by Isaku Yamahata
· 14 years ago
7e98e3a
pci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.
by Isaku Yamahata
· 14 years ago
783753f
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
by Isaku Yamahata
· 14 years ago