Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-30 Thread BALATON Zoltan
On Mon, 30 Oct 2023, Bernhard Beschow wrote: Am 29. Oktober 2023 00:07:00 UTC schrieb BALATON Zoltan : On Sat, 28 Oct 2023, Bernhard Beschow wrote: acpi_update_sci() covers everything pm_update_sci() does. It implements common ACPI funtionality in a generic fashion. Note that it agnostic to any

Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-30 Thread Bernhard Beschow
Am 29. Oktober 2023 00:07:00 UTC schrieb BALATON Zoltan : >On Sat, 28 Oct 2023, Bernhard Beschow wrote: >> acpi_update_sci() covers everything pm_update_sci() does. It implements >> common >> ACPI funtionality in a generic fashion. Note that it agnostic to any >> Frankenstein usage of the gener

Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-29 Thread BALATON Zoltan
On Sun, 29 Oct 2023, Bernhard Beschow wrote: Am 29. Oktober 2023 00:07:00 UTC schrieb BALATON Zoltan : On Sat, 28 Oct 2023, Bernhard Beschow wrote: acpi_update_sci() covers everything pm_update_sci() does. It implements common ACPI funtionality in a generic fashion. Note that it agnostic to any

Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-28 Thread Bernhard Beschow
Am 29. Oktober 2023 00:07:00 UTC schrieb BALATON Zoltan : >On Sat, 28 Oct 2023, Bernhard Beschow wrote: >> acpi_update_sci() covers everything pm_update_sci() does. It implements >> common >> ACPI funtionality in a generic fashion. Note that it agnostic to any >> Frankenstein usage of the gener

Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-28 Thread BALATON Zoltan
On Sat, 28 Oct 2023, Bernhard Beschow wrote: acpi_update_sci() covers everything pm_update_sci() does. It implements common ACPI funtionality in a generic fashion. Note that it agnostic to any Frankenstein usage of the general purpose event registers in other device models. It just implements a g

Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-28 Thread Bernhard Beschow
Am 28. Oktober 2023 12:59:56 UTC schrieb BALATON Zoltan : >On Sat, 28 Oct 2023, Bernhard Beschow wrote: >> acpi_update_sci() covers everything pm_update_sci() does. It implements >> common >> ACPI funtionality in a generic fashion. Note that it agnostic to any >> Frankenstein usage of the gener

Re: [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-28 Thread BALATON Zoltan
On Sat, 28 Oct 2023, Bernhard Beschow wrote: acpi_update_sci() covers everything pm_update_sci() does. It implements common ACPI funtionality in a generic fashion. Note that it agnostic to any Frankenstein usage of the general purpose event registers in other device models. It just implements a g

[PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()

2023-10-28 Thread Bernhard Beschow
acpi_update_sci() covers everything pm_update_sci() does. It implements common ACPI funtionality in a generic fashion. Note that it agnostic to any Frankenstein usage of the general purpose event registers in other device models. It just implements a generic mechanism which can be wired to arbitrar