0727d3
From ee3cae3bb349469edcf725a1c5161521e95dcb9f Mon Sep 17 00:00:00 2001
0727d3
From: Jon Maloy <jmaloy@redhat.com>
0727d3
Date: Tue, 22 Mar 2022 19:23:36 -0400
0727d3
Subject: [PATCH 03/18] Revert "redhat: Expose upstream machines pc-4.2 and
0727d3
 pc-2.11"
0727d3
0727d3
RH-Author: Jon Maloy <jmaloy@redhat.com>
0727d3
RH-MergeRequest: 131: Revert "redhat: Add hw_compat_4_2_extra and apply to upstream machines"
0727d3
RH-Commit: [3/3] 35cee68034580f81b3aa916921eecd2fdfa7dd15 (jmaloy/qemu-kvm)
0727d3
RH-Bugzilla: 2062613
0727d3
RH-Acked-by: Peter Xu <peterx@redhat.com>
0727d3
RH-Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
0727d3
0727d3
BZ: https://bugzilla.redhat.com/2062613
0727d3
UPSTREAM: no
0727d3
BREW: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=44038000
0727d3
0727d3
commit f3b50d6d4ae0be9e64aafe6a15f5423bab4899e9
0727d3
Author: Dr. David Alan Gilbert <dgilbert@redhat.com>
0727d3
Date:   Wed Mar 9 10:34:58 2022 +0000
0727d3
0727d3
    Revert "redhat: Expose upstream machines pc-4.2 and pc-2.11"
0727d3
    This reverts commit 618e2424edba499d52cd26cf8363bc2dd85ef149.
0727d3
    We no longer need these compat machines.
0727d3
0727d3
    Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
0727d3
0727d3
(cherry picked from commit f3b50d6d4ae0be9e64aafe6a15f5423bab4899e9)
0727d3
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
0727d3
---
0727d3
 hw/i386/pc_piix.c | 37 -------------------------------------
0727d3
 1 file changed, 37 deletions(-)
0727d3
0727d3
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
0727d3
index 7b7076cbc7..f03a8f0db8 100644
0727d3
--- a/hw/i386/pc_piix.c
0727d3
+++ b/hw/i386/pc_piix.c
0727d3
@@ -315,14 +315,6 @@ static void pc_init1(MachineState *machine,
0727d3
  * hw_compat_*, pc_compat_*, or * pc_*_machine_options().
0727d3
  */
0727d3
 
0727d3
-/*
0727d3
- * NOTE!  Not all the upstream machine types are disabled for RHEL.  For
0727d3
- * providing a very limited support for upstream machine types, pc machines
0727d3
- * 2.11 and 4.2 are exposed explicitly.  This will make the below "#if" macros
0727d3
- * a bit messed up, but please read this comment first so that we can have a
0727d3
- * rough understanding of what we're going to do.
0727d3
- */
0727d3
-
0727d3
 #if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 static void pc_compat_2_3_fn(MachineState *machine)
0727d3
 {
0727d3
@@ -399,8 +391,6 @@ static void pc_xen_hvm_init(MachineState *machine)
0727d3
 }
0727d3
 #endif
0727d3
 
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
-
0727d3
 #define DEFINE_I440FX_MACHINE(suffix, name, compatfn, optionfn) \
0727d3
     static void pc_init_##suffix(MachineState *machine) \
0727d3
     { \
0727d3
@@ -465,10 +455,8 @@ static void pc_i440fx_6_0_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_6_0, pc_compat_6_0_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v6_0, "pc-i440fx-6.0", NULL,
0727d3
                       pc_i440fx_6_0_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_5_2_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -479,10 +467,8 @@ static void pc_i440fx_5_2_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_5_2, pc_compat_5_2_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v5_2, "pc-i440fx-5.2", NULL,
0727d3
                       pc_i440fx_5_2_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_5_1_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -497,10 +483,8 @@ static void pc_i440fx_5_1_machine_options(MachineClass *m)
0727d3
     pcmc->pci_root_uid = 1;
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v5_1, "pc-i440fx-5.1", NULL,
0727d3
                       pc_i440fx_5_1_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_5_0_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -513,10 +497,8 @@ static void pc_i440fx_5_0_machine_options(MachineClass *m)
0727d3
     m->auto_enable_numa_with_memdev = false;
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v5_0, "pc-i440fx-5.0", NULL,
0727d3
                       pc_i440fx_5_0_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_4_2_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -525,15 +507,8 @@ static void pc_i440fx_4_2_machine_options(MachineClass *m)
0727d3
     m->is_default = false;
0727d3
     compat_props_add(m->compat_props, hw_compat_4_2, hw_compat_4_2_len);
0727d3
     compat_props_add(m->compat_props, pc_compat_4_2, pc_compat_4_2_len);
0727d3
-
0727d3
-    /*
0727d3
-     * RHEL: Mark all upstream machines as deprecated because they're not
0727d3
-     * supported by RHEL, even if exported.
0727d3
-     */
0727d3
-    m->deprecation_reason = "Not supported by RHEL";
0727d3
 }
0727d3
 
0727d3
-/* RHEL: Export pc-4.2 */
0727d3
 DEFINE_I440FX_MACHINE(v4_2, "pc-i440fx-4.2", NULL,
0727d3
                       pc_i440fx_4_2_machine_options);
0727d3
 
0727d3
@@ -546,10 +521,8 @@ static void pc_i440fx_4_1_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_4_1, pc_compat_4_1_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v4_1, "pc-i440fx-4.1", NULL,
0727d3
                       pc_i440fx_4_1_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_4_0_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -562,10 +535,8 @@ static void pc_i440fx_4_0_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_4_0, pc_compat_4_0_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v4_0, "pc-i440fx-4.0", NULL,
0727d3
                       pc_i440fx_4_0_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_3_1_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -581,10 +552,8 @@ static void pc_i440fx_3_1_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_3_1, pc_compat_3_1_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v3_1, "pc-i440fx-3.1", NULL,
0727d3
                       pc_i440fx_3_1_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_3_0_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -593,10 +562,8 @@ static void pc_i440fx_3_0_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_3_0, pc_compat_3_0_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v3_0, "pc-i440fx-3.0", NULL,
0727d3
                       pc_i440fx_3_0_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_2_12_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -605,10 +572,8 @@ static void pc_i440fx_2_12_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_2_12, pc_compat_2_12_len);
0727d3
 }
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 DEFINE_I440FX_MACHINE(v2_12, "pc-i440fx-2.12", NULL,
0727d3
                       pc_i440fx_2_12_machine_options);
0727d3
-#endif /* Disabled for Red Hat Enterprise Linux */
0727d3
 
0727d3
 static void pc_i440fx_2_11_machine_options(MachineClass *m)
0727d3
 {
0727d3
@@ -617,11 +582,9 @@ static void pc_i440fx_2_11_machine_options(MachineClass *m)
0727d3
     compat_props_add(m->compat_props, pc_compat_2_11, pc_compat_2_11_len);
0727d3
 }
0727d3
 
0727d3
-/* RHEL: Export pc-2.11 */
0727d3
 DEFINE_I440FX_MACHINE(v2_11, "pc-i440fx-2.11", NULL,
0727d3
                       pc_i440fx_2_11_machine_options);
0727d3
 
0727d3
-#if 0 /* Disabled for Red Hat Enterprise Linux */
0727d3
 static void pc_i440fx_2_10_machine_options(MachineClass *m)
0727d3
 {
0727d3
     pc_i440fx_2_11_machine_options(m);
0727d3
-- 
0727d3
2.27.0
0727d3