]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/loongarch/cpu.h
target/loongarch: cpu: Implement get_arch_id callback
[mirror_qemu.git] / target / loongarch / cpu.h
index 25a0ef7e416c48a55bfe3b13cf6fb973abb45558..4d7201995ae819aae276ad7de09cf0b029d3173f 100644 (file)
@@ -376,6 +376,7 @@ struct ArchCPU {
     CPUNegativeOffsetState neg;
     CPULoongArchState env;
     QEMUTimer timer;
+    uint32_t  phy_id;
 
     /* 'compatible' string for this CPU for Linux device trees */
     const char *dtb_compatible;