summary refs log tree commit diff stats
path: root/include/hw/core
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-08-29 10:46:48 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-08-29 12:48:14 +0200
commitb8217bbaf2bafef1a4f54082a3548613eeef8f2b (patch)
tree7447c565e18fb6a172acfba8ad6200c9b517ce35 /include/hw/core
parentd8701867d12241f53f3b17973e7fd533c764c76a (diff)
downloadfocaccia-qemu-b8217bbaf2bafef1a4f54082a3548613eeef8f2b.tar.gz
focaccia-qemu-b8217bbaf2bafef1a4f54082a3548613eeef8f2b.zip
user-exec: ensure interrupt_request is not used
cpu_interrupt() is not called anymore except by ARM but even there
it is dead code; disentangling the various cpregs accessors from user-mode
emulation is a work in progress.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/core')
-rw-r--r--include/hw/core/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
index 5eaf41a566..f73b4357c7 100644
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -423,6 +423,7 @@ struct qemu_work_item;
  * @created: Indicates whether the CPU thread has been successfully created.
  * @halt_cond: condition variable sleeping threads can wait on.
  * @interrupt_request: Indicates a pending interrupt request.
+ *   Only used by system emulation.
  * @halted: Nonzero if the CPU is in suspended state.
  * @stop: Indicates a pending stop request.
  * @stopped: Indicates the CPU has been artificially stopped.