sim-card
/
qemu
Archived
10
0
Fork 0

pci: remove some unnecessary comment in pci.h

This patch removes some comment which should go into commit log
in pci.h.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Isaku Yamahata 2009-11-12 14:58:40 +09:00 committed by Michael S. Tsirkin
parent 3e21ffc954
commit 3c217c14f5
1 changed files with 2 additions and 9 deletions

View File

@ -382,17 +382,10 @@ typedef struct {
PCIConfigWriteFunc *config_write;
/* pci config header type */
uint8_t header_type; /* this is necessary for initialization
* code to know its header type before
* device specific code can initialize
* configuration space.
*/
uint8_t header_type;
/* pcie stuff */
int is_express; /* is this device pci express?
* initialization code needs to know this before
* each specific device initialization.
*/
int is_express; /* is this device pci express? */
} PCIDeviceInfo;
void pci_qdev_register(PCIDeviceInfo *info);