projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
480c9b2
)
hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'
author
Philippe Mathieu-Daudé
<philmd@linaro.org>
Tue, 13 Feb 2024 12:01:52 +0000
(13:01 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 20 Feb 2024 17:34:21 +0000
(20:34 +0300)
X86 CPU hotplug isn't specific to PC machines.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Luc Michel <luc.michel@amd.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/acpi/cpu_hotplug.c
patch
|
blob
|
history
diff --git
a/hw/acpi/cpu_hotplug.c
b/hw/acpi/cpu_hotplug.c
index f7fe905e0af79e19e91a7625476d1df399e71dea..83b8bc5deb87eb1a988ea54654af3be499e5da2b 100644
(file)
--- a/
hw/acpi/cpu_hotplug.c
+++ b/
hw/acpi/cpu_hotplug.c
@@
-13,7
+13,7
@@
#include "hw/acpi/cpu_hotplug.h"
#include "qapi/error.h"
#include "hw/core/cpu.h"
-#include "hw/i386/
pc
.h"
+#include "hw/i386/
x86
.h"
#include "hw/pci/pci_device.h"
#include "qemu/error-report.h"