mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ARM reabbot support (orginal patch by Aurelien Jarno).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2476 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5adb4839e3
commit
f3d6b95e83
4 changed files with 57 additions and 23 deletions
|
@ -149,7 +149,7 @@ static void arm_sysctl_write(void *opaque, target_phys_addr_t offset,
|
|||
if (s->lockval == LOCK_VALUE) {
|
||||
s->resetlevel = val;
|
||||
if (val & 0x100)
|
||||
cpu_abort(cpu_single_env, "Board reset\n");
|
||||
qemu_system_reset_request ();
|
||||
}
|
||||
break;
|
||||
case 0x44: /* PCICTL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue