xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] parse_bool fixes
@ 2014-07-28 15:59 Don Slutz
  2014-07-28 15:59 ` [PATCH 1/3] cmdline_parse: Also pass bool_assert to OPT_CUSTOM so that parse_bool can be used correctly Don Slutz
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Don Slutz @ 2014-07-28 15:59 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Liu Jinsong, Christoph Egger,
	Ian Jackson, Don Slutz, Tim Deegan, Aravind Gopalakrishnan,
	Jan Beulich, Stefano Stabellini, Suravee Suthikulpanit

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 (3):
  cmdline_parse: Also pass bool_assert to OPT_CUSTOM so that parse_bool
    can be used correctly.
  xen/console: Better handing of console_timestamps as a boolean_param
  Adjust parse_vpmu_param use of parse_bool

 xen/arch/arm/domain_build.c              |  2 +-
 xen/arch/x86/apic.c                      |  6 ++--
 xen/arch/x86/cpu/mcheck/mce.c            |  2 +-
 xen/arch/x86/domain_build.c              |  4 +--
 xen/arch/x86/genapic/probe.c             |  2 +-
 xen/arch/x86/hvm/vpmu.c                  | 18 ++++++++----
 xen/arch/x86/io_apic.c                   |  2 +-
 xen/arch/x86/irq.c                       |  4 +--
 xen/arch/x86/microcode.c                 |  2 +-
 xen/arch/x86/nmi.c                       |  2 +-
 xen/arch/x86/numa.c                      |  4 +--
 xen/arch/x86/oprofile/nmi_int.c          |  2 +-
 xen/arch/x86/setup.c                     |  4 +--
 xen/arch/x86/shutdown.c                  |  2 +-
 xen/arch/x86/time.c                      |  2 +-
 xen/arch/x86/x86_64/mmconfig-shared.c    |  2 +-
 xen/common/core_parking.c                |  2 +-
 xen/common/domain.c                      |  2 +-
 xen/common/kernel.c                      |  4 +--
 xen/common/kexec.c                       |  6 ++--
 xen/drivers/acpi/tables.c                |  2 +-
 xen/drivers/char/console.c               | 49 ++++++++++++++++++++++----------
 xen/drivers/cpufreq/cpufreq.c            |  2 +-
 xen/drivers/passthrough/amd/iommu_acpi.c |  4 +--
 xen/drivers/passthrough/iommu.c          |  4 +--
 xen/drivers/passthrough/pci.c            |  4 +--
 xen/drivers/video/vesa.c                 |  2 +-
 27 files changed, 84 insertions(+), 57 deletions(-)

-- 
1.8.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-07-29 20:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 15:59 [PATCH 0/3] parse_bool fixes Don Slutz
2014-07-28 15:59 ` [PATCH 1/3] cmdline_parse: Also pass bool_assert to OPT_CUSTOM so that parse_bool can be used correctly Don Slutz
2014-07-28 16:06   ` Jan Beulich
2014-07-28 17:12     ` Don Slutz
2014-07-28 19:19       ` Keir Fraser
2014-07-28 20:30         ` Don Slutz
2014-07-29  6:35           ` Jan Beulich
2014-07-29 20:05             ` Don Slutz
2014-07-28 16:08   ` Andrew Cooper
2014-07-28 16:18     ` Don Slutz
2014-07-28 16:23       ` Andrew Cooper
2014-07-28 19:07         ` Don Slutz
2014-07-28 16:39       ` Jan Beulich
2014-07-28 15:59 ` [PATCH 2/3] xen/console: Better handing of console_timestamps as a boolean_param Don Slutz
2014-07-28 15:59 ` [PATCH 3/3] Adjust parse_vpmu_param use of parse_bool Don Slutz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).