1. 17 11月, 2017 1 次提交
  2. 02 8月, 2017 1 次提交
  3. 12 5月, 2017 1 次提交
  4. 11 5月, 2017 1 次提交
  5. 03 5月, 2017 1 次提交
    • P
      hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support. · 77af8a2b
      Phil Dennis-Jordan 提交于
      This updates the FADT generated for x86/64 machine types from Revision 1 to 3. (Based on ACPI standard 2.0 instead of 1.0) The intention is to expose the reset register information to guest operating systems which require it, specifically OS X/macOS. Revision 1 FADTs do not contain the fields relating to the reset register.
      
      The new layout and contents remains backwards-compatible with operating systems which only support ACPI 1.0, as the existing fields are not modified by this change, as the 64-bit and 32-bit variants are allowed to co-exist according to the ACPI 2.0 standard. No regressions became apparent in tests with a range of Windows (XP-10) and Linux versions.
      
      The BIOS tables test suite's FADT checksum test has also been updated to reflect the new FADT layout and content.
      Signed-off-by: NPhil Dennis-Jordan <phil@philjordan.eu>
      Message-Id: <1489558827-28971-2-git-send-email-phil@philjordan.eu>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      77af8a2b
  6. 02 3月, 2017 1 次提交
  7. 01 3月, 2017 1 次提交
  8. 10 1月, 2017 1 次提交
  9. 14 10月, 2016 1 次提交
  10. 10 10月, 2016 1 次提交
  11. 10 9月, 2016 1 次提交
  12. 04 7月, 2016 1 次提交
  13. 24 6月, 2016 1 次提交
  14. 07 6月, 2016 2 次提交
  15. 08 4月, 2016 1 次提交
  16. 16 2月, 2016 2 次提交
  17. 08 1月, 2016 1 次提交
  18. 11 9月, 2015 1 次提交
  19. 07 9月, 2015 1 次提交
  20. 13 8月, 2015 1 次提交
  21. 10 6月, 2015 1 次提交
  22. 28 4月, 2015 1 次提交
  23. 01 3月, 2015 1 次提交
  24. 27 1月, 2015 1 次提交
  25. 10 12月, 2014 1 次提交
  26. 03 10月, 2014 1 次提交
    • J
      qtest/bios-tables: Correct Q35 command line · 6b9e03a4
      John Snow 提交于
      If the Q35 board types are to begin recognizing
      and decoding syntactic sugar for drive/device
      declarations, then workarounds found within
      the qtests suite need to be adjusted to prevent
      any test failures after the fix.
      
      bios-tables-test improperly uses this cli:
      -drive file=etc,id=hd -device ide-hd,drive=hd
      
      Which will create a drive and device due to
      the lack of specifying if=none. Then, it will
      attempt to create a second device and fail.
      
      This patch corrects this test to always use
      the full, non-sugared -device/-drive syntax
      for both PC and Q35.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Message-id: 1412187569-23452-6-git-send-email-jsnow@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      6b9e03a4
  27. 24 8月, 2014 1 次提交
  28. 29 7月, 2014 1 次提交
  29. 28 5月, 2014 2 次提交
  30. 24 3月, 2014 1 次提交
  31. 18 3月, 2014 1 次提交
  32. 10 3月, 2014 2 次提交
  33. 26 1月, 2014 4 次提交