Re: [Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

2018-11-12 Thread Stefan Hajnoczi
On Thu, Nov 08, 2018 at 09:38:54AM +, Peter Maydell wrote: > On 25 October 2018 at 12:38, Philippe Mathieu-Daudé wrote: > > Depending of the response to Peter's question [*]: > > > > I'd also like some confirmation from folks more familiar with the > > current state of the art in

Re: [Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

2018-11-08 Thread Peter Maydell
On 25 October 2018 at 12:38, Philippe Mathieu-Daudé wrote: > Depending of the response to Peter's question [*]: > > I'd also like some confirmation from folks more familiar with the > current state of the art in guest-to-management-layer communication > that pvpanic is still the

Re: [Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

2018-11-07 Thread peng.hao2
Hi philmd, Are there any problems with this series of patches "pvpanic: add mmio interface"? The kernel part of this series of patches has been upstream. git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git

Re: [Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

2018-10-25 Thread peng.hao2
>> Signed-off-by: Peng Hao >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> hw/misc/pvpanic.c | 74 >> ++- >> include/hw/misc/pvpanic.h | 2 ++ >> 2 files changed, 62 insertions(+), 14 deletions(-) >> >> diff --git a/hw/misc/pvpanic.c

Re: [Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

2018-10-25 Thread Philippe Mathieu-Daudé
On 25/10/18 21:23, Peng Hao wrote: Signed-off-by: Peng Hao Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/pvpanic.c | 74 ++- include/hw/misc/pvpanic.h | 2 ++ 2 files changed, 62 insertions(+), 14 deletions(-) diff --git

[Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

2018-10-25 Thread Peng Hao
Signed-off-by: Peng Hao Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/pvpanic.c | 74 ++- include/hw/misc/pvpanic.h | 2 ++ 2 files changed, 62 insertions(+), 14 deletions(-) diff --git a/hw/misc/pvpanic.c b/hw/misc/pvpanic.c index