> -----Original Message----- > From: Richard Henderson [mailto:richard.hender...@linaro.org] > Sent: Friday, October 2, 2020 1:23 AM > To: Jiangyifei <jiangyi...@huawei.com>; qemu-devel@nongnu.org; > qemu-ri...@nongnu.org > Cc: Zhanghailiang <zhang.zhanghaili...@huawei.com>; > sag...@eecs.berkeley.edu; kbast...@mail.uni-paderborn.de; Zhangxiaofeng > (F) <victor.zhangxiaof...@huawei.com>; alistair.fran...@wdc.com; yinyipeng > <yinyipe...@huawei.com>; pal...@dabbelt.com; Wubin (H) > <wu.wu...@huawei.com>; dengkai (A) <dengk...@huawei.com> > Subject: Re: [PATCH 1/5] target/riscv: Add basic vmstate description of CPU > > On 9/28/20 9:03 PM, Yifei Jiang wrote: > > --- /dev/null > > +++ b/target/riscv/machine.c > > @@ -0,0 +1,59 @@ > > +#include "qemu/osdep.h" > > +#include "cpu.h" > > All new files must contain license boilerplate. > > Otherwise, considering the followups, this seems ok. >
Thanks, I'll add license boilerplate in the next series. Yifei > > r~