Re: [Xen-devel] [PATCH XTF v2] Implement pv_read

2017-07-19 Thread Andrew Cooper
On 19/07/17 09:36, Felix Schmoll wrote: > > > 2017-07-18 17:04 GMT+02:00 Andrew Cooper >: > > On 18/07/17 15:53, Felix Schmoll wrote: > > Implement reading from PV console. Making use of polling. > > > > Signed-off-by:

Re: [Xen-devel] [PATCH XTF v2] Implement pv_read

2017-07-19 Thread Felix Schmoll
2017-07-18 17:04 GMT+02:00 Andrew Cooper : > On 18/07/17 15:53, Felix Schmoll wrote: > > Implement reading from PV console. Making use of polling. > > > > Signed-off-by: Felix Schmoll > > --- > > common/console.c | 22

Re: [Xen-devel] [PATCH XTF v2] Implement pv_read

2017-07-18 Thread Andrew Cooper
On 18/07/17 15:53, Felix Schmoll wrote: > Implement reading from PV console. Making use of polling. > > Signed-off-by: Felix Schmoll > --- > common/console.c | 22 ++ > include/xtf/console.h | 2 ++ > 2 files changed, 24 insertions(+) > >

[Xen-devel] [PATCH XTF v2] Implement pv_read

2017-07-18 Thread Felix Schmoll
Implement reading from PV console. Making use of polling. Signed-off-by: Felix Schmoll --- common/console.c | 22 ++ include/xtf/console.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a/common/console.c b/common/console.c index