All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] prefer is_..._domain() over is_..._vcpu()
@ 2015-06-11 10:15 Jan Beulich
  2015-06-11 10:20 ` [PATCH 1/6] domctl: " Jan Beulich
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jan Beulich @ 2015-06-11 10:15 UTC (permalink / raw)
  To: xen-devel

... when the domain pointer is already available or such operations occur
frequently in a function. There's no particular ordering requirement
between the individual patches, they only all do the same thing to
different areas of code.

1: domctl: prefer is_..._domain() over is_..._vcpu()
2: x86: prefer is_..._domain() over is_..._vcpu()
3: x86/HVM: prefer is_..._domain() over is_..._vcpu()
4: x86/mm: prefer is_..._domain() over is_..._vcpu()
5: x86/context-switch: prefer is_..._domain() over is_..._vcpu()
6: x86/HAP: prefer is_..._domain() over is_..._vcpu()

Signed-off-by: Jan Beulich <jbeulich@suse.com>

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

end of thread, other threads:[~2015-06-11 11:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 10:15 [PATCH 0/6] prefer is_..._domain() over is_..._vcpu() Jan Beulich
2015-06-11 10:20 ` [PATCH 1/6] domctl: " Jan Beulich
2015-06-11 10:35   ` Ian Campbell
2015-06-11 10:20 ` [PATCH 2/6] x86: " Jan Beulich
2015-06-11 10:21 ` [PATCH 3/6] x86/HVM: " Jan Beulich
2015-06-11 10:21 ` [PATCH 4/6] x86/mm: " Jan Beulich
2015-06-11 10:22 ` [PATCH 5/6] x86/context‑switch: " Jan Beulich
2015-06-11 10:24 ` [PATCH 6/6] x86/HAP: " Jan Beulich
2015-06-11 10:33 ` [PATCH 0/6] " Andrew Cooper
2015-06-11 11:32   ` Jan Beulich

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.