Re: [Qemu-devel] [PATCH v7 1/3] i386/acpi: make floppy controller object dynamic

2016-02-14 Thread Marcel Apfelbaum
On 01/26/2016 03:50 PM, Igor Mammedov wrote: From: Roman Kagan Instead of statically declaring the floppy controller in DSDT, with its _STA method depending on some obscure bit in the parent ISA bridge, add the object dynamically to DSDT via AML API only when the controller is present. The _ST

[Qemu-devel] [PATCH v7 1/3] i386/acpi: make floppy controller object dynamic

2016-01-26 Thread Igor Mammedov
From: Roman Kagan Instead of statically declaring the floppy controller in DSDT, with its _STA method depending on some obscure bit in the parent ISA bridge, add the object dynamically to DSDT via AML API only when the controller is present. The _STA method is no longer necessary and is therefor