Re: [meta-virtualization] [PATCH 1/7] xen: Define the standard values needed for stubdoms

2018-03-08 Thread Christopher Clark
On Mon, Mar 5, 2018 at 7:35 AM, Kurt Bodiker wrote: > From: kebodiker > > This commit introduces the stubdom.inc file that is required for each > recipe that is/will be built for Xen stubdomains. > > +# Couldn't find any other

Re: [meta-virtualization] [PATCH 0/7] Xen vTPM stubdomains

2018-03-08 Thread Christopher Clark
On Thu, Mar 8, 2018 at 12:58 PM, Bruce Ashfield wrote: > On Mon, Mar 5, 2018 at 10:35 AM, Kurt Bodiker > wrote: > > This patchset introduces the basic recipes necessary to build Xen > > stubdomains, in particular the vTPM and vTPM

Re: [meta-virtualization] [PATCH 3/7] xen: Newlib recipe and patches for Xen stubdoms

2018-03-08 Thread akuster
On 03/08/2018 01:05 PM, Bruce Ashfield wrote: > On Mon, Mar 5, 2018 at 10:35 AM, Kurt Bodiker > wrote: >> From: kebodiker >> >> Newlib provides a fast, C library optimized for embedded systems. In the >> case of Xen stubdomains,

Re: [meta-virtualization] [master][rocko][PATCH 1/2] vgabios: replace PN with BPN, to solve fetch failure while building for multilib

2018-03-08 Thread Bruce Ashfield
merged. Bruce On Wed, Mar 7, 2018 at 12:02 PM, Jagadeesh Krishnanjanappa wrote: > The multilib vgabios (for example lib32-vgabios) fetch fails with > below error: > -- snip -- > Location: http://nongnu.askapache.com/vgabios/lib32-vgabios-0.7a.tgz > [following] >

Re: [meta-virtualization] [master][rocko][PATCH 2/2] gunicorn: replace PN with BPN, to solve fetch failure while building for multilib

2018-03-08 Thread Bruce Ashfield
merged Bruce On Wed, Mar 7, 2018 at 12:02 PM, Jagadeesh Krishnanjanappa wrote: > The multilib gunicorn (for example lib32-gunicorn) fetch fails with > below error: > -- snip -- > --2018-03-07 16:52:09-- >

Re: [meta-virtualization] [PATCH] spice: Fix compile errors from gcc 7 with spice 0.12.4

2018-03-08 Thread Bruce Ashfield
Applied. I had a reject when working with the patch, so double check that I resolved things properly. Bruce On Fri, Mar 2, 2018 at 4:46 PM, Jason Wessel wrote: > ../../git/server/red_parse_qxl.c:367:18: error: 'BITMAP_FMT_IS_RGB' defined > but not used

Re: [meta-virtualization] [PATCH 4/7] xen: PolarSSL recipe and patches for Xen stubdoms

2018-03-08 Thread Bruce Ashfield
On Mon, Mar 5, 2018 at 10:35 AM, Kurt Bodiker wrote: > From: kebodiker > > PolarSSL (now mbedTLS) is a lightweight SSL library optimized for > embedded systems. In the case of Xen stubdomains, we are using MiniOS. > This PolarSSL

Re: [meta-virtualization] [PATCH 3/7] xen: Newlib recipe and patches for Xen stubdoms

2018-03-08 Thread Bruce Ashfield
On Mon, Mar 5, 2018 at 10:35 AM, Kurt Bodiker wrote: > From: kebodiker > > Newlib provides a fast, C library optimized for embedded systems. In the > case of Xen stubdomains, we are using MiniOS. This Newlib recipe creates > static

Re: [meta-virtualization] [PATCH 0/7] Xen vTPM stubdomains

2018-03-08 Thread Bruce Ashfield
On Mon, Mar 5, 2018 at 10:35 AM, Kurt Bodiker wrote: > This patchset introduces the basic recipes necessary to build Xen > stubdomains, in particular the vTPM and vTPM Manager stubdomains. vTPM > stubdomains provide Xen guest domains access to a virtualized TPM.