index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pci: add pci_register_bar_simple() API
Avi Kivity
2011-04-07
1
-0
/
+17
*
pci: add accessor function to get irq levels
Isaku Yamahata
2011-04-01
1
-0
/
+7
*
pci: use uint8_t for devfn_min
Isaku Yamahata
2011-03-28
1
-3
/
+3
*
pci: use PCI_DEVFN in pci_get_bus_devfn()
Isaku Yamahata
2011-03-28
1
-1
/
+1
*
pci: use devfn for pci_find_device() instead of (slot, fn) pair
Isaku Yamahata
2011-03-28
1
-2
/
+2
*
pci: Fix memory leak
Stefan Weil
2011-02-20
1
-0
/
+1
*
pci: add creation functions that may fail
Blue Swirl
2011-02-12
1
-0
/
+20
*
pci: typo in pcibus_get_dev_path()
Isaku Yamahata
2011-01-27
1
-1
/
+1
*
pci: bridge control fixup
Michael S. Tsirkin
2011-01-27
1
-1
/
+0
*
pci: memory leak of PCIDevice::rom_file
Isaku Yamahata
2011-01-24
1
-0
/
+1
*
pci: use qemu_malloc() in pcibus_get_dev_path()
Isaku Yamahata
2011-01-20
1
-1
/
+1
*
pci: deassert intx on reset.
Isaku Yamahata
2011-01-20
1
-0
/
+9
*
pci: fix device paths
Michael S. Tsirkin
2011-01-19
1
-4
/
+12
*
pci: allow devices being tagged as not hotpluggable.
Gerd Hoffmann
2011-01-10
1
-0
/
+10
*
pci: fix migration path for devices behind bridges
Michael S. Tsirkin
2010-12-27
1
-11
/
+37
*
pci: introduce a helper function to convert qdev id to PCIDevice
Isaku Yamahata
2010-12-24
1
-0
/
+35
*
pcie: add flr support
Isaku Yamahata
2010-12-22
1
-1
/
+5
*
pci: don't use bus number in migration, stub out
Michael S. Tsirkin
2010-12-19
1
-1
/
+4
*
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
2010-12-17
1
-19
/
+5
|
\
|
*
pci: untangle pci/msi dependency
Michael S. Tsirkin
2010-12-09
1
-19
/
+0
|
*
pci: make command SERR bit writable
Isaku Yamahata
2010-12-09
1
-0
/
+5
*
|
Add bootindex for option roms.
Gleb Natapov
2010-12-11
1
-1
/
+1
*
|
Add get_fw_dev_path callback for pci bus.
Gleb Natapov
2010-12-11
1
-23
/
+85
|
/
*
pci: fix bus walk under secondary bus reset
Michael S. Tsirkin
2010-11-24
1
-13
/
+24
*
pci: use qdev reset framework for pci bus reset
Isaku Yamahata
2010-11-22
1
-3
/
+21
*
pci: Automatically patch PCI vendor id and device id in PCI ROM
Stefan Weil
2010-11-22
1
-4
/
+69
*
pci: fix bridge control bit wmask
Michael S. Tsirkin
2010-11-22
1
-2
/
+24
*
pci: add W1C bits to pci status register
Isaku Yamahata
2010-11-22
1
-0
/
+16
*
pci: allow hotplug removal of cold-plugged devices
Michael S. Tsirkin
2010-11-16
1
-3
/
+7
*
PCI: Bus number from the bridge, not the device
Alex Williamson
2010-11-16
1
-2
/
+1
*
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
2010-10-27
1
-238
/
+84
|
\
|
*
pci: improve w1c mask handling
Michael S. Tsirkin
2010-10-27
1
-2
/
+4
|
*
pci: use pci_word_test_and_clear_mask() in pci_device_reset()
Isaku Yamahata
2010-10-19
1
-3
/
+2
|
*
pci: introduce helper function to handle msi-x and msi.
Isaku Yamahata
2010-10-19
1
-0
/
+19
|
*
pci: make pci_del_capability() update for w1cmask
Isaku Yamahata
2010-10-18
1
-0
/
+1
|
*
pci: implement RW1C register framework.
Isaku Yamahata
2010-09-20
1
-0
/
+5
|
*
pci: improve signature of pci_register_bar().
Isaku Yamahata
2010-09-13
1
-1
/
+1
|
*
pci: don't ignore invalid parameter for pci_register_bar().
Isaku Yamahata
2010-09-13
1
-3
/
+2
|
*
pci: sorting out type confusion in pci_register_bar().
Isaku Yamahata
2010-09-13
1
-1
/
+1
|
*
pci: make pci_parse_devfn() aware of func.
Isaku Yamahata
2010-09-07
1
-8
/
+26
|
*
pci: call hotplug callback even when not hotplug case for later use.
Isaku Yamahata
2010-09-07
1
-1
/
+2
|
*
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
Isaku Yamahata
2010-09-07
1
-15
/
+18
|
*
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
Isaku Yamahata
2010-07-22
1
-175
/
+2
|
*
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
Isaku Yamahata
2010-07-19
1
-30
/
+2
*
|
Fix spelling in comments
Stefan Weil
2010-10-05
1
-1
/
+1
*
|
Introduce range.h
Blue Swirl
2010-09-18
1
-0
/
+1
|
/
*
pci: fix bridge update
Michael S. Tsirkin
2010-07-11
1
-1
/
+3
*
pci hotplug: make pci hotplug return value to caller
Isaku Yamahata
2010-07-11
1
-4
/
+9
*
pci: fix pci_device_reset
Isaku Yamahata
2010-07-11
1
-4
/
+13
*
pci: set PCI multi-function bit appropriately.
Isaku Yamahata
2010-07-11
1
-0
/
+52
[prev]
[next]