mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 13:31:52 -06:00
cpu: drop old comments describing members
These comments are obviously stale. Acked-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20170913132417.24384-3-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
7f579e272f
commit
6fda014e1a
1 changed files with 3 additions and 3 deletions
|
@ -388,10 +388,10 @@ struct CPUState {
|
||||||
DECLARE_BITMAP(trace_dstate, CPU_TRACE_DSTATE_MAX_EVENTS);
|
DECLARE_BITMAP(trace_dstate, CPU_TRACE_DSTATE_MAX_EVENTS);
|
||||||
|
|
||||||
/* TODO Move common fields from CPUArchState here. */
|
/* TODO Move common fields from CPUArchState here. */
|
||||||
int cpu_index; /* used by alpha TCG */
|
int cpu_index;
|
||||||
uint32_t halted; /* used by alpha, cris, ppc TCG */
|
uint32_t halted;
|
||||||
uint32_t can_do_io;
|
uint32_t can_do_io;
|
||||||
int32_t exception_index; /* used by m68k TCG */
|
int32_t exception_index;
|
||||||
|
|
||||||
/* shared by kvm, hax and hvf */
|
/* shared by kvm, hax and hvf */
|
||||||
bool vcpu_dirty;
|
bool vcpu_dirty;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue