- support dirty restraint on vCPU - support SPR AMX in Qemu - fix compilation errors of sw64 Signed-off-by: yezengruan <yezengruan@huawei.com>
26 lines
799 B
Diff
26 lines
799 B
Diff
From e7ef56975af8553690afb16f32fe74d62762b853 Mon Sep 17 00:00:00 2001
|
|
From: dinglimin <dinglimin@cmss.chinamobile.com>
|
|
Date: Wed, 29 Jun 2022 14:02:59 +0800
|
|
Subject: [PATCH] Remove this redundant return.
|
|
|
|
Signed-off-by: dinglimin <dinglimin@cmss.chinamobile.com>
|
|
---
|
|
scripts/vmstate-static-checker.py | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py
|
|
index 539ead62b4..6838bf7e7c 100755
|
|
--- a/scripts/vmstate-static-checker.py
|
|
+++ b/scripts/vmstate-static-checker.py
|
|
@@ -367,7 +367,6 @@ def check_machine_type(s, d):
|
|
if s["Name"] != d["Name"]:
|
|
print("Warning: checking incompatible machine types:", end=' ')
|
|
print("\"" + s["Name"] + "\", \"" + d["Name"] + "\"")
|
|
- return
|
|
|
|
|
|
def main():
|
|
--
|
|
2.27.0
|
|
|