Re: [Qemu-devel] [PATCH] pc: acpi: keep pvpanic backward compatible

2015-05-29 Thread Radim Krčmář
2015-05-29 10:51+0200, Igor Mammedov: > On Wed, 27 May 2015 18:29:17 +0200 > Radim Krčmář wrote: > > In the old times, we always had pvpanic in ACPI and a _STA function told > > the guest not to use it. Now, we only include pvpanic in ACPI if it is > > enabled, so the _STA function is useless fro

Re: [Qemu-devel] [PATCH] pc: acpi: keep pvpanic backward compatible

2015-05-29 Thread Igor Mammedov
On Wed, 27 May 2015 18:29:17 +0200 Radim Krčmář wrote: > In the old times, we always had pvpanic in ACPI and a _STA function told > the guest not to use it. Now, we only include pvpanic in ACPI if it is > enabled, so the _STA function is useless from qemu's point of view, but > guests still want

[Qemu-devel] [PATCH] pc: acpi: keep pvpanic backward compatible

2015-05-27 Thread Radim Krčmář
In the old times, we always had pvpanic in ACPI and a _STA function told the guest not to use it. Now, we only include pvpanic in ACPI if it is enabled, so the _STA function is useless from qemu's point of view, but guests still want to query availability. Make them happy. This patch extends e