On 2021/7/22 21:07, Andrew Jones wrote:
On Thu, Jul 22, 2021 at 02:24:03PM +0800, wangyanan (Y) wrote:
On 2021/7/20 1:20, Andrew Jones wrote:
On Mon, Jul 19, 2021 at 11:20:42AM +0800, Yanan Wang wrote:
We are going to introduce an unit test for the parser smp_parse()
in hw/core/machine.c, but
On Thu, Jul 22, 2021 at 02:24:03PM +0800, wangyanan (Y) wrote:
> On 2021/7/20 1:20, Andrew Jones wrote:
> > On Mon, Jul 19, 2021 at 11:20:42AM +0800, Yanan Wang wrote:
> > > We are going to introduce an unit test for the parser smp_parse()
> > > in hw/core/machine.c, but now machine.c is only built
On 2021/7/20 1:20, Andrew Jones wrote:
On Mon, Jul 19, 2021 at 11:20:42AM +0800, Yanan Wang wrote:
We are going to introduce an unit test for the parser smp_parse()
in hw/core/machine.c, but now machine.c is only built in softmmu.
In order to solve the build dependency on the smp parsing code a
On Mon, Jul 19, 2021 at 11:20:42AM +0800, Yanan Wang wrote:
> We are going to introduce an unit test for the parser smp_parse()
> in hw/core/machine.c, but now machine.c is only built in softmmu.
>
> In order to solve the build dependency on the smp parsing code and
> avoid building unrelated stuf