X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fpci.h;h=ff2e27d5813e015e5ffc6a603e4327dac8d46a19;hb=c30d1b88a60c3a8df426ce81553675bbe4afef52;hp=46864fd216c7e6070b1b04217cb2976d5bc0fa85;hpb=e2964f7234daa3429275c039769a313f0870c212;p=palacios.git diff --git a/palacios/include/devices/pci.h b/palacios/include/devices/pci.h index 46864fd..ff2e27d 100644 --- a/palacios/include/devices/pci.h +++ b/palacios/include/devices/pci.h @@ -83,7 +83,7 @@ struct v3_pci_bar { // Internal PCI data uint32_t val; - int updated; + uint8_t updated; uint32_t mask; };