mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Allow NWINDOWS selection (CPU feature with model specific defaults)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4690 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
96d1912622
commit
1a14026e11
9 changed files with 144 additions and 67 deletions
|
@ -260,7 +260,7 @@ static void sun4u_init(ram_addr_t RAM_size, int vga_ram_size,
|
|||
bh = qemu_bh_new(hstick_irq, env);
|
||||
env->hstick = ptimer_init(bh);
|
||||
ptimer_set_period(env->hstick, 1ULL);
|
||||
register_savevm("cpu", 0, 3, cpu_save, cpu_load, env);
|
||||
register_savevm("cpu", 0, 4, cpu_save, cpu_load, env);
|
||||
qemu_register_reset(main_cpu_reset, env);
|
||||
main_cpu_reset(env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue