]> Git Repo - qemu.git/commit
pci: move ids of config space into PCIDeviceInfo
authorIsaku Yamahata <[email protected]>
Wed, 25 May 2011 01:57:58 +0000 (10:57 +0900)
committerMichael S. Tsirkin <[email protected]>
Sun, 12 Jun 2011 07:33:32 +0000 (10:33 +0300)
commit113f89df42479924380cad562ab86fd2c8e2d11b
tree7b5be659c76078f169f096036193ef2b1a9eb982
parent2173a75fb714193c4df9d5ddf9d015786566b19a
pci: move ids of config space into PCIDeviceInfo

vender id/device id... in configuration space are read-only registers
which are commonly defined for all pci devices.
So move those initialization into common place.

Signed-off-by: Isaku Yamahata <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/pci.c
hw/pci.h
This page took 0.028668 seconds and 4 git commands to generate.