1. 06 3月, 2009 10 次提交
  2. 05 3月, 2009 3 次提交
    • A
      Add version information for 0.10.0 release. · b4171e4b
      aliguori 提交于
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6685 c046a42c-6fe2-441c-8c8c-71466251a162
      b4171e4b
    • B
      Fix "info registers" under kvm. · ff3c01ca
      balrog 提交于
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6684 c046a42c-6fe2-441c-8c8c-71466251a162
      ff3c01ca
    • A
      Update cocoa.m to match new DisplayState code (Samuel Benson) · 9794f74f
      aliguori 提交于
      Version 2 does as follows:
      
      [1]: Corrects endianness on issues by using native BGR to RGB conversion
      [2]: Uses DisplayState accessors for obtaining graphics context information,
           which
      [3]: Removes now unused variables, and
      [4]: Allows reading of varying color modes (32bit/24/16), and converting to
           native colorspace
      [5]: Attempts to keep itself centered on screen (as opposed to bottom right,
           which immediately goes off screen after bios load) on context changes
          (window resizes)
      
      Testing working on i386 (gentoo, Windows 2000) and PPC (debian) guests on PPC
      and x86 Macs.
      
      In regards to [4], Windows 2000 displays fine on quick tests, but on the lowest
      setting I could test, 16bit color depth at 4bpp, colors are slightly off. I
      used gentoo install-x86-minimal-2008.0 in framebuffer mode to test above
      setting; the usual grey text is now blue, and Tux appears to be BGR shifted. I
      do not know if previous code worked at such a low color setting.
      
      Signed-off-by: Samuel Benson <qemu_ml@digitalescape.info> 
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6683 c046a42c-6fe2-441c-8c8c-71466251a162
      9794f74f
  3. 04 3月, 2009 6 次提交
  4. 03 3月, 2009 18 次提交
  5. 02 3月, 2009 1 次提交
  6. 01 3月, 2009 2 次提交
    • B
      Flush stdout after printing usage() · 2d18e637
      blueswir1 提交于
      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: NRiku Voipio <riku.voipio@iki.fi>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6657 c046a42c-6fe2-441c-8c8c-71466251a162
      2d18e637
    • B
      Implement HIOR · 2adab7d6
      blueswir1 提交于
      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: NAlexander Graf <alex@csgraf.de>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6656 c046a42c-6fe2-441c-8c8c-71466251a162
      2adab7d6