From 54586bd17dcb56fecdf283fa5e47dfa6389132e6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 3 Aug 2009 17:35:19 +0200 Subject: qdev/prop: convert pci.c to helper macros. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori Message-Id: --- hw/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pci.h') diff --git a/hw/pci.h b/hw/pci.h index cbfea6af69..a2ec16a301 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -177,7 +177,7 @@ struct PCIDevice { /* the following fields are read only */ PCIBus *bus; - int devfn; + uint32_t devfn; char name[64]; PCIIORegion io_regions[PCI_NUM_REGIONS]; -- cgit v1.2.3