All of lore.kernel.org
 help / color / mirror / Atom feed
* [XTF 0/4] Small fixes and improvements
@ 2020-04-16  9:41 Pawel Wieczorkiewicz
  2020-04-16  9:41 ` [XTF 1/4] lib: Add XEN_MAJOR() and XEN_MINOR() macros Pawel Wieczorkiewicz
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Pawel Wieczorkiewicz @ 2020-04-16  9:41 UTC (permalink / raw)
  To: xen-devel
  Cc: julien, paul, semelpaul, andrew.cooper3, Pawel Wieczorkiewicz, nmanthey

This is the first series of XTF patches I intend to send.
It covers some relatively small fixes to handling of PV console
by HVM guests, as well as adding serial consol support.

Paul Semel (2):
  Enabled serial writing for hvm guests
  setup: Setup PV console for HVM guests on xen >4.2

Pawel Wieczorkiewicz (2):
  lib: Add XEN_MAJOR() and XEN_MINOR() macros
  lib: always append CR after LF in vsnprintf()

 arch/x86/setup.c        | 34 ++++++++++++++++++++++++++++++++--
 common/libc/vsnprintf.c | 10 ++++++++++
 common/setup.c          |  6 +++++-
 include/xtf/framework.h |  2 +-
 include/xtf/lib.h       |  3 +++
 tests/xsa-213/main.c    |  4 ++--
 6 files changed, 53 insertions(+), 6 deletions(-)

-- 
2.16.6




Amazon Development Center Germany GmbH
Krausenstr. 38
10117 Berlin
Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss
Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B
Sitz: Berlin
Ust-ID: DE 289 237 879





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

end of thread, other threads:[~2020-04-21  6:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16  9:41 [XTF 0/4] Small fixes and improvements Pawel Wieczorkiewicz
2020-04-16  9:41 ` [XTF 1/4] lib: Add XEN_MAJOR() and XEN_MINOR() macros Pawel Wieczorkiewicz
2020-04-16  9:41 ` [XTF 2/4] lib: always append CR after LF in vsnprintf() Pawel Wieczorkiewicz
2020-04-16 10:18   ` Andrew Cooper
2020-04-16 11:36     ` Wieczorkiewicz, Pawel
2020-04-20 19:26       ` Andrew Cooper
2020-04-20 19:42         ` Andrew Cooper
2020-04-21  6:29         ` Wieczorkiewicz, Pawel
2020-04-16  9:41 ` [XTF 3/4] Enabled serial writing for hvm guests Pawel Wieczorkiewicz
2020-04-16 10:32   ` Andrew Cooper
2020-04-16 11:44     ` Wieczorkiewicz, Pawel
2020-04-20 19:54       ` Andrew Cooper
2020-04-16  9:41 ` [XTF 4/4] setup: Setup PV console for HVM guests on xen >4.2 Pawel Wieczorkiewicz
2020-04-16 10:36   ` Andrew Cooper
2020-04-16 11:51     ` Wieczorkiewicz, Pawel
2020-04-20 13:43       ` 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.