All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] x86: bool_t to bool cleanup
@ 2017-06-28 14:18 Wei Liu
  2017-06-28 14:18 ` [PATCH 1/8] x86/irq.c: use plain bool Wei Liu
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Wei Liu @ 2017-06-28 14:18 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Wei Liu, Jan Beulich

Did some cleanup while I'm looking for files to break apart under x86/.

Wei Liu (8):
  x86/irq.c: use plain bool
  x86/platform_hypercall.c: use plain bool
  x86/domain.c: use plain bool
  x86/dom0_build.c: use plain bool
  x86/crash.c: use plain bool
  x86/time.c: use plain bool
  x86/nmi.c: use plain bool
  x86/setup.c: use plain bool

 xen/arch/x86/crash.c              |  4 ++--
 xen/arch/x86/dom0_build.c         | 12 ++++++------
 xen/arch/x86/domain.c             | 16 ++++++++--------
 xen/arch/x86/irq.c                | 25 +++++++++++++------------
 xen/arch/x86/nmi.c                | 34 +++++++++++++++++-----------------
 xen/arch/x86/platform_hypercall.c | 10 +++++-----
 xen/arch/x86/setup.c              | 24 ++++++++++++------------
 xen/arch/x86/time.c               | 28 ++++++++++++++--------------
 xen/include/asm-x86/apic.h        |  4 ++--
 xen/include/asm-x86/domain.h      |  6 +++---
 10 files changed, 82 insertions(+), 81 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-06-29 10:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 14:18 [PATCH 0/8] x86: bool_t to bool cleanup Wei Liu
2017-06-28 14:18 ` [PATCH 1/8] x86/irq.c: use plain bool Wei Liu
2017-06-28 14:21   ` Andrew Cooper
2017-06-29  6:53     ` Jan Beulich
2017-06-29 10:35       ` Wei Liu
2017-06-28 14:18 ` [PATCH 2/8] x86/platform_hypercall.c: " Wei Liu
2017-06-28 14:21   ` Andrew Cooper
2017-06-28 14:18 ` [PATCH 3/8] x86/domain.c: " Wei Liu
2017-06-28 14:22   ` Andrew Cooper
2017-06-29  6:55   ` Jan Beulich
2017-06-28 14:18 ` [PATCH 4/8] x86/dom0_build.c: " Wei Liu
2017-06-28 14:18 ` [PATCH 5/8] x86/crash.c: " Wei Liu
2017-06-28 14:18 ` [PATCH 6/8] x86/time.c: " Wei Liu
2017-06-29  6:59   ` Jan Beulich
2017-06-28 14:18 ` [PATCH 7/8] x86/nmi.c: " Wei Liu
2017-06-28 14:18 ` [PATCH 8/8] x86/setup.c: " Wei Liu
2017-06-28 14:26   ` Andrew Cooper
2017-06-28 14:57     ` Wei Liu
2017-06-28 16:21       ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.