[Xen-devel] [PATCH] tools/ocaml/libs/xc fix gcc-8 format-truncation warning

2018-05-14 Thread John Thomson
r_code_to_desc(error->code), ~~~ error->message); ~~~ cc1: all warnings being treated as errors make[8]: *** [/build/xen-git/src/xen/tools/ocaml/libs/xc/../../Makefile.rules:37: xenctrl_stubs.o] Error 1 m Signed-off-by: John Thomson <g...@johnthomson.fastma

Re: [Xen-devel] staging GCC 8.1.0 build warnings

2018-05-14 Thread John Thomson
On Tue, 15 May 2018, at 04:20, Jason Andryuk wrote: > > On Thu, May 10, 2018 at 09:38:26AM +1000, John Thomson wrote: > >> /build/xen-git/src/xen/stubdom/tpm_emulator-x86_64/tpm/tpm_deprecated.c:437:7: > >> error: 'memcmp' reading 20 bytes from a region of size 8 > &g

[Xen-devel] staging GCC 8.1.0 build warnings

2018-05-09 Thread John Thomson
Not sure how to approach this, I disabled the vtpm stubdoms in my builds for now. Cheers, -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] Request for Xen SeaBIOS git head / branch to follow or include Xen staging tag

2018-03-27 Thread John Thomson
an do all of these now. Thank you, -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] Request for Xen SeaBIOS git head / branch to follow or include Xen staging tag

2018-03-15 Thread John Thomson
. Xen SeaBIOS master is currently prior to rel-1.10.0. https://xenbits.xen.org/gitweb/?p=seabios.git;a=summary Cheers, -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [PATCH v2 0/8] Using GitLab CI for build testing

2018-03-15 Thread John Thomson
mething like: artifacts: paths: - '*.log' when: always job: ... script: - ./scripts/travis-build 2>&1 | tee build.log Cheers, -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH] tools: xenalyze.c fix format-truncation

2018-03-14 Thread John Thomson
"(%s +%llx)", ^ lastname, offset); ~ cc1: all warnings being treated as errors Signed-off-by: John Thomson <g...@johnthomson.fastmail.com.au> --- tools/xentrace/xenalyze.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

Re: [Xen-devel] [PATCH RFC] ocaml: Fix compile with ocaml 4.06, use unsafe strings

2018-01-26 Thread John Thomson
=blob;f=stubdom/configure;h=a7a0c0915440b7b351a7adf4f40c8f9ee8e739ef;hb=refs/heads/staging#l3534 Cheers, -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH RFC] ocaml: Fix compile with ocaml 4.06, use unsafe strings

2018-01-26 Thread John Thomson
tring val write : file_descr -> bytes -> int -> int -> int File "xb.ml", line 152, characters 19-22: Error: This expression has type string but an expression was expected of type bytes String.blit val blit : string -> int -> bytes -> int -> in