Re: [Xen-devel] [PATCH 00/11] pl011 emulation support in Xen

2017-03-14 Thread Bhupinder Thakur
Hi, On 5 March 2017 at 12:46, Julien Grall wrote: > Hi Bhupinder, > > On 02/21/2017 11:25 AM, Bhupinder Thakur wrote: >> >> There are still some items which are pending: >> >> 1. Adding dynamic enable/disable of pl011 emulation for a guest >> 2. Add a new console type "pl011" in xenconsoled to a

Re: [Xen-devel] [PATCH 00/11] pl011 emulation support in Xen

2017-03-14 Thread Bhupinder Thakur
Hi, Thanks for your comments. On 3 March 2017 at 21:23, Konrad Rzeszutek Wilk wrote: >> The following changes were done: > > .. snip.. > > Thank you for this great writeup. I took a stab at it and stopped at patch > #2 b/c Julien said he would look in it deeper. But based on a brief > look I wou

Re: [Xen-devel] [PATCH 00/11] pl011 emulation support in Xen

2017-03-05 Thread Julien Grall
Hi Bhupinder, On 02/21/2017 11:25 AM, Bhupinder Thakur wrote: There are still some items which are pending: 1. Adding dynamic enable/disable of pl011 emulation for a guest 2. Add a new console type "pl011" in xenconsoled to allow the user to connect to either PV/serial/pl011 console. 3. Add che

Re: [Xen-devel] [PATCH 00/11] pl011 emulation support in Xen

2017-03-03 Thread Konrad Rzeszutek Wilk
On Fri, Mar 03, 2017 at 03:23:31PM -0500, Konrad Rzeszutek Wilk wrote: > > The following changes were done: > > .. snip.. > > Thank you for this great writeup. I took a stab at it and stopped at patch > #2 b/c Julien said he would look in it deeper. But based on a brief > look I would say: Run t

Re: [Xen-devel] [PATCH 00/11] pl011 emulation support in Xen

2017-03-03 Thread Konrad Rzeszutek Wilk
> The following changes were done: .. snip.. Thank you for this great writeup. I took a stab at it and stopped at patch #2 b/c Julien said he would look in it deeper. But based on a brief look I would say: - Please do remove most of the comments. They really do not add much context besides de

[Xen-devel] [PATCH 00/11] pl011 emulation support in Xen

2017-02-21 Thread Bhupinder Thakur
PL011 emulation for guests in Xen = This feature allows the Xen guests to map their console to a SBSA compliant pl011 UART as specified in ARM Service Base System architecture, Appendix B. Currently, Xen supports paravirtualized (aka PV) and an emulated serial