qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH v2] arch_init: Setting QEMU_ARCH enum straight


From: Michael Tokarev
Subject: Re: [Qemu-trivial] [PATCH v2] arch_init: Setting QEMU_ARCH enum straight
Date: Sun, 21 Sep 2014 20:44:48 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0

21.09.2014 15:07, Bastian Koppelmann wrote:
> Every QEMU_ARCH is now in (1 << n) notation, instead of a mixture of decimal 
> and hexadecimal.

Applied to -trivial.  ALso changed QEMU_ARCH_ALPHA
from 1 to (1 << 0) for consistency with all others.

Thank you!

/mjt

>  enum {
>      QEMU_ARCH_ALL = -1,
>      QEMU_ARCH_ALPHA = 1,
> +    QEMU_ARCH_ARM = (1 << 1),
> +    QEMU_ARCH_CRIS = (1 << 2),
...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]