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
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
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