mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Allow user to specify CPU model
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
19a3da7f4d
commit
727170b671
3 changed files with 8 additions and 10 deletions
|
@ -103,7 +103,7 @@ static void bamboo_init(ram_addr_t ram_size,
|
|||
int i;
|
||||
|
||||
/* Setup CPU. */
|
||||
env = ppc440ep_init(&ram_size, &pcibus, pci_irq_nrs, 1);
|
||||
env = ppc440ep_init(&ram_size, &pcibus, pci_irq_nrs, 1, cpu_model);
|
||||
|
||||
if (pcibus) {
|
||||
int unit_id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue