Re: [PATCH V2 1/3] virtio: console: Add emergency writeonly register to config space

2013-05-16 Thread Pranavkumar Sawargaonkar
On 17 May 2013 05:22, Rusty Russell wrote: > Amit Shah writes: >> On (Mon) 06 May 2013 [17:49:49], Pranavkumar Sawargaonkar wrote: >>> This patch adds an emerg_wr register (writeonly) in config space >>> of virtio console device which can be used for debugging. >>> >>> Signed-off-by: Pranavkumar

Re: [PATCH V2 1/3] virtio: console: Add emergency writeonly register to config space

2013-05-16 Thread Rusty Russell
Amit Shah writes: > On (Mon) 06 May 2013 [17:49:49], Pranavkumar Sawargaonkar wrote: >> This patch adds an emerg_wr register (writeonly) in config space >> of virtio console device which can be used for debugging. >> >> Signed-off-by: Pranavkumar Sawargaonkar >> Signed-off-by: Anup Patel >> Sig

Re: [PATCH V2 1/3] virtio: console: Add emergency writeonly register to config space

2013-05-16 Thread Amit Shah
On (Mon) 06 May 2013 [17:49:49], Pranavkumar Sawargaonkar wrote: > This patch adds an emerg_wr register (writeonly) in config space > of virtio console device which can be used for debugging. > > Signed-off-by: Pranavkumar Sawargaonkar > Signed-off-by: Anup Patel > Signed-off-by: Rusty Russell

[PATCH V2 1/3] virtio: console: Add emergency writeonly register to config space

2013-05-06 Thread Pranavkumar Sawargaonkar
This patch adds an emerg_wr register (writeonly) in config space of virtio console device which can be used for debugging. Signed-off-by: Pranavkumar Sawargaonkar Signed-off-by: Anup Patel Signed-off-by: Rusty Russell --- include/uapi/linux/virtio_console.h |3 +++ 1 file changed, 3 insert