File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ struct qemu_work_item;
408
408
* See TranslationBlock::TCG CF_CLUSTER_MASK.
409
409
* @tcg_cflags: Pre-computed cflags for this cpu.
410
410
* @nr_cores: Number of cores within this CPU package.
411
- * @nr_threads: Number of threads within this CPU.
411
+ * @nr_threads: Number of threads within this CPU core .
412
412
* @running: #true if CPU is currently running (lockless).
413
413
* @has_waiter: #true if a CPU is currently waiting for the cpu_exec_end;
414
414
* valid under cpu_list_lock.
Original file line number Diff line number Diff line change @@ -1882,6 +1882,7 @@ typedef struct CPUArchState {
1882
1882
1883
1883
TPRAccess tpr_access_type ;
1884
1884
1885
+ /* Number of dies within this CPU package. */
1885
1886
unsigned nr_dies ;
1886
1887
} CPUX86State ;
1887
1888
You can’t perform that action at this time.
0 commit comments