[libvirt PATCH] cpu_map: Install x86_EPYC-Milan.xml

Jiri Denemark posted 1 patch 3 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e4edfca1fc70aacd84fc4c96a4ee82ff4c422880.1614677956.git.jdenemar@redhat.com
src/cpu_map/meson.build | 1 +
1 file changed, 1 insertion(+)
[libvirt PATCH] cpu_map: Install x86_EPYC-Milan.xml
Posted by Jiri Denemark 3 years, 1 month ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 src/cpu_map/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build
index 48f69f623c..013fc62a02 100644
--- a/src/cpu_map/meson.build
+++ b/src/cpu_map/meson.build
@@ -34,6 +34,7 @@ cpumap_data = [
   'x86_Dhyana.xml',
   'x86_EPYC-IBPB.xml',
   'x86_EPYC.xml',
+  'x86_EPYC-Milan.xml',
   'x86_EPYC-Rome.xml',
   'x86_features.xml',
   'x86_Haswell-IBRS.xml',
-- 
2.30.0

Re: [libvirt PATCH] cpu_map: Install x86_EPYC-Milan.xml
Posted by Pavel Hrdina 3 years, 1 month ago
On Tue, Mar 02, 2021 at 10:39:16AM +0100, Jiri Denemark wrote:
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  src/cpu_map/meson.build | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>