Skip to content

Commit

Permalink
4.x PPC compatible machine type should be g3beige
Browse files Browse the repository at this point in the history
  • Loading branch information
limboemu committed Jan 6, 2019
1 parent c58788d commit ec0ba43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@ private void createMachine(String machineValue) {
currMachine.machine_type = "malta";
} else if (Config.enable_PPC || Config.enable_PPC64) {
currMachine.arch = "PPC";
currMachine.machine_type = "Default";
currMachine.machine_type = "g3beige";
currMachine.nic_card = "Default";
} else if (Config.enable_m68k) {
currMachine.arch = "m68k";
Expand Down

0 comments on commit ec0ba43

Please sign in to comment.