|
@@ -407,7 +407,6 @@ struct qemu_work_item;
|
|
|
* Under TCG this value is propagated to @tcg_cflags.
|
|
|
* See TranslationBlock::TCG CF_CLUSTER_MASK.
|
|
|
* @tcg_cflags: Pre-computed cflags for this cpu.
|
|
|
- * @nr_cores: Number of cores within this CPU package.
|
|
|
* @nr_threads: Number of threads within this CPU core.
|
|
|
* @thread: Host thread details, only live once @created is #true
|
|
|
* @sem: WIN32 only semaphore used only for qtest
|
|
@@ -466,7 +465,6 @@ struct CPUState {
|
|
|
CPUClass *cc;
|
|
|
/*< public >*/
|
|
|
|
|
|
- int nr_cores;
|
|
|
int nr_threads;
|
|
|
|
|
|
struct QemuThread *thread;
|