[PATCH v2] hw/misc: applesmc: use host osk as default on macs

2022-03-28 Thread Pedro Tôrres
r Linux is currently being rewritten by Hector Martin as part of the effort to bring Linux to Macs with Apple Silicon (Asahi Linux). When the new driver gets merged to the Linux Kernel, it will be a good time to extend this to work with it. Signed-off-by: Pedro Tôrres --- hw/misc/apple

[PATCH] hw/misc: applesmc: use host osk as default on macs

2021-10-02 Thread Pedro Tôrres
/VBox/Devices/EFI/DevSmc.cpp#L516 Signed-off-by: Pedro Tôrres --- hw/misc/applesmc.c | 185 + 1 file changed, 185 insertions(+) diff --git a/hw/misc/applesmc.c b/hw/misc/applesmc.c index 1b9acaf..824135d 100644 --- a/hw/misc/applesmc.c +++ b/hw/misc/apple