qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro


From: Daniel Henrique Barboza
Subject: Re: [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
Date: Thu, 9 Mar 2023 12:59:14 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0



On 3/8/23 20:00, Richard Henderson wrote:
On 3/8/23 12:19, Daniel Henrique Barboza wrote:
      PRIV_VERSION_1_11_0,
      PRIV_VERSION_1_12_0,
  };
+#define PRIV_VERSION_LATEST PRIV_VERSION_1_12_0

Any reason not to make this a enumeration value:

   PRIV_VERSION_LATEST = PRIV_VERSION_1_12_0

?

Hm, not particularly. I'll do that.


Daniel


r~



reply via email to

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