[systemd-devel] [PATCH 1/2] arm/aarch64: detect-virt: check dmi
Wei Huang
wei at redhat.com
Tue Nov 3 20:52:49 PST 2015
On 11/03/2015 03:19 PM, Andrew Jones wrote:
> ---
> src/basic/virt.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/src/basic/virt.c b/src/basic/virt.c
> index fb181e5b55ee5..b0e33dc5f4d24 100644
> --- a/src/basic/virt.c
> +++ b/src/basic/virt.c
> @@ -34,7 +34,7 @@
>
> static int detect_vm_cpuid(void) {
>
> - /* Both CPUID and DMI are x86 specific interfaces... */
> + /* CPUID is an x86 specific interface. */
> #if defined(__i386__) || defined(__x86_64__)
>
> static const struct {
> @@ -144,9 +144,7 @@ static int detect_vm_device_tree(void) {
> }
>
> static int detect_vm_dmi(void) {
> -
> - /* Both CPUID and DMI are x86 specific interfaces... */
> -#if defined(__i386__) || defined(__x86_64__)
> +#if defined(__i386__) || defined(__x86_64__) || defined(__arm__) || defined(__aarch64__)
>
> static const char *const dmi_vendors[] = {
> "/sys/class/dmi/id/sys_vendor",
>
Reviewed-by: Wei Huang <wei at redhat.com>
More information about the systemd-devel
mailing list