Re: [PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register

2024-09-17 Thread maobibo
On 2024/9/17 下午3:44, Igor Mammedov wrote: On Sat, 14 Sep 2024 10:25:45 +0800 maobibo wrote: On 2024/9/13 下午8:41, Igor Mammedov wrote: On Wed, 11 Sep 2024 11:09:21 +0800 Bibo Mao wrote: Macro definition is added for acpi sleep control register, so that ged emulation driver can use thi

Re: [PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register

2024-09-17 Thread Igor Mammedov
On Sat, 14 Sep 2024 10:25:45 +0800 maobibo wrote: > On 2024/9/13 下午8:41, Igor Mammedov wrote: > > On Wed, 11 Sep 2024 11:09:21 +0800 > > Bibo Mao wrote: > > > >> Macro definition is added for acpi sleep control register, so that > >> ged emulation driver can use this, also it can be used in F

Re: [PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register

2024-09-13 Thread maobibo
On 2024/9/13 下午8:41, Igor Mammedov wrote: On Wed, 11 Sep 2024 11:09:21 +0800 Bibo Mao wrote: Macro definition is added for acpi sleep control register, so that ged emulation driver can use this, also it can be used in FDT table if ged is exposed with FDT table. Signed-off-by: Bibo Mao ---

Re: [PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register

2024-09-13 Thread Igor Mammedov
On Wed, 11 Sep 2024 11:09:21 +0800 Bibo Mao wrote: > Macro definition is added for acpi sleep control register, so that > ged emulation driver can use this, also it can be used in FDT table if > ged is exposed with FDT table. > > Signed-off-by: Bibo Mao > --- > hw/acpi/generic_event_device.c

[PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register

2024-09-10 Thread Bibo Mao
Macro definition is added for acpi sleep control register, so that ged emulation driver can use this, also it can be used in FDT table if ged is exposed with FDT table. Signed-off-by: Bibo Mao --- hw/acpi/generic_event_device.c | 6 +++--- hw/i386/acpi-microvm.c | 2 +- h