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_host.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-22
pci_host: Turn into SysBus-derived QOM type
Andreas Färber
1
-0
/
+12
2012-04-15
pci: fix corrupted pci conf index register by unaligned write
Avi Kivity
1
-0
/
+3
2011-09-04
pci_host: convert conf index and data ports to memory API
Avi Kivity
1
-48
/
+38
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
1
-38
/
+48
2011-08-24
pci_host: convert conf index and data ports to memory API
Avi Kivity
1
-48
/
+38
2011-07-27
pci: Common overflow prevention
Jan Kiszka
1
-4
/
+20
2011-03-28
pci: use devfn for pci_find_device() instead of (slot, fn) pair
Isaku Yamahata
1
-1
/
+1
2010-12-11
Add get_fw_dev_path callback for system bus.
Gleb Natapov
1
-0
/
+2
2010-12-11
pci-host: Delegate bswap to mmio layer
Alexander Graf
1
-85
/
+20
2010-12-11
Make simple io mem handler endian aware
Alexander Graf
1
-4
/
+8
2010-03-23
pci_host: fix breakage
Aurelien Jarno
1
-5
/
+5
2010-03-21
Compile pci_host only once
Blue Swirl
1
-30
/
+51
2010-03-07
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2010-02-14
pci_host: rewrite using rwhandler
Michael S. Tsirkin
1
-102
/
+70
2010-01-10
PCI: Fix a typo
Blue Swirl
1
-1
/
+1
2009-12-01
pci_host: remove unnecessary & 0xff.
Isaku Yamahata
1
-2
/
+3
2009-12-01
pci: shorten pci_host_{conf, data}_register_xxx function a bit.
Isaku Yamahata
1
-4
/
+4
2009-12-01
pci: rename (pci_/pcie_mmcfg_)addr_to_dev
Isaku Yamahata
1
-3
/
+3
2009-12-01
pci: remove pci_addr_to_config() by open code
Isaku Yamahata
1
-7
/
+2
2009-12-01
pci: simplify (pci_/pcie_mmcfg_)data_read()
Michael S. Tsirkin
1
-16
/
+6
2009-11-09
pci_host: change the signature of pci_data_{read, write}.
Isaku Yamahata
1
-4
/
+2
2009-11-09
pci: move pci host stuff from pci.c to pci_host.c
Isaku Yamahata
1
-0
/
+63
2009-11-09
pci_host: consolidate pci config address access.
Isaku Yamahata
1
-0
/
+108
2009-11-09
pci_host.h: move functions in pci_host.h into .c file.
Isaku Yamahata
1
-0
/
+75