• Fixes qemu-arm|grep cpu - with _exit() getting output from qemu --help
    is a bit random. Since no atexit() handlers are registered for user mode
    emulation, just use exit() instead.
    
    Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6657 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
     
    Browse Code »
  • A real 970 CPU starts up with HIOR=0xfff00000 and triggers a reset
    exception, basically ending up at IP 0xfff001000.
    
    Later on this HIOR has to be set to 0 by the firmware in order to
    enable the OS to handle interrupts on its own.
    
    This patch maps HIOR to exec_prefix, which does the same thing
    internally in qemu already.
    
    It replaces the previous patch that changed the 970 initialization
    constants, as this is the clean solution to the same problem.
    
    Signed-off-by: Alexander Graf <alex@csgraf.de>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6656 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
     
    Browse Code »