- docs: Document CPU clusters - docs: Improve documentation for CPU topology - tests: Verify handling of CPU clusters in QMP data - qemu: Make monitor aware of CPU clusters - qemu: Use CPU clusters for guests - qemu: Introduce QEMU_CAPS_SMP_CLUSTERS - conf: Allow specifying CPU clusters - conf: Report CPU clusters in capabilities XML - tests: Add hostcpudata for machine with CPU clusters - cpu_map: add kunpeng-920 features to arm features - cpu/aarch64: enable host-model cpu for AArch64 architecture - conf/domain_conf: pin the retry_interval and retry_timeout parameters to xml - nodedev: fix potential heap use after free - libvirt/conf: Set default values of retry fileds - qemu: Support 'retry' BLOCK_IO_ERROR event. - libvirt: Add 'retry' support for error policy - vdpa: support vdpa device migrate - vdpa: support vdpa device hot plug/unplug - hostdev:Introduce vDPA device to hostdev subsystem as a new subtype - node_device: fix leak of DIR* - migration/multifd-pin: support migration multifd thread pin - migration/multifd-pin: add qemu monitor callback functions - migration/migration-pin: add domainMigrationPid for qemuMonitorCallbacks - migration/migration-pin: add migrationpin for migration parameters - migration/migration-pin: add qemu monitor callback functions - migration/migration-pin:add some migration/multiFd params - qemu: add pointer check in qemuMonitorLastError - qemu: fix a concurrent operation situation - test/commandtest: skip the test4 if the testcase is run in the container env Signed-off-by: Jiabo Feng <fengjiabo1@huawei.com>
43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
From 1fafc7b5a9392fce83e8f1701ccec289d11d4344 Mon Sep 17 00:00:00 2001
|
|
From: Xu Yandong <xuyandong2@huawei.com>
|
|
Date: Tue, 26 May 2020 20:08:07 +0800
|
|
Subject: [PATCH] cpu_map: add kunpeng-920 features to arm features
|
|
|
|
Signed-off-by: Xu Yandong <xuyandong2@huawei.com>
|
|
Signed-off-by: lishusen <lishusen2@huawei.com>
|
|
---
|
|
src/cpu_map/arm_features.xml | 19 +++++++++++++++++++
|
|
1 file changed, 19 insertions(+)
|
|
|
|
diff --git a/src/cpu_map/arm_features.xml b/src/cpu_map/arm_features.xml
|
|
index 8a53384463..5bed298071 100644
|
|
--- a/src/cpu_map/arm_features.xml
|
|
+++ b/src/cpu_map/arm_features.xml
|
|
@@ -19,4 +19,23 @@
|
|
<feature name='sve1920'/>
|
|
<feature name='sve2048'/>
|
|
|
|
+ <!-- Kunpeng-920 cpu features -->
|
|
+ <feature name='fp'/>
|
|
+ <feature name='asimd'/>
|
|
+ <feature name='evtstrm'/>
|
|
+ <feature name='aes'/>
|
|
+ <feature name='pmull'/>
|
|
+ <feature name='sha1'/>
|
|
+ <feature name='sha2'/>
|
|
+ <feature name='crc32'/>
|
|
+ <feature name='atomics'/>
|
|
+ <feature name='fphp'/>
|
|
+ <feature name='asimdhp'/>
|
|
+ <feature name='cpuid'/>
|
|
+ <feature name='asimdrdm'/>
|
|
+ <feature name='jscvt'/>
|
|
+ <feature name='fcma'/>
|
|
+ <feature name='dcpop'/>
|
|
+ <feature name='asimddp'/>
|
|
+ <feature name='asimdfhm'/>
|
|
</cpus>
|
|
--
|
|
2.27.0
|
|
|