From: David Hildenbrand Date: Wed, 13 Sep 2017 13:23:57 +0000 (+0200) Subject: cpu: drop old comments describing members X-Git-Tag: v2.11.0-rc0~96^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fda014e1a65474c4877b36cc42e8a0f377817a4;p=thirdparty%2Fqemu.git cpu: drop old comments describing members These comments are obviously stale. Acked-by: Cornelia Huck Signed-off-by: David Hildenbrand Message-Id: <20170913132417.24384-3-david@redhat.com> Signed-off-by: Cornelia Huck --- diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 995a7beeb55..0dc767a7536 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -388,10 +388,10 @@ struct CPUState { DECLARE_BITMAP(trace_dstate, CPU_TRACE_DSTATE_MAX_EVENTS); /* 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; uint32_t can_do_io; - int32_t exception_index; /* used by m68k TCG */ + int32_t exception_index; /* shared by kvm, hax and hvf */ bool vcpu_dirty;