From 6f9b7a9363de4e0acb5bf82bf2266f57a823d083 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Mon, 5 Mar 2018 00:03:21 -0500 Subject: [PATCH] cpu: drop old comments describing members These comments are obviously stale. Backports commit 6fda014e1a65474c4877b36cc42e8a0f377817a4 from qemu --- qemu/include/qom/cpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu/include/qom/cpu.h b/qemu/include/qom/cpu.h index f00aaa0c..75980396 100644 --- a/qemu/include/qom/cpu.h +++ b/qemu/include/qom/cpu.h @@ -317,14 +317,14 @@ struct CPUState { struct kvm_run *kvm_run; /* TODO Move common fields from CPUArchState here. */ - int cpu_index; /* used by alpha TCG */ - uint32_t halted; /* used by alpha, cris, ppc TCG */ + int cpu_index; + uint32_t halted; union { uint32_t u32; icount_decr_u16 u16; } icount_decr; uint32_t can_do_io; - int32_t exception_index; /* used by m68k TCG */ + int32_t exception_index; /* Used to keep track of an outstanding cpu throttle thread for migration * autoconverge