diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-04 11:06:18 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-07 19:02:33 +0200 |
commit | 54b99122eb01eb78e2933da4c476d166e846d572 (patch) | |
tree | 14c3802965b535f9ea778a0bb29d7b5db94104fe /cpu-target.c | |
parent | 27703590316efc1be5ff1ad8f209d9c5e2f8304b (diff) |
cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004090629.37473-4-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cpu-target.c')
-rw-r--r-- | cpu-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-target.c b/cpu-target.c index 658d179582..79363ae370 100644 --- a/cpu-target.c +++ b/cpu-target.c @@ -202,7 +202,7 @@ static Property cpu_common_props[] = { prctl_unalign_sigbus, false), #else /* - * Create a memory property for softmmu CPU object, so users can + * Create a memory property for system CPU object, so users can * wire up its memory. The default if no link is set up is to use * the system address space. */ |