Re: [PATCH v7 2/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table

2022-03-07 Thread Igor Mammedov
On Sun, 6 Mar 2022 19:56:04 +0530 Ani Sinha wrote: > On Sun, Mar 6, 2022 at 4:06 PM Michael S. Tsirkin wrote: > > > > On Fri, Mar 04, 2022 at 09:10:30PM +0530, Ani Sinha wrote: > > > From: Liav Albani > > > > > > This can allow the guest OS to determine more easily if i8042 controller > > >

Re: [PATCH v7 2/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table

2022-03-06 Thread Ani Sinha
On Sun, Mar 6, 2022 at 4:06 PM Michael S. Tsirkin wrote: > > On Fri, Mar 04, 2022 at 09:10:30PM +0530, Ani Sinha wrote: > > From: Liav Albani > > > > This can allow the guest OS to determine more easily if i8042 controller > > is present in the system or not, so it doesn't need to do probing of

Re: [PATCH v7 2/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table

2022-03-06 Thread Michael S. Tsirkin
On Fri, Mar 04, 2022 at 09:10:30PM +0530, Ani Sinha wrote: > From: Liav Albani > > This can allow the guest OS to determine more easily if i8042 controller > is present in the system or not, so it doesn't need to do probing of the > controller, but just initialize it immediately, before

[PATCH v7 2/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table

2022-03-04 Thread Ani Sinha
From: Liav Albani This can allow the guest OS to determine more easily if i8042 controller is present in the system or not, so it doesn't need to do probing of the controller, but just initialize it immediately, before enumerating the ACPI AML namespace. The 8042 bit in IAPC_BOOT_ARCH was