]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/arm/cpu.h
target/arm: Implement VNCR_EL2 register
[mirror_qemu.git] / target / arm / cpu.h
index d7a10fb4b61f38f22dce3a34dba0caed90915984..0e48a1366bdb0b0260a18445cde657ff776200e3 100644 (file)
@@ -547,6 +547,9 @@ typedef struct CPUArchState {
         uint64_t gpccr_el3;
         uint64_t gptbr_el3;
         uint64_t mfar_el3;
+
+        /* NV2 register */
+        uint64_t vncr_el2;
     } cp15;
 
     struct {