X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm_io.h;h=361a1d95b5e275589212122c9dda37ebd5eefd7c;hp=83ee21d130124e922812c8536aad1469cd7c44eb;hb=8c38488bc7d510a85ad23222ddd228924d14be8a;hpb=4c17fb67c38120c141fa36bca9d7faa418b3c8e5 diff --git a/palacios/include/geekos/svm_io.h b/palacios/include/geekos/svm_io.h index 83ee21d..361a1d9 100644 --- a/palacios/include/geekos/svm_io.h +++ b/palacios/include/geekos/svm_io.h @@ -12,9 +12,9 @@ struct svm_io_info { uint_t sz8 : 1 PACKED; // 8 bit op size uint_t sz16 : 1 PACKED; // 16 bit op size uint_t sz32 : 1 PACKED; // 32 bit op size - uint_t A16 : 1 PACKED; // 16 bit addr - uint_t A32 : 1 PACKED; // 32 bit addr - uint_t A64 : 1 PACKED; // 64 bit addr + uint_t addr16 : 1 PACKED; // 16 bit addr + uint_t addr32 : 1 PACKED; // 32 bit addr + uint_t addr64 : 1 PACKED; // 64 bit addr uint_t rsvd2 : 6 PACKED; // Should be Zero ushort_t port PACKED; // port number };