Re: [PATCH v4] hw/cxl: Add QTG _DSM support for ACPI0017 device

2023-10-09 Thread Dave Jiang
On 10/9/23 08:47, Jonathan Cameron wrote: > On Fri, 06 Oct 2023 15:15:56 -0700 > Dave Jiang wrote: > >> Add a simple _DSM call support for the ACPI0017 device to return fake QTG >> ID values of 0 and 1 in all cases. This for _DSM plumbing testing from the >> OS. >> >> Following edited for

Re: [PATCH v4] hw/cxl: Add QTG _DSM support for ACPI0017 device

2023-10-09 Thread Jonathan Cameron via
On Fri, 06 Oct 2023 15:15:56 -0700 Dave Jiang wrote: > Add a simple _DSM call support for the ACPI0017 device to return fake QTG > ID values of 0 and 1 in all cases. This for _DSM plumbing testing from the OS. > > Following edited for readability > > Device (CXLM) > { > Name (_HID,

[PATCH v4] hw/cxl: Add QTG _DSM support for ACPI0017 device

2023-10-06 Thread Dave Jiang
Add a simple _DSM call support for the ACPI0017 device to return fake QTG ID values of 0 and 1 in all cases. This for _DSM plumbing testing from the OS. Following edited for readability Device (CXLM) { Name (_HID, "ACPI0017") // _HID: Hardware ID ... Method (_DSM, 4, Serialized) //