1. 02 11月, 2011 1 次提交
  2. 04 9月, 2011 1 次提交
  3. 21 8月, 2011 1 次提交
  4. 05 8月, 2011 1 次提交
  5. 29 7月, 2011 1 次提交
    • W
      showing a splash picture when start · 3d3b8303
      wayne 提交于
          Added options to let qemu transfer two configuration files to bios:
      "bootsplash.bmp" and "etc/boot-menu-wait", which could be specified by command
          -boot splash=P,splash-time=T
      P is jpg/bmp file name or an absolute path, T have a max value of 0xffff, unit
      is ms. With these two options, if user invoke qemu with menu=on option, then
      a splash picture would be showed in a given time. For example:
          qemu -boot menu=on,splash=/root/boot.bmp,splash-time=5000
      would make boot.bmp shown as a brand with 5 seconds in the booting up process.
      This feature need the new seabios's support, which could be got from git.
      Signed-off-by: NWayne Xia <xiawenc@linux.vnet.ibm.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      3d3b8303
  6. 24 7月, 2011 1 次提交
  7. 12 12月, 2010 2 次提交
  8. 11 12月, 2010 1 次提交
    • A
      Add endianness as io mem parameter · 2507c12a
      Alexander Graf 提交于
      As stated before, devices can be little, big or native endian. The
      target endianness is not of their concern, so we need to push things
      down a level.
      
      This patch adds a parameter to cpu_register_io_memory that allows a
      device to choose its endianness. For now, all devices simply choose
      native endian, because that's the same behavior as before.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2507c12a
  9. 28 6月, 2010 1 次提交
  10. 14 3月, 2010 1 次提交
  11. 07 2月, 2010 1 次提交
  12. 12 1月, 2010 1 次提交
  13. 19 12月, 2009 2 次提交
  14. 05 12月, 2009 1 次提交
  15. 18 11月, 2009 1 次提交
  16. 07 11月, 2009 1 次提交
  17. 02 10月, 2009 2 次提交
  18. 12 9月, 2009 1 次提交
  19. 26 8月, 2009 1 次提交
  20. 28 7月, 2009 1 次提交
  21. 16 7月, 2009 1 次提交
  22. 30 6月, 2009 1 次提交
  23. 17 6月, 2009 1 次提交
  24. 22 5月, 2009 2 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
    • A
      Refactor how display drivers are selected · 993fbfdb
      Anthony Liguori 提交于
      My previous commit, f92f8afe,  broke -vnc (spotted by Glauber Costa).  This
      is because it's necessary to tell when the no special display parameters have
      been passed and default to SDL or VNC appropriately.
      
      This refactors the display selection logic to be less complicated which has
      the effect of fixing the regression mentioned above.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      993fbfdb
  25. 14 5月, 2009 1 次提交
  26. 08 4月, 2009 1 次提交
  27. 06 2月, 2009 1 次提交
  28. 12 12月, 2008 1 次提交
  29. 04 10月, 2008 1 次提交
  30. 19 9月, 2008 3 次提交