Re: [PATCH v2] hw/acpi/ich9: Add periodic and swsmi timer

2024-09-10 Thread Michael S. Tsirkin
On Wed, Jul 31, 2024 at 10:28:34AM +0200, Dominic Prinz wrote: > This patch implements the periodic and the swsmi ICH9 chipset timer. They are > especially useful when prototyping UEFI firmware (e.g. with EDK2's OVMF) > using QEMU. > > For backwards compatibility, the compat properties "x-smi-swsm

Re: [PATCH v2] hw/acpi/ich9: Add periodic and swsmi timer

2024-09-07 Thread Dominic Prinz
Second ping https://patchew.org/QEMU/1e4d59a49e7f2e02cf522e799a7bf5f3fa3fba1f.1722414006.git@dprinz.de/ https://lore.kernel.org/qemu-devel/1e4d59a49e7f2e02cf522e799a7bf5f3fa3fba1f.1722414006.git@dprinz.de/ On Wed Aug 21, 2024 at 3:00 PM CEST, Dominic Prinz wrote: > Ping > > https://patch

Re: [PATCH v2] hw/acpi/ich9: Add periodic and swsmi timer

2024-08-21 Thread Dominic Prinz
Ping https://patchew.org/QEMU/1e4d59a49e7f2e02cf522e799a7bf5f3fa3fba1f.1722414006.git@dprinz.de/ https://lore.kernel.org/qemu-devel/1e4d59a49e7f2e02cf522e799a7bf5f3fa3fba1f.1722414006.git@dprinz.de/ On Wed Jul 31, 2024 at 10:28 AM CEST, Dominic Prinz wrote: > This patch implements the per

[PATCH v2] hw/acpi/ich9: Add periodic and swsmi timer

2024-07-31 Thread Dominic Prinz
This patch implements the periodic and the swsmi ICH9 chipset timer. They are especially useful when prototyping UEFI firmware (e.g. with EDK2's OVMF) using QEMU. For backwards compatibility, the compat properties "x-smi-swsmi-timer", and "x-smi-periodic-timer" are introduced. Additionally, write