Re: [Xen-devel] [PATCH] tools/libxc/xc_dom_arm: add missing variable initialization

2017-09-14 Thread Christopher Clark
On Mon, Aug 21, 2017 at 1:20 AM, Wei Liu wrote: > On Sat, Aug 19, 2017 at 04:21:42PM +0200, Thomas Petazzoni wrote: >> From: Bernd Kuhls >> >> The variable domctl.u.address_size.size may remain uninitialized if >> guest_type is not one of xen-3.0-aarch64 or xen-3.0-armv7l. And the >> code precise

Re: [Xen-devel] [PATCH] tools/libxc/xc_dom_arm: add missing variable initialization

2017-08-21 Thread Wei Liu
On Sat, Aug 19, 2017 at 04:21:42PM +0200, Thomas Petazzoni wrote: > From: Bernd Kuhls > > The variable domctl.u.address_size.size may remain uninitialized if > guest_type is not one of xen-3.0-aarch64 or xen-3.0-armv7l. And the > code precisely checks if this variable is still 0 to decide if the

[Xen-devel] [PATCH] tools/libxc/xc_dom_arm: add missing variable initialization

2017-08-19 Thread Thomas Petazzoni
From: Bernd Kuhls The variable domctl.u.address_size.size may remain uninitialized if guest_type is not one of xen-3.0-aarch64 or xen-3.0-armv7l. And the code precisely checks if this variable is still 0 to decide if the guest type is supported or not. This fixes the following build failure with