[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v15 01/23] docs: create Cache Allocation Technology (CAT) and Code and Data Prioritization (CDP) feature document
On 17-08-03 13:26:37, Wei Liu wrote: > On Tue, Aug 01, 2017 at 04:48:32PM +0800, Yi Sun wrote: > > This patch creates CAT and CDP feature document in doc/features/. It > > describes > > key points to implement L3 CAT/CDP and L2 CAT which is described in details > > in > > Intel SDM "INTEL? RESOURCE DIRECTOR TECHNOLOGY (INTEL? RDT) ALLOCATION > > FEATURES". > > > > Signed-off-by: Yi Sun <yi.y.sun@xxxxxxxxxxxxxxx> > > Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > > Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> > > https://travis-ci.org/xen-project/xen/jobs/260567408 > > pandoc: Cannot decode byte '\xae': Data.Text.Encoding.Fusion.streamUtf8: > Invalid UTF-8 stream > > Please submit a patch to fix it. I am afraid this is caused by the special charactor '®' (ASCII: xAE) as below: "INTEL® RESOURCE DIRECTOR TECHNOLOGY (INTEL® RDT) ALLOCATION FEATURES" [Intel® 64 and IA-32 Architectures Software Developer Manuals, vol3](http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html) I have removed it from the doc and created a patch. But before send the patch out, how can I have a test to check if my assumption is correct? I have executed 'make dist' and did not see any issue. But I met below error when I tried './scripts/travis-build' after the full build. hvmloader.o:(.data+0x4): undefined reference to `rombios_config' hvmloader.o: In function `main': hvmloader.c:(.text.startup+0x53f): undefined reference to `rombios_config' hvmloader.c:(.text.startup+0x55c): undefined reference to `rombios_config' hvmloader.c:(.text.startup+0x562): undefined reference to `rombios_config' make[8]: *** [hvmloader] Error 1 I executed below commands shown in the link above before exectuing './scripts/travis-build'. export XEN_TARGET_ARCH=x86_64 export debug=n export CC=gcc gcc --version export CXX=${CC/cc/++} export CXX=${CXX/clang/clang++} _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |