From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: [PATCH v2 0/2] parse_bool fixes Date: Tue, 29 Jul 2014 15:57:47 -0400 Message-ID: <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: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Keir Fraser , Ian Campbell , Andrew Cooper , Ian Jackson , Don Slutz , Tim Deegan , Jan Beulich List-Id: xen-devel@lists.xenproject.org Changes v1 to v2: 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(-) -- 1.8.4