Re: [Qemu-devel] [PATCH v2] i386/acpi: add _HID to processor objects

2015-10-28 Thread Matthias Lange
On 10/23/2015 03:08 PM, Igor Mammedov wrote: > On Thu, 22 Oct 2015 22:03:24 +0200 > Matthias Lange wrote: > >> This patch appends "ACPI0007" as the HID to each processor object. >> >> Until commit 20843d processor objects used to have a _HID. According >> to the ACPI spec this is not required but

Re: [Qemu-devel] [PATCH v2] i386/acpi: add _HID to processor objects

2015-10-23 Thread Igor Mammedov
On Thu, 22 Oct 2015 22:03:24 +0200 Matthias Lange wrote: > This patch appends "ACPI0007" as the HID to each processor object. > > Until commit 20843d processor objects used to have a _HID. According > to the ACPI spec this is not required but removing it breaks systems Pls answer Michael's quest

[Qemu-devel] [PATCH v2] i386/acpi: add _HID to processor objects

2015-10-22 Thread Matthias Lange
This patch appends "ACPI0007" as the HID to each processor object. Until commit 20843d processor objects used to have a _HID. According to the ACPI spec this is not required but removing it breaks systems which relied on the HID. As it does no harm it is safe to add _HID to processor objects and r