mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
The @can_do_io field got moved from CPUState to
CPUNegativeOffsetState in commit 464dacf609
("accel/tcg:
Move can_do_io to CPUNegativeOffsetState").
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240428221450.26460-14-philmd@linaro.org>
This commit is contained in:
parent
40ab89f374
commit
b3e7bdeb78
1 changed files with 4 additions and 4 deletions
|
@ -338,9 +338,10 @@ typedef union IcountDecr {
|
||||||
} u16;
|
} u16;
|
||||||
} IcountDecr;
|
} IcountDecr;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Elements of CPUState most efficiently accessed from CPUArchState,
|
* CPUNegativeOffsetState: Elements of CPUState most efficiently accessed
|
||||||
* via small negative offsets.
|
* from CPUArchState, via small negative offsets.
|
||||||
|
* @can_do_io: True if memory-mapped IO is allowed.
|
||||||
*/
|
*/
|
||||||
typedef struct CPUNegativeOffsetState {
|
typedef struct CPUNegativeOffsetState {
|
||||||
CPUTLB tlb;
|
CPUTLB tlb;
|
||||||
|
@ -400,7 +401,6 @@ struct qemu_work_item;
|
||||||
* @crash_occurred: Indicates the OS reported a crash (panic) for this CPU
|
* @crash_occurred: Indicates the OS reported a crash (panic) for this CPU
|
||||||
* @singlestep_enabled: Flags for single-stepping.
|
* @singlestep_enabled: Flags for single-stepping.
|
||||||
* @icount_extra: Instructions until next timer event.
|
* @icount_extra: Instructions until next timer event.
|
||||||
* @neg.can_do_io: True if memory-mapped IO is allowed.
|
|
||||||
* @cpu_ases: Pointer to array of CPUAddressSpaces (which define the
|
* @cpu_ases: Pointer to array of CPUAddressSpaces (which define the
|
||||||
* AddressSpaces this CPU has)
|
* AddressSpaces this CPU has)
|
||||||
* @num_ases: number of CPUAddressSpaces in @cpu_ases
|
* @num_ases: number of CPUAddressSpaces in @cpu_ases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue