On 1/21/22 7:07 AM, Atish Patra wrote:
+ [CSR_VSTART] = { "vstart", vs, read_vstart, write_vstart, NULL, + NULL, NULL, PRIV_VERSION_1_12_0 },
I think adding all of these NULLs are hard to read. Better to just add .min_priv_ver = PRIV_VERSION_1_12_0 to the existing entry. r~