1. 20 2月, 2011 2 次提交
  2. 12 2月, 2011 3 次提交
  3. 25 1月, 2011 1 次提交
  4. 16 11月, 2010 1 次提交
  5. 02 7月, 2010 1 次提交
    • M
      pc: Fix CMOS info for drives defined with -device · c0897e0c
      Markus Armbruster 提交于
      Drives defined with -drive if=ide get get created along with the IDE
      controller, inside machine->init().  That's before cmos_init().
      Drives defined with -device get created during generic device init.
      That's after cmos_init().  Because of that, CMOS has no information on
      them (type, geometry, translation).  Older versions of Windows such as
      XP reportedly choke on that.
      
      Split off the part of CMOS initialization that needs to know about
      -device devices, and turn it into a reset handler, so it runs after
      device creation.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      c0897e0c
  6. 19 6月, 2010 1 次提交
  7. 29 5月, 2010 1 次提交
  8. 22 5月, 2010 1 次提交
  9. 16 5月, 2010 3 次提交
  10. 15 5月, 2010 3 次提交
  11. 04 5月, 2010 1 次提交
  12. 30 3月, 2010 1 次提交
  13. 22 3月, 2010 2 次提交
  14. 01 3月, 2010 1 次提交
  15. 20 2月, 2010 1 次提交
    • J
      QEMU e820 reservation patch · 4c5b10b7
      Jes Sorensen 提交于
      Hi,
      
      Kevin and I have agreed on the approach for this one now. So here is
      the latest version of the patch for QEMU, submitting e820 reservation
      entries via fw_cfg.
      
      Cheers,
      Jes
      
      Use qemu-cfg to provide the BIOS with an optional table of e820 entries.
      
      Notify the BIOS of the location of the TSS+EPT range to by reserving
      it via the e820 table.
      
      This matches a corresponding patch for Seabios, however older versions
      of Seabios will default to the hardcoded address range and stay
      compatible with current QEMU.
      Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      4c5b10b7
  16. 13 11月, 2009 1 次提交
  17. 28 10月, 2009 1 次提交
  18. 05 10月, 2009 3 次提交
  19. 02 10月, 2009 2 次提交
  20. 10 9月, 2009 2 次提交
  21. 04 9月, 2009 3 次提交
  22. 28 8月, 2009 2 次提交
  23. 24 8月, 2009 1 次提交
  24. 15 8月, 2009 1 次提交
  25. 22 6月, 2009 1 次提交