•  --disable-gfx-check predates VNC server support.  It made sense back then
    because the only thing you could do without SDL was use -nographic mode or
    similar tricks.  Since this is a very advanced mode of operation, gfx-check
    provided a good safety net for casual users.
    
    A casual user is very likely to use VNC to interact with a guest.  In fact, it's
    often frustrating to install QEMU on a server and have to specify
    disable-gfx-check when you only want to use VNC.
    
    This patch eliminates disable-gfx-check and makes SDL behave like every other
    optional dependency.  If SDL is not available, instead of failing ungracefully
    if no special options are specified, we default to -vnc localhost:0,to=99.
    When we do default to VNC, we also print a message to tell the user that we've
    done this include which port we're currently listening on.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
     
    Browse Code »
  • This was caught by a7d27b53 which
    aborted on this attempt, thanks to Alex Ivanov for report.
    
    Signed-off-by: malc <av1474@comtv.ru>
    malc authored
     
    Browse Dir »
  • from producing a warning about pointer type mismatches with Winsock
    
    Signed-off-by: malc <av1474@comtv.ru>
    malc authored
     
    Browse Code »






  • Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    Edgar E. Iglesias authored
     
    Browse Dir »
  • ARMv7 defines a new behavior for ARM data processing instructions
    compared to earlier architecture revisions; when the destination
    register is R15, a Branch and Exchange operation is executed rather
    than a simple Branch to the target address. This patch corrects the
    behavior of the emulation for the aforementioned operations. To be
    applied after applying the previous patch in this patch set.
    
    Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Juha Riihimäki authored
     
    Browse Dir »
  • Modernize parts of target-arm/translate.c in preparation for the
    modifications in the subsequent patch in this patch set. This is done
    in order to avoid writing new code to target-arm/translate.c that
    would use deprecated methods and/or variables.
    
    Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Juha Riihimäki authored
     
    Browse Dir »