From 2b9e47096f0b3966e4250e28bded61356ad4d5d4 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 1 Aug 2010 01:16:17 +0400 Subject: [PATCH] kvm, pci: Add bus forwarding register Signed-off-by: Cyrill Gorcunov --- include/kvm/pci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/kvm/pci.h b/include/kvm/pci.h index 12bc01f..28d9ada 100644 --- a/include/kvm/pci.h +++ b/include/kvm/pci.h @@ -12,6 +12,7 @@ */ #define PCI_CONFIG_ADDRESS 0xcf8 #define PCI_CONFIG_DATA 0xcfc +#define PCI_CONFIG_BUS_FORWARD 0xcfa struct pci_config_address { unsigned zeros : 2; /* 1 .. 0 */