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: fix pci_find_bus().
Isaku Yamahata
2010-04-20
1
-9
/
+16
*
pci: add API to add capability at a known offset
Michael S. Tsirkin
2010-04-11
1
-4
/
+13
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-7
/
+7
*
pci: fix info pci with host bridge.
Isaku Yamahata
2010-02-13
1
-3
/
+3
*
pci: fix pci_find_bus()
Isaku Yamahata
2010-02-08
1
-1
/
+1
*
PCI: show also host bridge data in "info pci" output
Blue Swirl
2010-02-06
1
-1
/
+1
*
PCI: fix multiple bridge problems
Blue Swirl
2010-02-06
1
-11
/
+17
*
PCI: fix bridge configuration
Blue Swirl
2010-01-26
1
-0
/
+1
*
PCI: do_pci_info(): PCI bridge devices support
Luiz Capitulino
2010-01-26
1
-3
/
+20
*
PCI: Convert pci_info() to QObject
Luiz Capitulino
2010-01-26
1
-74
/
+296
*
pci: allow loading roms via fw_cfg.
Gerd Hoffmann
2010-01-11
1
-0
/
+15
*
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
2010-01-06
1
-4
/
+28
|
\
|
*
pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
Isaku Yamahata
2009-12-23
1
-1
/
+1
|
*
pci: remove PCIBus::config_reg.
Isaku Yamahata
2009-12-23
1
-1
/
+0
|
*
Revert "Revert "pci: interrupt disable bit support""
Michael S. Tsirkin
2009-12-23
1
-2
/
+27
*
|
PCI: Fix bus address conversion
Blue Swirl
2009-12-27
1
-1
/
+6
*
|
PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a
Blue Swirl
2009-12-25
1
-5
/
+3
*
|
PCI: make pci_mem_base private
Blue Swirl
2009-12-25
1
-9
/
+19
|
/
*
pci romfiles: add property, add default to PCIDeviceInfo
Gerd Hoffmann
2009-12-18
1
-3
/
+21
*
Support PCI based option rom loading
Anthony Liguori
2009-12-18
1
-0
/
+35
*
Revert "pci: interrupt disable bit support"
Anthony Liguori
2009-12-18
1
-27
/
+2
*
pci: don't hw_error() when no slot is available.
Gerd Hoffmann
2009-12-12
1
-2
/
+9
*
pci: interrupt disable bit support
Michael S. Tsirkin
2009-12-07
1
-2
/
+27
*
pci: interrupt status bit implementation
Michael S. Tsirkin
2009-12-07
1
-1
/
+25
*
pci: prepare irq code for interrupt state
Michael S. Tsirkin
2009-12-07
1
-16
/
+73
*
pci: vmstate_register() already assign consecutive numbers starting at 0
Juan Quintela
2009-12-03
1
-3
/
+1
*
pci: move apb specific stuff to apb_pci.c
Michael S. Tsirkin
2009-12-02
1
-20
/
+6
*
pci: convert goto into scope in bridge_filter
Michael S. Tsirkin
2009-12-01
1
-6
/
+7
*
pci: pci bridge related clean up.
Isaku Yamahata
2009-12-01
1
-7
/
+11
*
pci: fix pci_config_get_io_base().
Isaku Yamahata
2009-12-01
1
-1
/
+1
*
pci: remove magic number, 256 in pci.c
Isaku Yamahata
2009-12-01
1
-2
/
+3
*
pci: split up up pci_update mappings
Michael S. Tsirkin
2009-12-01
1
-57
/
+68
*
pci: clean up of pci_update_mappings()
Isaku Yamahata
2009-12-01
1
-1
/
+1
*
pci: clean up of pci_init_wmask().
Isaku Yamahata
2009-12-01
1
-3
/
+3
*
pci: kill unnecessary included in pci.c
Isaku Yamahata
2009-12-01
1
-1
/
+0
*
pci: s/pci_find_host_bus/pci_find_root_bus/g
Isaku Yamahata
2009-12-01
1
-4
/
+4
*
pci: remove pci_sub_bus() by open coding.
Isaku Yamahata
2009-12-01
1
-8
/
+4
*
pci: fix pci_info_device().
Isaku Yamahata
2009-12-01
1
-1
/
+1
*
PCI: make duplicate devfn allocation fatal
Blue Swirl
2009-11-15
1
-3
/
+3
*
pci: Fix function pci_default_write_config
Stefan Weil
2009-11-14
1
-3
/
+3
*
pci: fix the conversion of config field from array to pointer
Juan Quintela
2009-11-12
1
-2
/
+2
*
pci/monitor: print out bridge's filtering values and so on.
Isaku Yamahata
2009-11-09
1
-0
/
+25
*
pci: implement pci bridge filtering.
Isaku Yamahata
2009-11-09
1
-7
/
+148
*
pci: factor out pci_for_each_device().
Isaku Yamahata
2009-11-09
1
-7
/
+14
*
pci: cosmetic on pci_upadte_mappings()
Isaku Yamahata
2009-11-09
1
-70
/
+76
*
pci: initialize pci config headers depending it pci header type.
Isaku Yamahata
2009-11-09
1
-4
/
+38
*
pci: teach pci_default_config_write() ROM bar for normal/bridge device .
Isaku Yamahata
2009-11-09
1
-0
/
+2
*
pci: use range helper functions.
Isaku Yamahata
2009-11-09
1
-6
/
+2
*
pci: pcie host and mmcfg support.
Isaku Yamahata
2009-11-09
1
-14
/
+72
*
pci: move pci host stuff from pci.c to pci_host.c
Isaku Yamahata
2009-11-09
1
-67
/
+0
[next]