[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Add DSDT node for AppleSMC
From: |
Alexander Graf |
Subject: |
Re: [Qemu-devel] [PATCH] Add DSDT node for AppleSMC |
Date: |
Fri, 20 Dec 2013 17:39:53 +0100 |
On 20.12.2013, at 16:54, Gabriel L. Somlo <address@hidden> wrote:
> AppleSMC (-device isa-applesmc) is required to boot OS X guests.
> OS X expects a SMC node to be present in the ACPI DSDT. This patch
> adds a SMC node to the DSDT, and dynamically patches the return value
> of SMC._STA to either 0x0B if the chip is present, or otherwise to 0x00,
> before booting the guest.
>
> Signed-off-by: Gabriel Somlo <address@hidden>
I haven't checked for the actual functionality, but please make sure the patch
passes checkpatch.pl. I spot at least one case of missing braces - and it'd be
a shame if it gets rejected over that.
Alex
- [Qemu-devel] [PATCH] Add DSDT node for AppleSMC, Gabriel L. Somlo, 2013/12/20
- Re: [Qemu-devel] [PATCH] Add DSDT node for AppleSMC,
Alexander Graf <=
- [Qemu-devel] [PATCH v2] Add DSDT node for AppleSMC, Gabriel L. Somlo, 2013/12/20
- Re: [Qemu-devel] [PATCH v2] Add DSDT node for AppleSMC, Michael S. Tsirkin, 2013/12/22
- [Qemu-devel] [PATCH v3] Add DSDT node for AppleSMC, Gabriel L. Somlo, 2013/12/22
- Re: [Qemu-devel] [PATCH v3] Add DSDT node for AppleSMC, Laszlo Ersek, 2013/12/22
- Re: [Qemu-devel] [PATCH v3] Add DSDT node for AppleSMC, Gabriel L. Somlo, 2013/12/22
- Re: [Qemu-devel] [PATCH v3] Add DSDT node for AppleSMC, Laszlo Ersek, 2013/12/22
- Re: [Qemu-devel] [PATCH v3] Add DSDT node for AppleSMC, Gabriel L. Somlo, 2013/12/22
- Re: [Qemu-devel] [PATCH v3] Add DSDT node for AppleSMC, Alexander Graf, 2013/12/25