提交 6fda014e 编写于 作者: D David Hildenbrand 提交者: Cornelia Huck

cpu: drop old comments describing members

These comments are obviously stale.
Acked-by: NCornelia Huck <cohuck@redhat.com>
Signed-off-by: NDavid Hildenbrand <david@redhat.com>
Message-Id: <20170913132417.24384-3-david@redhat.com>
Signed-off-by: NCornelia Huck <cohuck@redhat.com>
上级 7f579e27
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册