[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 09/28] accel/tcg: Update CPUNegativeOffsetState::can_do_io field d
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 09/28] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation |
Date: |
Mon, 6 May 2024 14:37:09 +0200 |
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>
---
include/hw/core/cpu.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
index 46b99a7ea5..173349b0bd 100644
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -338,9 +338,10 @@ typedef union IcountDecr {
} u16;
} IcountDecr;
-/*
- * Elements of CPUState most efficiently accessed from CPUArchState,
- * via small negative offsets.
+/**
+ * CPUNegativeOffsetState: Elements of CPUState most efficiently accessed
+ * from CPUArchState, via small negative offsets.
+ * @can_do_io: True if memory-mapped IO is allowed.
*/
typedef struct CPUNegativeOffsetState {
CPUTLB tlb;
@@ -400,7 +401,6 @@ struct qemu_work_item;
* @crash_occurred: Indicates the OS reported a crash (panic) for this CPU
* @singlestep_enabled: Flags for single-stepping.
* @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
* AddressSpaces this CPU has)
* @num_ases: number of CPUAddressSpaces in @cpu_ases
--
2.41.0
- [PULL 01/28] exec/cpu: Indent TARGET_PAGE_foo definitions, (continued)
- [PULL 01/28] exec/cpu: Indent TARGET_PAGE_foo definitions, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 02/28] exec/cpu: Rename PAGE_BITS macro to PAGE_RWX, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 03/28] exec/cpu: Remove obsolete PAGE_RESERVED definition, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 04/28] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 05/28] exec/cpu: Extract page-protection definitions to page-protection.h, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 06/28] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb(), Philippe Mathieu-Daudé, 2024/05/06
- [PULL 07/28] accel/tcg: Access tcg_cflags with getter / setter, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 08/28] accel/tcg: Move user definition of cpu_interrupt() to user-exec.c, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 11/28] accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 10/28] accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 09/28] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation,
Philippe Mathieu-Daudé <=
- [PULL 12/28] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 13/28] user: Forward declare TaskState type definition, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 14/28] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h', Philippe Mathieu-Daudé, 2024/05/06
- [PULL 15/28] user: Use get_task_state() helper, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 16/28] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length(), Philippe Mathieu-Daudé, 2024/05/06
- [PULL 17/28] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 20/28] xen: mapcache: Refactor xen_remap_bucket for multi-instance, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 18/28] xen: mapcache: Refactor lock functions for multi-instance, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 19/28] xen: mapcache: Refactor xen_map_cache for multi-instance, Philippe Mathieu-Daudé, 2024/05/06
- [PULL 22/28] xen: mapcache: Refactor xen_replace_cache_entry_unlocked, Philippe Mathieu-Daudé, 2024/05/06