X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsouthbridge.h;h=c20ad74d8a11a179b88405a543149b8b9c6fdca1;hb=aeb2dd5e0468a94dd992a21d9e6e8ac5b925d2e6;hp=966d652fb340517c71192e4ade62826a170b00db;hpb=a0e1d8274aef54adcf50dce0b3843489f2a3cd21;p=palacios.git diff --git a/palacios/include/devices/southbridge.h b/palacios/include/devices/southbridge.h index 966d652..c20ad74 100644 --- a/palacios/include/devices/southbridge.h +++ b/palacios/include/devices/southbridge.h @@ -28,10 +28,14 @@ typedef enum {V3_SB_INVALID, V3_SB_PIIX3, V3_SB_PIIX4, V3_SB_CMD646} v3_southbridge_type_t; +struct v3_vm_info; + struct v3_southbridge { struct vm_device * pci_bus; struct pci_device * southbridge_pci; + struct v3_vm_info * vm; + v3_southbridge_type_t type; };