xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Improvements to struct semgent_register
@ 2017-06-30 15:03 Andrew Cooper
  2017-06-30 15:04 ` [PATCH 1/3] x86/emul: Introduce build time assertions for struct segment_register Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Andrew Cooper @ 2017-06-30 15:03 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

No functional change, but the source code is less verbose.

Andrew Cooper (3):
  x86/emul: Introduce build time assertions for struct segment_register
  x86/hvm: Rearange check_segment() to use a switch statement
  x86/emul: Drop segment_attributes_t

 tools/fuzz/x86_instruction_emulator/fuzz-emul.c |  10 +-
 tools/tests/x86_emulator/test_x86_emulator.c    |   2 +-
 xen/arch/x86/cpu/vpmu.c                         |   2 +-
 xen/arch/x86/hvm/domain.c                       |  78 ++++++------
 xen/arch/x86/hvm/emulate.c                      |  20 +--
 xen/arch/x86/hvm/hvm.c                          | 154 ++++++++++++------------
 xen/arch/x86/hvm/svm/svm.c                      |  10 +-
 xen/arch/x86/hvm/svm/svmdebug.c                 |   4 +-
 xen/arch/x86/hvm/svm/vmcb.c                     |  16 +--
 xen/arch/x86/hvm/vmx/realmode.c                 |  10 +-
 xen/arch/x86/hvm/vmx/vmx.c                      |  41 +++----
 xen/arch/x86/mm/shadow/common.c                 |   6 +-
 xen/arch/x86/pv/emul-priv-op.c                  |  40 +++---
 xen/arch/x86/vm_event.c                         |   2 +-
 xen/arch/x86/x86_emulate/x86_emulate.c          |  61 +++++-----
 xen/arch/x86/x86_emulate/x86_emulate.h          |  37 +++---
 16 files changed, 248 insertions(+), 245 deletions(-)

-- 
2.1.4


_______________________________________________
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-07-03 14:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-30 15:03 [PATCH 0/3] Improvements to struct semgent_register Andrew Cooper
2017-06-30 15:04 ` [PATCH 1/3] x86/emul: Introduce build time assertions for struct segment_register Andrew Cooper
2017-07-03 12:29   ` Jan Beulich
2017-07-03 13:05     ` Andrew Cooper
2017-07-03 13:32       ` Jan Beulich
2017-07-03 13:37         ` Andrew Cooper
2017-06-30 15:04 ` [PATCH 2/3] x86/hvm: Rearange check_segment() to use a switch statement Andrew Cooper
2017-07-03 12:34   ` Jan Beulich
2017-07-03 13:15     ` Andrew Cooper
2017-07-03 13:33       ` Jan Beulich
2017-07-03 13:58         ` Andrew Cooper
2017-07-03 14:05           ` Jan Beulich
2017-06-30 15:04 ` [PATCH 3/3] x86/emul: Drop segment_attributes_t Andrew Cooper
2017-07-03 12:50   ` Jan Beulich
2017-07-03 13:20     ` Andrew Cooper
2017-07-03 13:10 ` [PATCH 4/3] x86/svm: Drop svm_segment_register_t Andrew Cooper
2017-07-03 13:37   ` Jan Beulich
2017-07-03 13:39     ` Andrew Cooper
2017-07-03 14:10       ` Jan Beulich

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).