diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-02 07:17:09 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-17 19:00:55 +0200 |
| commit | 871de7078fcaf597605576b97b32fab14722ea43 (patch) | |
| tree | cb94d0364754fe88f36b1ee4c604b40f5c2c9ff6 /cpu-common.c | |
| parent | f8217ae54e4c44a7f0d20d56a5368ec1818f1cc2 (diff) | |
| download | focaccia-qemu-871de7078fcaf597605576b97b32fab14722ea43.tar.gz focaccia-qemu-871de7078fcaf597605576b97b32fab14722ea43.zip | |
treewide: rename qemu_wait_io_event/qemu_wait_io_event_common
Do so before extending it to the user-mode emulators, where there is no such thing as an "I/O thread". Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cpu-common.c')
| -rw-r--r-- | cpu-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-common.c b/cpu-common.c index 152661df8e..0eb5c7b8f2 100644 --- a/cpu-common.c +++ b/cpu-common.c @@ -137,7 +137,7 @@ static void queue_work_on_cpu(CPUState *cpu, struct qemu_work_item *wi) wi->done = false; qemu_mutex_unlock(&cpu->work_mutex); - /* exit the inner loop and reach qemu_wait_io_event_common(). */ + /* exit the inner loop and reach qemu_process_cpu_events_common(). */ cpu_exit(cpu); } |