From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 0/2] parse_bool fixes Date: Tue, 29 Jul 2014 21:10:03 +0100 Message-ID: <53D7FF9B.9020203@citrix.com> References: <1406663869-31522-1-git-send-email-dslutz@verizon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406663869-31522-1-git-send-email-dslutz@verizon.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Don Slutz , xen-devel@lists.xen.org Cc: Keir Fraser , Ian Jackson , Ian Campbell , Jan Beulich , Tim Deegan List-Id: xen-devel@lists.xenproject.org On 29/07/2014 20:57, Don Slutz wrote: > Changes v1 to v2: Much better! Both Reviewed-by: Andrew Cooper > > Jan Beulich, Keir Fraser, Andrew Cooper: > v1 #1 "cmdline_parse: Also pass bool_assert to OPT_CUSTOM..." > NAK (several ways of saying this) so drop this pacth. > > As suggested by Jan Beulich: > v2 #1 "cmdline_parse: Convert no- prefix into =no for OPT_CUSTOM" > > > V2 #2 "xen/console: Better handing of console_timestamps as a boolean_param" > Drop stacked inversions part of patch. > > --- > > console_timestamps use to be a boolean_param. Now it is more. This > patch series is to make old xen command lines with > console_timestamps in them continue to work the way they did at 4.4. > > > Don Slutz (2): > cmdline_parse: Convert no- prefix into =no for OPT_CUSTOM > xen/console: Better handing of console_timestamps as a boolean_param > > xen/common/kernel.c | 15 ++++++++++++++- > xen/drivers/char/console.c | 26 ++++++++++++++++++-------- > 2 files changed, 32 insertions(+), 9 deletions(-) >