All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] various clean-ups
@ 2015-09-25 11:54 Juergen Gross
  2015-09-25 11:54 ` [PATCH 1/5] libelf: use enum instead of hard coded values in elf_dom_parms.pae Juergen Gross
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Juergen Gross @ 2015-09-25 11:54 UTC (permalink / raw)
  To: keir, Ian.Campbell, andrew.cooper3, ian.jackson, tim,
	david.vrabel, jbeulich, xen-devel, stefano.stabellini, wei.liu2
  Cc: Juergen Gross

Doing some clean-ups all somehow related to xen/include/xen/sched.h.


Juergen Gross (5):
  libelf: use enum instead of hard coded values in elf_dom_parms.pae
  xen: make use of new pae enum in hypervisor
  libxc: make use of new pae enum in libxc
  xen: remove unused macros from sched.h
  xen: clean up VPF flags macros

 tools/libxc/xc_dom_binloader.c     |  2 +-
 tools/libxc/xc_dom_elfloader.c     |  8 ++++----
 tools/libxc/xc_dom_x86.c           |  6 +++---
 tools/libxc/xg_private.h           |  6 ------
 xen/arch/x86/domain_build.c        |  6 +++---
 xen/common/domctl.c                |  2 +-
 xen/common/libelf/libelf-dominfo.c |  8 ++++----
 xen/include/xen/libelf.h           |  9 ++++++++-
 xen/include/xen/sched.h            | 17 +----------------
 9 files changed, 25 insertions(+), 39 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-09-28 10:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25 11:54 [PATCH 0/5] various clean-ups Juergen Gross
2015-09-25 11:54 ` [PATCH 1/5] libelf: use enum instead of hard coded values in elf_dom_parms.pae Juergen Gross
2015-09-25 11:54 ` [PATCH 2/5] xen: make use of new pae enum in hypervisor Juergen Gross
2015-09-25 15:29   ` Jan Beulich
2015-09-25 11:54 ` [PATCH 3/5] libxc: make use of new pae enum in libxc Juergen Gross
2015-09-25 12:00   ` Ian Campbell
2015-09-25 15:30   ` Jan Beulich
2015-09-25 11:54 ` [PATCH 4/5] xen: remove unused macros from sched.h Juergen Gross
2015-09-28 10:27   ` George Dunlap
2015-09-25 11:54 ` [PATCH 5/5] xen: clean up VPF flags macros Juergen Gross
2015-09-25 15:42   ` Jan Beulich
     [not found]   ` <5605878D02000078000A5BA1@suse.com>
2015-09-28  5:23     ` Juergen Gross
2015-09-28  6:22       ` Jan Beulich
     [not found]       ` <5608F8AE02000078000A5F6E@suse.com>
2015-09-28  7:29         ` Juergen Gross
2015-09-28  7:52           ` Jan Beulich
     [not found]           ` <56090DDF02000078000A6042@suse.com>
2015-09-28  8:15             ` Juergen Gross
2015-09-28  8:34               ` Jan Beulich
     [not found]               ` <560917CE02000078000A6085@suse.com>
2015-09-28  8:44                 ` Juergen Gross
2015-09-25 12:02 ` [PATCH 0/5] various clean-ups 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.