]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/loongarch/cpu.h
target/loongarch: Implement kvm get/set registers
[mirror_qemu.git] / target / loongarch / cpu.h
index 8022f44b44b354a75a5741c00b3aebfd05aad185..a61c0405a279b5a99a31bb18e12342f019d23f51 100644 (file)
@@ -360,6 +360,7 @@ typedef struct CPUArchState {
     MemoryRegion iocsr_mem;
     bool load_elf;
     uint64_t elf_address;
+    uint32_t mp_state;
     /* Store ipistate to access from this struct */
     DeviceState *ipistate;
 #endif