search for: pbuf_idx

Displaying 2 results from an estimated 2 matches for "pbuf_idx".

2013 Aug 16
7
[PATCH v2] xen/console: buffer and show origin of guest PV writes
...s is especially useful for debugging stub domains. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> --- Changes since v1 (RFC): - Use prefix of (d%d) in place of (XEN) for both PV and HVM output - Guests other than dom0 have non-printable characters stripped - Use unsigned type for pbuf_idx - Formatting fixes xen/arch/x86/hvm/hvm.c | 27 +++++------- xen/common/domain.c | 8 ++++ xen/drivers/char/console.c | 94 ++++++++++++++++++++++++++++++++-------- xen/include/asm-x86/hvm/domain.h | 6 --- xen/include/xen/lib.h | 2 + xen/include/xen/s...
2013 Sep 09
0
[PATCH v3] xen/console: buffer and show origin of guest PV writes
...ra@tycho.nsa.gov> Acked-by: Keir Fraser <keir@xen.org> --- Changes since v2: - Clarified patch description Changes since v1 (RFC): - Use prefix of (d%d) in place of (XEN) for both PV and HVM output - Guests other than dom0 have non-printable characters stripped - Use unsigned type for pbuf_idx - Formatting fixes xen/arch/x86/hvm/hvm.c | 27 +++++------- xen/common/domain.c | 8 ++++ xen/drivers/char/console.c | 94 ++++++++++++++++++++++++++++++++-------- xen/include/asm-x86/hvm/domain.h | 6 --- xen/include/xen/lib.h | 2 + xen/include/xen/s...