Re: [PATCH 4/6] hw/arm/virt: Use the pvpanic pci device

2020-12-14 Thread Peter Maydell
On Wed, 28 Oct 2020 at 14:23, Mihai Carabas wrote: > > From: Peng Hao > > Add pvpanic device in arm virt machine config file. > > Signed-off-by: Peng Hao > Signed-off-by: Mihai Carabas > --- > default-configs/devices/arm-softmmu.mak | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/defa

[PATCH 4/6] hw/arm/virt: Use the pvpanic pci device

2020-10-28 Thread Mihai Carabas
From: Peng Hao Add pvpanic device in arm virt machine config file. Signed-off-by: Peng Hao Signed-off-by: Mihai Carabas --- default-configs/devices/arm-softmmu.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/devices/arm-softmmu.mak b/default-configs/devices/arm-softmm