RE: [PATCH v6 2/8] fw_cfg: Write the extra roots into the fw_cfg

2020-05-08 Thread miaoyubo
dhat.com; Xiexiangyou > Subject: Re: [PATCH v6 2/8] fw_cfg: Write the extra roots into the fw_cfg > > On Wed, Apr 08, 2020 at 08:58:10PM +0800, Yubo Miao wrote: > > From: miaoyubo > > > > Write the extra roots into the fw_cfg therefore the uefi could get the > > extra r

Re: [PATCH v6 2/8] fw_cfg: Write the extra roots into the fw_cfg

2020-05-04 Thread Michael S. Tsirkin
On Wed, Apr 08, 2020 at 08:58:10PM +0800, Yubo Miao wrote: > From: miaoyubo > > Write the extra roots into the fw_cfg therefore the uefi could > get the extra roots. Only if the uefi know there are extra roots, > the config space of devices behind the root could be obtained. > > Signed-off-by: m

[PATCH v6 2/8] fw_cfg: Write the extra roots into the fw_cfg

2020-04-08 Thread Yubo Miao
From: miaoyubo Write the extra roots into the fw_cfg therefore the uefi could get the extra roots. Only if the uefi know there are extra roots, the config space of devices behind the root could be obtained. Signed-off-by: miaoyubo --- hw/arm/virt.c | 23 +++ 1 file changed,