Sign in
qemu
/
qemu
/
aa1b35b975d83a1ee3b5d1a1ae200a59ca44f8d2
/
hw
/
pci
/
pci.c
03fee66
vmstate: constify VMStateField
by Marc-André Lureau
· 6 years ago
18613dc
qmp, hmp: make subsystem/system-vendor identities optional
by Denis V. Lunev
· 6 years ago
5383a70
qmp, hmp: add PCI subsystem id and vendor id to PCI info
by Denis V. Lunev
· 6 years ago
ed627b2
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
1d0cad5
hw/pci: remove obsolete PCIDevice->init()
by Philippe Mathieu-Daudé
· 7 years ago
52310c3
net: allow using any PCI NICs in -net or -nic
by Paolo Bonzini
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
b734ed9
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
d61a363
pci: removed the is_express field since a uniform interface was inserted
by Yoni Bettan
· 7 years ago
0151abe
hw/pci*: Replace fprintf(stderr, "*\n" with error_report()
by Alistair Francis
· 7 years ago
e492dc5
pci: Eliminate pci_find_primary_bus()
by David Gibson
· 7 years ago
fd56e06
pci: Eliminate redundant PCIDevice::bus pointer
by David Gibson
· 7 years ago
1115ff6
pci: Rename root bus initialization functions for clarity
by David Gibson
· 7 years ago
d06bce9
pci: Initialize pci_dev->name before use
by Alexey Kardashevskiy
· 7 years ago
2fefa16
pci: Validate interfaces on base_class_init
by Eduardo Habkost
· 7 years ago
619f02a
pci: conventional-pci-device and pci-express-device interfaces
by Eduardo Habkost
· 7 years ago
f85504b
net: Add SunGEM device emulation as found on Apple UniNorth
by Benjamin Herrenschmidt
· 8 years ago
8b88498
pci: add reserved slot check to do_pci_register_device()
by Mark Cave-Ayland
· 8 years ago
9b717a3
pci: move check for existing devfn into new pci_bus_devfn_available() helper
by Mark Cave-Ayland
· 8 years ago
88c725c
kvm: remove hard dependency on pci
by Cornelia Huck
· 8 years ago
fefa925
hw/pci/pci.c: Use memory_region_init_rom()
by Peter Maydell
· 8 years ago
b59821a
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
by Peter Maydell
· 8 years ago
2784127
pci: Replace pci_add_capability2() with pci_add_capability()
by Mao Zhongyi
· 8 years ago
9a7c2a5
pci: Make errp the last parameter of pci_add_capability()
by Mao Zhongyi
· 8 years ago
eacbc63
pci: Add comment for pci_add_capability2()
by Mao Zhongyi
· 8 years ago
673b0d7
pci: Clean up error checking in pci_add_capability()
by Mao Zhongyi
· 8 years ago
d2164ad
vmstate: error hint for failed equal checks
by Halil Pasic
· 8 years ago
3936161
pci: deassert intx when pci device unrealize
by Herongguang (Stephen)
· 8 years ago
193982c
pci: Only unmap bus_master_enabled_region if was added previously
by Alexey Kardashevskiy
· 8 years ago
c53598e
pci: Add missing drop of bus master AS reference
by Alexey Kardashevskiy
· 8 years ago
f03d8ea
hw/pcie: fix Extended Configuration Space for devices with no Extended Capabilities
by Marcel Apfelbaum
· 8 years ago
3716d59
pci: introduce a bus master container
by Jason Wang
· 8 years ago
a8eeafd
spapr/pci: populate PCI DT in reverse order
by Greg Kurz
· 8 years ago
ec42813
pci: mark ROMs read-only
by Michael S. Tsirkin
· 8 years ago
20daa90
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
by Dr. David Alan Gilbert
· 8 years ago
2c21ee7
migration: extend VMStateInfo
by Jianjun Duan
· 8 years ago
a023b7a
hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initialize
by Alex Kompel
· 8 years ago
d93ddfb
pci: fix error message for express slots
by Michael S. Tsirkin
· 8 years ago
6b44954
pcie: fix link active status bit migration
by Michael S. Tsirkin
· 9 years ago
e1d4fb2
kvm-irqchip: x86: add msi route notify fn
by Peter Xu
· 9 years ago
a0efbf1
range: Eliminate direct Range member access
by Markus Armbruster
· 9 years ago
5178ecd
pci_register_bar: cleanup
by Cao jin
· 9 years ago
b86eacb
hw/pci: delay bus_master_enable_region initialization
by Marcel Apfelbaum
· 9 years ago
97fe42f
pci core: assert ENOSPC when add capability
by Cao jin
· 9 years ago
4a94b3a
pci: fix pci_requester_id()
by Peter Xu
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
9ae91bc
pci core: function pci_bus_init() cleanup
by Cao jin
· 9 years ago
3dbc01a
pci core: function pci_host_bus_register() cleanup
by Cao jin
· 9 years ago
0144f6f
hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie devices
by Marcel Apfelbaum
· 9 years ago
97d5408
pci: Clean up includes
by Peter Maydell
· 9 years ago
3f1e147
enable multi-function hot-add
by Cao jin
· 9 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 9 years ago
0f288f8
hw/pci: fix pci_update_mappings() trace events
by Laszlo Ersek
· 10 years ago
5af2ae2
pci: Fix pci_device_iommu_address_space() bus propagation
by Benjamin Herrenschmidt
· 10 years ago
9bff5d8
hw/pci: Use pow2ceil() rather than hand-calculation
by Peter Maydell
· 10 years ago
e402463
pci: allow 0 address for PCI IO/MEM regions
by Laurent Vivier
· 10 years ago
9a2a662
pci_add_capability: remove duplicate comments
by Chen Hanxiao
· 10 years ago
7c59364
Print error when failing to load PCI config data
by Dr. David Alan Gilbert
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
a94f0c5
virtio-vga: add '-vga virtio' support
by Gerd Hoffmann
· 10 years ago
d6688ba
Merge remote-tracking branch 'remotes/mst/tags/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
cb2ed8b
hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query
by Marcel Apfelbaum
· 10 years ago
09e5b81
hw/pci: extend PCI config access to support devices behind 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
0403b0f
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
9fa02cd
qapi: Drop inline nested structs in query-pci
by Eric Blake
· 10 years ago
51f7cb9
pci: Merge pci_nic_init() into pci_nic_init_nofail()
by Thomas Huth
· 10 years ago
4d0ecde
pci: Fix crash with illegal "-net nic, model=xxx" option
by Thomas Huth
· 10 years ago
558ecef
pci: Convert pci_nic_init() to Error to avoid qdev_init()
by Markus Armbruster
· 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
133e9b2
pci: Convert core to realize
by Markus Armbruster
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
8118f09
migration: Append JSON description of migration stream
by Alexander Graf
· 10 years ago
7828d75
Add some trace calls to pci.c.
by Don Koch
· 10 years ago
db80c7b
hw/pci: fixed hotplug crash when using rombar=0 with devices having romfile
by Marcel Apfelbaum
· 10 years ago
178e785
hw/pci: fixed error flow in pci_qdev_init
by Marcel Apfelbaum
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
d7efb7e
pci: avoid losing config updates to MSI/MSIX cap regs
by Knut Omang
· 11 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
efc8188
pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()
by Le Tan
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
b645000
pci: move dereferencing of root only after verifying valid root pointer
by Saravanakumar
· 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
58b5901
pci: Fix clearing IRQs on reset
by Cole Robinson
· 11 years ago
d2f69df
pci: Move VMState registration/unregistration to QOM realize/unrealize
by Bandan Das
· 11 years ago
5e95494
hw/pci: switch to a generic hotplug handling for PCIDevice
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
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
5c39724
pci: unregister vmstate_pcibus on unplug
by Bandan Das
· 11 years ago
Next »