All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.11 0/3] x86/pv: Fixes to debug register handling
@ 2018-04-12 16:55 Andrew Cooper
  2018-04-12 16:55 ` [PATCH 1/3] x86/pv: Introduce and use x86emul_read_dr() Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Andrew Cooper @ 2018-04-12 16:55 UTC (permalink / raw)
  To: Xen-devel; +Cc: Juergen Gross, Andrew Cooper, Jan Beulich

At this point, I think these patches are plausible candidates for inclusion
into 4.11.  Whether they want backporting is a slightly harder matter, as
these patches necesserily alter some error values for the get/set_debug_reg()
hypercalls.

If however there is objection to these going into 4.11, they can sit in
x86-next until the 4.12 window opens.

Andrew Cooper (3):
  x86/pv: Introduce and use x86emul_read_dr()
  x86/pv: Introduce and use x86emul_write_dr()
  x86/traps: Misc non-functional improvements to set_debugreg()

 xen/arch/x86/pv/emul-priv-op.c         | 24 +----------
 xen/arch/x86/pv/misc-hypercalls.c      | 18 ++-------
 xen/arch/x86/traps.c                   | 67 ++++++++++++++++++++-----------
 xen/arch/x86/x86_emulate.c             | 73 ++++++++++++++++++++++++++++++++++
 xen/arch/x86/x86_emulate/x86_emulate.h |  5 +++
 5 files changed, 127 insertions(+), 60 deletions(-)

-- 
2.1.4


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

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

end of thread, other threads:[~2018-04-17  9:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 16:55 [PATCH for-4.11 0/3] x86/pv: Fixes to debug register handling Andrew Cooper
2018-04-12 16:55 ` [PATCH 1/3] x86/pv: Introduce and use x86emul_read_dr() Andrew Cooper
2018-04-13  8:31   ` Jan Beulich
2018-04-13 11:17     ` Andrew Cooper
2018-04-13 11:39       ` Jan Beulich
2018-04-16 12:18         ` Andrew Cooper
2018-04-16 12:32           ` Jan Beulich
2018-04-16 16:44             ` Andrew Cooper
2018-04-17  9:06               ` Jan Beulich
2018-04-12 16:55 ` [PATCH 2/3] x86/pv: Introduce and use x86emul_write_dr() Andrew Cooper
2018-04-13  8:39   ` Jan Beulich
2018-04-13 11:37     ` Andrew Cooper
2018-04-13 11:55       ` Jan Beulich
2018-04-12 16:55 ` [PATCH 3/3] x86/traps: Misc non-functional improvements to set_debugreg() Andrew Cooper
2018-04-13  8:40   ` Jan Beulich
2018-04-16 11:45 ` [PATCH for-4.11 0/3] x86/pv: Fixes to debug register handling Juergen Gross

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.