qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC 5/6] arm: virt: Enable generic type CPU in virt


From: Shannon Zhao
Subject: [Qemu-devel] [PATCH RFC 5/6] arm: virt: Enable generic type CPU in virt machine
Date: Mon, 16 Jan 2017 17:27:00 +0800

From: Shannon Zhao <address@hidden>

Signed-off-by: Shannon Zhao <address@hidden>
---
 hw/arm/virt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 4b301c2..49b7b65 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -166,6 +166,7 @@ static const char *valid_cpus[] = {
     "cortex-a15",
     "cortex-a53",
     "cortex-a57",
+    "generic",
     "host",
     NULL
 };
-- 
2.0.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]