1. 04 6月, 2015 2 次提交
  2. 01 6月, 2015 1 次提交
  3. 31 5月, 2015 1 次提交
    • R
      pc: acpi: fix pvpanic for buggy guests · 2332333c
      Radim Krčmář 提交于
      In the old times, we always had pvpanic in ACPI and a _STA method told
      the guest not to use it.  Automatic generation dropped the _STA method
      as the specification says that missing _STA means enabled and working.
      Some guests (Linux) had buggy drivers and this change made them unable
      to utilize pvpanic.
      
      A Linux patch is posted as well, but I think it's worth to make pvpanic
      useable on old guests at the price of three lines and few bytes of SSDT.
      
      The old _STA method was
        Method (_STA, 0, NotSerialized) {
            Store (PEST, Local0)
            If (LEqual (Local0, Zero)) {
                Return (Zero) }
            Else {
                Return (0x0F) }}
      
      Igor pointed out that we don't need to use a method to return a constant
      and that 0xB (don't show in UI) is the common definition now.
      
      Also, the device used to be PEVT.  (PEVT as in "panic event"?)
      Signed-off-by: NRadim Krčmář <rkrcmar@redhat.com>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      2332333c
  4. 29 5月, 2015 2 次提交
  5. 30 4月, 2015 1 次提交
  6. 28 4月, 2015 8 次提交
  7. 01 4月, 2015 1 次提交
  8. 08 3月, 2015 2 次提交
  9. 01 3月, 2015 9 次提交
  10. 26 2月, 2015 13 次提交