index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-06
PCI: show also host bridge data in "info pci" output
Blue Swirl
1
-1
/
+1
2010-02-06
PCI: fix multiple bridge problems
Blue Swirl
1
-11
/
+17
2010-01-26
PCI: fix bridge configuration
Blue Swirl
1
-0
/
+1
2010-01-26
PCI: do_pci_info(): PCI bridge devices support
Luiz Capitulino
1
-3
/
+20
2010-01-26
PCI: Convert pci_info() to QObject
Luiz Capitulino
1
-74
/
+296
2010-01-11
pci: allow loading roms via fw_cfg.
Gerd Hoffmann
1
-0
/
+15
2010-01-06
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
1
-4
/
+28
2009-12-27
PCI: Fix bus address conversion
Blue Swirl
1
-1
/
+6
2009-12-25
PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a
Blue Swirl
1
-5
/
+3
2009-12-25
PCI: make pci_mem_base private
Blue Swirl
1
-9
/
+19
2009-12-23
pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
Isaku Yamahata
1
-1
/
+1
2009-12-23
pci: remove PCIBus::config_reg.
Isaku Yamahata
1
-1
/
+0
2009-12-23
Revert "Revert "pci: interrupt disable bit support""
Michael S. Tsirkin
1
-2
/
+27
2009-12-18
pci romfiles: add property, add default to PCIDeviceInfo
Gerd Hoffmann
1
-3
/
+21
2009-12-18
Support PCI based option rom loading
Anthony Liguori
1
-0
/
+35
2009-12-18
Revert "pci: interrupt disable bit support"
Anthony Liguori
1
-27
/
+2
2009-12-12
pci: don't hw_error() when no slot is available.
Gerd Hoffmann
1
-2
/
+9
2009-12-07
pci: interrupt disable bit support
Michael S. Tsirkin
1
-2
/
+27
2009-12-07
pci: interrupt status bit implementation
Michael S. Tsirkin
1
-1
/
+25
2009-12-07
pci: prepare irq code for interrupt state
Michael S. Tsirkin
1
-16
/
+73
2009-12-03
pci: vmstate_register() already assign consecutive numbers starting at 0
Juan Quintela
1
-3
/
+1
2009-12-02
pci: move apb specific stuff to apb_pci.c
Michael S. Tsirkin
1
-20
/
+6
2009-12-01
pci: convert goto into scope in bridge_filter
Michael S. Tsirkin
1
-6
/
+7
2009-12-01
pci: pci bridge related clean up.
Isaku Yamahata
1
-7
/
+11
2009-12-01
pci: fix pci_config_get_io_base().
Isaku Yamahata
1
-1
/
+1
2009-12-01
pci: remove magic number, 256 in pci.c
Isaku Yamahata
1
-2
/
+3
2009-12-01
pci: split up up pci_update mappings
Michael S. Tsirkin
1
-57
/
+68
2009-12-01
pci: clean up of pci_update_mappings()
Isaku Yamahata
1
-1
/
+1
2009-12-01
pci: clean up of pci_init_wmask().
Isaku Yamahata
1
-3
/
+3
2009-12-01
pci: kill unnecessary included in pci.c
Isaku Yamahata
1
-1
/
+0
2009-12-01
pci: s/pci_find_host_bus/pci_find_root_bus/g
Isaku Yamahata
1
-4
/
+4
2009-12-01
pci: remove pci_sub_bus() by open coding.
Isaku Yamahata
1
-8
/
+4
2009-12-01
pci: fix pci_info_device().
Isaku Yamahata
1
-1
/
+1
2009-11-15
PCI: make duplicate devfn allocation fatal
Blue Swirl
1
-3
/
+3
2009-11-14
pci: Fix function pci_default_write_config
Stefan Weil
1
-3
/
+3
2009-11-12
pci: fix the conversion of config field from array to pointer
Juan Quintela
1
-2
/
+2
2009-11-09
pci/monitor: print out bridge's filtering values and so on.
Isaku Yamahata
1
-0
/
+25
2009-11-09
pci: implement pci bridge filtering.
Isaku Yamahata
1
-7
/
+148
2009-11-09
pci: factor out pci_for_each_device().
Isaku Yamahata
1
-7
/
+14
2009-11-09
pci: cosmetic on pci_upadte_mappings()
Isaku Yamahata
1
-70
/
+76
2009-11-09
pci: initialize pci config headers depending it pci header type.
Isaku Yamahata
1
-4
/
+38
2009-11-09
pci: teach pci_default_config_write() ROM bar for normal/bridge device .
Isaku Yamahata
1
-0
/
+2
2009-11-09
pci: use range helper functions.
Isaku Yamahata
1
-6
/
+2
2009-11-09
pci: pcie host and mmcfg support.
Isaku Yamahata
1
-14
/
+72
2009-11-09
pci: move pci host stuff from pci.c to pci_host.c
Isaku Yamahata
1
-67
/
+0
2009-11-09
pci: factor out the conversion logic from io port address into pci device.
Isaku Yamahata
1
-14
/
+18
2009-11-09
pci: make pci configuration transaction more accurate.
Isaku Yamahata
1
-31
/
+101
2009-11-09
pci: remove bus_num member from struct PCIBus.
Isaku Yamahata
1
-11
/
+10
2009-11-09
pci: 64bit bar support.
Isaku Yamahata
1
-5
/
+30
2009-11-09
pci: typedef pcibus_t as uint64_t instead of uint32_t.
Isaku Yamahata
1
-1
/
+8
[next]