mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
isapc: pick a more sane default cpu for such old hardware.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
2c8d934020
commit
679a37afc4
1 changed files with 2 additions and 0 deletions
2
hw/pc.c
2
hw/pc.c
|
@ -1450,6 +1450,8 @@ static void pc_init_isa(ram_addr_t ram_size,
|
|||
const char *initrd_filename,
|
||||
const char *cpu_model)
|
||||
{
|
||||
if (cpu_model == NULL)
|
||||
cpu_model = "486";
|
||||
pc_init1(ram_size, boot_device,
|
||||
kernel_filename, kernel_cmdline,
|
||||
initrd_filename, cpu_model, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue