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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: add pci_address_space()
Avi Kivity
2011-08-22
1
-0
/
+1
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-2
/
+2
*
pci: fold BAR mapping function into its caller
Avi Kivity
2011-08-08
1
-1
/
+0
*
pci: remove pci_register_bar()
Avi Kivity
2011-08-08
1
-3
/
+0
*
pci: convert pci rom to memory API
Avi Kivity
2011-08-08
1
-1
/
+2
*
pci: remove pci_register_bar_simple()
Avi Kivity
2011-08-08
1
-3
/
+0
*
msix: convert to memory API
Avi Kivity
2011-08-08
1
-1
/
+1
*
pci: allow I/O BARs to be registered with pci_register_bar_region()
Avi Kivity
2011-08-08
1
-0
/
+1
*
pci: pass I/O address space to new PCI bus
Avi Kivity
2011-08-08
1
-3
/
+7
*
pci: add API to get a BAR's mapped address
Avi Kivity
2011-08-08
1
-0
/
+1
*
pci: add MemoryRegion based BAR management API
Avi Kivity
2011-07-29
1
-0
/
+3
*
pci: pass address space to pci bus when created
Avi Kivity
2011-07-29
1
-3
/
+9
*
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-15
1
-1
/
+1
|
\
|
*
Fix typo in code and comments
Stefan Weil
2011-05-06
1
-1
/
+1
*
|
pci: move ids of config space into PCIDeviceInfo
Isaku Yamahata
2011-06-12
1
-0
/
+7
|
/
*
pci: add pci_register_bar_simple() API
Avi Kivity
2011-04-07
1
-0
/
+3
*
pci: add accessor function to get irq levels
Isaku Yamahata
2011-04-01
1
-0
/
+1
*
pci: use uint8_t for devfn_min
Isaku Yamahata
2011-03-28
1
-3
/
+3
*
pci: use devfn for pci_find_device() instead of (slot, fn) pair
Isaku Yamahata
2011-03-28
1
-1
/
+1
*
pci: replace the magic, 256, for the maximum of devfn
Isaku Yamahata
2011-03-28
1
-0
/
+1
*
pci: add creation functions that may fail
Blue Swirl
2011-02-12
1
-0
/
+4
*
pci: deassert intx on reset.
Isaku Yamahata
2011-01-20
1
-0
/
+2
*
pci: allow devices being tagged as not hotpluggable.
Gerd Hoffmann
2011-01-10
1
-0
/
+3
*
pci: introduce a helper function to convert qdev id to PCIDevice
Isaku Yamahata
2010-12-24
1
-0
/
+1
*
pcie: add flr support
Isaku Yamahata
2010-12-22
1
-0
/
+1
*
pci: add ich9 pci id
Alexander Graf
2010-12-17
1
-0
/
+1
*
pci: untangle pci/msi dependency
Michael S. Tsirkin
2010-12-09
1
-3
/
+0
*
pci: make command SERR bit writable
Isaku Yamahata
2010-12-09
1
-0
/
+4
*
pci: use qdev reset framework for pci bus reset
Isaku Yamahata
2010-11-22
1
-0
/
+1
*
pci: allow hotplug removal of cold-plugged devices
Michael S. Tsirkin
2010-11-16
1
-1
/
+9
*
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
2010-10-27
1
-11
/
+94
|
\
|
*
pcie: helper functions for pcie capability and extended capability
Isaku Yamahata
2010-10-19
1
-0
/
+5
|
*
msi: implements msi
Isaku Yamahata
2010-10-19
1
-3
/
+7
|
*
pci: introduce helper function to handle msi-x and msi.
Isaku Yamahata
2010-10-19
1
-0
/
+3
|
*
pci: introduce helper functions to test-and-{clear, set} mask in configuratio...
Isaku Yamahata
2010-10-19
1
-0
/
+70
|
*
pci: implement RW1C register framework.
Isaku Yamahata
2010-09-20
1
-0
/
+3
|
*
pci: improve signature of 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
-0
/
+2
|
*
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
Isaku Yamahata
2010-09-07
1
-3
/
+2
|
*
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
Isaku Yamahata
2010-07-22
1
-4
/
+1
*
|
Introduce range.h
Blue Swirl
2010-09-18
1
-29
/
+0
|
/
*
pci_bridge: make pci bridge aware of pci multi function bit.
Isaku Yamahata
2010-07-11
1
-1
/
+2
*
pci: introduce multifunction property.
Isaku Yamahata
2010-07-11
1
-0
/
+9
*
pci: remove PCIDeviceInfo::header_type
Isaku Yamahata
2010-07-11
1
-2
/
+6
*
pci: insert assert that auto-assigned-address function is single function dev...
Isaku Yamahata
2010-07-11
1
-0
/
+1
*
pci-hotplug: make them aware of pci domain.
Isaku Yamahata
2010-05-31
1
-0
/
+1
*
pci.h: remove unused constants.
Isaku Yamahata
2010-05-31
1
-11
/
+0
*
pci: add const to pci_is_express(), pci_config_size().
Isaku Yamahata
2010-05-31
1
-2
/
+2
*
pci hotplug: add argument to pci hot plug callback.
Isaku Yamahata
2010-05-15
1
-2
/
+2
*
pci: add API to add capability at a known offset
Michael S. Tsirkin
2010-04-11
1
-0
/
+2
[next]