Skip to content

Commit

Permalink
pc_q35: remove unnecessary m->alias assignment
Browse files Browse the repository at this point in the history
The assignment is already inherited from pc-q35-8.2.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Apr 2, 2024
1 parent e497e6a commit 8fc4bdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/i386/pc_q35.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ static void pc_q35_8_1_machine_options(MachineClass *m)
{
PCMachineClass *pcmc = PC_MACHINE_CLASS(m);
pc_q35_8_2_machine_options(m);
m->alias = NULL;
pcmc->broken_32bit_mem_addr_check = true;
compat_props_add(m->compat_props, hw_compat_8_1, hw_compat_8_1_len);
compat_props_add(m->compat_props, pc_compat_8_1, pc_compat_8_1_len);
Expand Down

0 comments on commit 8fc4bdc

Please sign in to comment.