All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH V4 0/5]
@ 2018-10-25 19:23 ` Peng Hao
  0 siblings, 0 replies; 24+ messages in thread
From: Peng Hao @ 2018-10-25 19:23 UTC (permalink / raw)
  To: peter.maydell, philmd; +Cc: Peng Hao, qemu-arm, qemu-devel

The first patches are simple cleanups:
- patch 1 move the pvpanic device with the 'ocmmon objects' so we compile
  it once for the x86/arm/aarch64 archs,
- patch 2 simply renames ISA fields/definitions to generic ones.

Then instead of add/use the MMIO pvpanic device in the virt machine in an
unique patch, I split it in two distinct patches:
- patch 3 uses Peng Hao's work, but add the MMIO interface to the existing
  device (no logical change).
- patch 4 is Peng Hao's work in the virt machine (no logical change).
- patch 5 add pvpanic device in acpi table in virt machine
v2 from Peng Hao is:
https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg03433.html

v3 --> v4
  patch 1,2 no modification.
  patch 3, add TYPE_PANIC_MMIO for distinguishing different bus device,
           virt + isa_pvpanic will abnormally terminate virtual machine. 
  patch 4, "pvpanic,mmio" --> "qemu,pvpanic-mmio".
  patch 5, newly added.


Philippe Mathieu-Daudé (2):
  hw/misc/pvpanic: Build the pvpanic device in $(common-obj)
  hw/misc/pvpanic: Cosmetic renaming

Peng Hao (3):
  hw/misc/pvpanic: Add the MMIO interface
  hw/arm/virt: Use the pvpanic device
  hw/arm/virt: add pvpanic device in virt acpi table

 default-configs/aarch64-softmmu.mak |  1 +
 hw/arm/virt-acpi-build.c            | 16 ++++++++
 hw/arm/virt.c                       | 21 ++++++++++
 hw/misc/Makefile.objs               |  2 +-
 hw/misc/pvpanic.c                   | 78 ++++++++++++++++++++++++++++++-------
 include/hw/arm/virt.h               |  1 +
 include/hw/misc/pvpanic.h           |  2 +
 7 files changed, 105 insertions(+), 16 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-11-12 11:25 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25 19:23 [Qemu-arm] [PATCH V4 0/5] Peng Hao
2018-10-25 19:23 ` [Qemu-devel] " Peng Hao
2018-10-25 19:23 ` [Qemu-arm] [PATCH V4 1/5] hw/misc/pvpanic: Build the pvpanic device in $(common-obj) Peng Hao
2018-10-25 19:23   ` [Qemu-devel] " Peng Hao
2018-10-25 19:23 ` [Qemu-arm] [PATCH V4 2/5] hw/misc/pvpanic: Cosmetic renaming Peng Hao
2018-10-25 19:23   ` [Qemu-devel] " Peng Hao
2018-10-25 19:23 ` [Qemu-arm] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface Peng Hao
2018-10-25 19:23   ` [Qemu-devel] " Peng Hao
2018-10-25 11:38   ` Philippe Mathieu-Daudé
2018-10-25 11:38     ` Philippe Mathieu-Daudé
2018-10-25 11:48     ` [Qemu-arm] " peng.hao2
2018-10-25 11:48       ` [Qemu-devel] " peng.hao2
2018-11-08  0:55     ` [Qemu-arm] " peng.hao2
2018-11-08  0:55       ` [Qemu-devel] " peng.hao2
2018-11-08  9:38     ` [Qemu-arm] " Peter Maydell
2018-11-08  9:38       ` [Qemu-devel] " Peter Maydell
2018-11-12 11:25       ` [Qemu-arm] " Stefan Hajnoczi
2018-11-12 11:25         ` [Qemu-devel] " Stefan Hajnoczi
2018-10-25 19:23 ` [Qemu-arm] [PATCH V4 4/5] hw/arm/virt: Use the pvpanic device Peng Hao
2018-10-25 19:23   ` [Qemu-devel] " Peng Hao
2018-10-25 11:28   ` [Qemu-arm] " Philippe Mathieu-Daudé
2018-10-25 11:28     ` [Qemu-devel] " Philippe Mathieu-Daudé
2018-10-25 19:23 ` [Qemu-arm] [PATCH V4 5/5] hw/arm/virt: add pvpanic device in virt acpi table Peng Hao
2018-10-25 19:23   ` [Qemu-devel] " Peng Hao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.