Re: [U-Boot] [PATCH v4 1/8] x86: qemu: add fw_cfg support

2016-01-03 Thread Bin Meng
Hi Miao, On Thu, Dec 31, 2015 at 10:55 AM, Miao Yan wrote: > The QEMU fw_cfg interface allows the guest to retrieve various > data information from QEMU. For example, APCI/SMBios tables, number > of online cpus, kernel data and command line, etc. > > This patch adds

Re: [U-Boot] [PATCH v4 1/8] x86: qemu: add fw_cfg support

2015-12-31 Thread Miao Yan
Hi Simon, 2015-12-31 13:07 GMT+08:00 Simon Glass : > Hi Miao, > > On 30 December 2015 at 19:55, Miao Yan wrote: >> The QEMU fw_cfg interface allows the guest to retrieve various >> data information from QEMU. For example, APCI/SMBios tables, number >> of

Re: [U-Boot] [PATCH v4 1/8] x86: qemu: add fw_cfg support

2015-12-31 Thread Simon Glass
Hi Miao, On 31 December 2015 at 01:42, Miao Yan wrote: > Hi Simon, > > 2015-12-31 13:07 GMT+08:00 Simon Glass : >> Hi Miao, >> >> On 30 December 2015 at 19:55, Miao Yan wrote: >>> The QEMU fw_cfg interface allows the guest to

[U-Boot] [PATCH v4 1/8] x86: qemu: add fw_cfg support

2015-12-30 Thread Miao Yan
The QEMU fw_cfg interface allows the guest to retrieve various data information from QEMU. For example, APCI/SMBios tables, number of online cpus, kernel data and command line, etc. This patch adds support for QEMU fw_cfg interface. Signed-off-by: Miao Yan --- Changes in

Re: [U-Boot] [PATCH v4 1/8] x86: qemu: add fw_cfg support

2015-12-30 Thread Simon Glass
Hi Miao, On 30 December 2015 at 19:55, Miao Yan wrote: > The QEMU fw_cfg interface allows the guest to retrieve various > data information from QEMU. For example, APCI/SMBios tables, number > of online cpus, kernel data and command line, etc. > > This patch adds support