Sign in
qemu
/
qemu
/
a54d41a8b985cc7ff9d4bc52e6ca20a09216b394
/
hw
/
pci.c
6f3279b
pci: use uint8_t for devfn_min
by Isaku Yamahata
· 14 years ago
6ff534b
pci: use PCI_DEVFN in pci_get_bus_devfn()
by Isaku Yamahata
· 14 years ago
5256d8b
pci: use devfn for pci_find_device() instead of (slot, fn) pair
by Isaku Yamahata
· 14 years ago
386bbf4
pci: Fix memory leak
by Stefan Weil
· 14 years ago
7cc050b
pci: add creation functions that may fail
by Blue Swirl
· 14 years ago
4c90051
pci: typo in pcibus_get_dev_path()
by Isaku Yamahata
· 14 years ago
bb34007
pci: bridge control fixup
by Michael S. Tsirkin
· 14 years ago
be7052c
pci: memory leak of PCIDevice::rom_file
by Isaku Yamahata
· 14 years ago
e10990c
pci: use qemu_malloc() in pcibus_get_dev_path()
by Isaku Yamahata
· 14 years ago
4c92325
pci: deassert intx on reset.
by Isaku Yamahata
· 14 years ago
2991181
pci: fix device paths
by Michael S. Tsirkin
· 14 years ago
180c22e
pci: allow devices being tagged as not hotpluggable.
by Gerd Hoffmann
· 14 years ago
a6a7005
pci: fix migration path for devices behind bridges
by Michael S. Tsirkin
· 14 years ago
f3006dd
pci: introduce a helper function to convert qdev id to PCIDevice
by Isaku Yamahata
· 14 years ago
0ead87c
pcie: add flr support
by Isaku Yamahata
· 14 years ago
af0669f
pci: don't use bus number in migration, stub out
by Michael S. Tsirkin
· 14 years ago
b254b0d
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
2e55e84
Add bootindex for option roms.
by Gleb Natapov
· 14 years ago
5e0259e
Add get_fw_dev_path callback for pci bus.
by Gleb Natapov
· 14 years ago
4a9dd66
pci: untangle pci/msi dependency
by Michael S. Tsirkin
· 14 years ago
b1aeb92
pci: make command SERR bit writable
by Isaku Yamahata
· 14 years ago
929176c
pci: fix bus walk under secondary bus reset
by Michael S. Tsirkin
· 14 years ago
9bb3358
pci: use qdev reset framework for pci bus reset
by Isaku Yamahata
· 14 years ago
ab85ceb
pci: Automatically patch PCI vendor id and device id in PCI ROM
by Stefan Weil
· 14 years ago
f6bdfcc
pci: fix bridge control bit wmask
by Michael S. Tsirkin
· 14 years ago
89d437d
pci: add W1C bits to pci status register
by Isaku Yamahata
· 14 years ago
e927d48
pci: allow hotplug removal of cold-plugged devices
by Michael S. Tsirkin
· 14 years ago
7f5feab
PCI: Bus number from the bridge, not the device
by Alex Williamson
· 14 years ago
b907b69
Merge branch 'pci' into for_anthony
by Michael S. Tsirkin
· 14 years ago
f9aebe2
pci: improve w1c mask handling
by Michael S. Tsirkin
· 14 years ago
99443c2
pci: use pci_word_test_and_clear_mask() in pci_device_reset()
by Isaku Yamahata
· 14 years ago
a5d1fd2
pci: introduce helper function to handle msi-x and msi.
by Isaku Yamahata
· 14 years ago
1a4f597
pci: make pci_del_capability() update for w1cmask
by Isaku Yamahata
· 14 years ago
b0cd712
Fix spelling in comments
by Stefan Weil
· 15 years ago
92ba5f5
pci: implement RW1C register framework.
by Isaku Yamahata
· 14 years ago
bf1b007
Introduce range.h
by Blue Swirl
· 14 years ago
0bb750e
pci: improve signature of pci_register_bar().
by Isaku Yamahata
· 14 years ago
2bbb9c2
pci: don't ignore invalid parameter for pci_register_bar().
by Isaku Yamahata
· 14 years ago
5a9ff38
pci: sorting out type confusion in pci_register_bar().
by Isaku Yamahata
· 14 years ago
43c945f
pci: make pci_parse_devfn() aware of func.
by Isaku Yamahata
· 14 years ago
5beb8ad
pci: call hotplug callback even when not hotplug case for later use.
by Isaku Yamahata
· 14 years ago
ca77089
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
by Isaku Yamahata
· 14 years ago
783753f
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
by Isaku Yamahata
· 15 years ago
cfb0a50
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
by Isaku Yamahata
· 15 years ago
eb0557d
pci: fix bridge update
by Michael S. Tsirkin
· 15 years ago
a213ff6
pci hotplug: make pci hotplug return value to caller
by Isaku Yamahata
· 15 years ago
71ebd6d
pci: fix pci_device_reset
by Isaku Yamahata
· 15 years ago
6eab3de
pci: set PCI multi-function bit appropriately.
by Isaku Yamahata
· 15 years ago
7c7b829
pci_bridge: make pci bridge aware of pci multi function bit.
by Isaku Yamahata
· 15 years ago
4982386
pci: introduce multifunction property.
by Isaku Yamahata
· 15 years ago
e327e32
pci: remove PCIDeviceInfo::header_type
by Isaku Yamahata
· 15 years ago
6fa8491
pci: insert assert that auto-assigned-address function is single function device.
by Isaku Yamahata
· 15 years ago
230741d
pci: Free the space allocated for the option rom on removal
by Alex Williamson
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
4f43c1f
pci: Implement BusInfo.get_dev_path()
by Alex Williamson
· 15 years ago
1bb6504
qdev: Revert the hack to let -net nic and pci_add set qdev ID
by Markus Armbruster
· 15 years ago
3709c1b
Clarify error message when a PCI slot is already in use (v2)
by Daniel P. Berrange
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
e075e78
pci-hotplug: make them aware of pci domain.
by Isaku Yamahata
· 15 years ago
5e434f4
pci: clean up of pci_set_default_subsystem_id().
by Isaku Yamahata
· 15 years ago
f7ce728
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 15 years ago
87c3054
pci hotplug: add argument to pci hot plug callback.
by Isaku Yamahata
· 15 years ago
c3f8f61
pci: irq_state vmstate breakage
by Michael S. Tsirkin
· 15 years ago
925fe64
pci: cleanly backout of pci_qdev_init()
by Alex Williamson
· 15 years ago
470e636
pci: fix pci_find_bus().
by Isaku Yamahata
· 15 years ago
1db5a3a
pci: add API to add capability at a known offset
by Michael S. Tsirkin
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
b5937f2
pci: fix info pci with host bridge.
by Isaku Yamahata
· 15 years ago
8fd5cf4
pci: fix pci_find_bus()
by Isaku Yamahata
· 15 years ago
525e051
PCI: show also host bridge data in "info pci" output
by Blue Swirl
· 15 years ago
c021f8e
PCI: fix multiple bridge problems
by Blue Swirl
· 15 years ago
776e1bb
PCI: fix bridge configuration
by Blue Swirl
· 15 years ago
d5e4acf
PCI: do_pci_info(): PCI bridge devices support
by Luiz Capitulino
· 15 years ago
163c8a5
PCI: Convert pci_info() to QObject
by Luiz Capitulino
· 15 years ago
88169dd
pci: allow loading roms via fw_cfg.
by Gerd Hoffmann
· 15 years ago
ea3fdd5
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 15 years ago
cf61680
PCI: Fix bus address conversion
by Blue Swirl
· 15 years ago
c71b5b4
PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a
by Blue Swirl
· 15 years ago
2e01c8c
PCI: make pci_mem_base private
by Blue Swirl
· 15 years ago
3d09c49
pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
by Isaku Yamahata
· 15 years ago
b8ba417
pci: remove PCIBus::config_reg.
by Isaku Yamahata
· 15 years ago
a7b15a5
Revert "Revert "pci: interrupt disable bit support""
by Michael S. Tsirkin
· 15 years ago
8c52c8f
pci romfiles: add property, add default to PCIDeviceInfo
by Gerd Hoffmann
· 15 years ago
c2039bd
Support PCI based option rom loading
by Anthony Liguori
· 15 years ago
d587e07
Revert "pci: interrupt disable bit support"
by Anthony Liguori
· 15 years ago
09e3acc
pci: don't hw_error() when no slot is available.
by Gerd Hoffmann
· 15 years ago
b6981cb
pci: interrupt disable bit support
by Michael S. Tsirkin
· 15 years ago
f9bf77d
pci: interrupt status bit implementation
by Michael S. Tsirkin
· 15 years ago
d036bb2
pci: prepare irq code for interrupt state
by Michael S. Tsirkin
· 15 years ago
5084bca
pci: vmstate_register() already assign consecutive numbers starting at 0
by Juan Quintela
· 15 years ago
d631873
pci: move apb specific stuff to apb_pci.c
by Michael S. Tsirkin
· 15 years ago
88a9556
pci: convert goto into scope in bridge_filter
by Michael S. Tsirkin
· 15 years ago
d46636b
pci: pci bridge related clean up.
by Isaku Yamahata
· 15 years ago
10c9c32
pci: fix pci_config_get_io_base().
by Isaku Yamahata
· 15 years ago
b47b070
pci: remove magic number, 256 in pci.c
by Isaku Yamahata
· 15 years ago
876a350
pci: split up up pci_update mappings
by Michael S. Tsirkin
· 15 years ago
ec50344
pci: clean up of pci_update_mappings()
by Isaku Yamahata
· 15 years ago
3e21ffc
pci: clean up of pci_init_wmask().
by Isaku Yamahata
· 15 years ago
c34369d
pci: kill unnecessary included in pci.c
by Isaku Yamahata
· 15 years ago
Next »