qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add support for pvpanic pci device
@ 2020-10-28 13:32 Mihai Carabas
  2020-10-28 13:32 ` [PATCH 1/6] hw/misc/pvpanic: Build the pvpanic device for any machine Mihai Carabas
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Mihai Carabas @ 2020-10-28 13:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mihai Carabas

This patchset adds support for pvpanic pci device. The patchset was assembled
from chuncks from some old patches [1] from 2018 which were left unmerged and
some additions from me.

How to test this:
/usr/bin/qemu-system-aarch64 \
        -machine virt,gic-version=3 -device pvpanic-pci

After that you need to run a Linux kernel as guest, but you have to also apply
the patches I will send for adding pci support for the pvpanic driver.

[1] http://patchwork.ozlabs.org/project/qemu-devel/cover/1544095560-70807-1-git-send-email-peng.hao2@zte.com.cn/

Mihai Carabas (1):
  pvpanic: break dependency on ISA_BUS adding PCI

Peng Hao (3):
  hw/misc/pvpanic: Add the PCI interface
  hw/arm/virt: Use the pvpanic pci device
  pvpanic : update pvpanic document

Philippe Mathieu-Daudé (2):
  hw/misc/pvpanic: Build the pvpanic device for any machine
  hw/misc/pvpanic: Cosmetic renaming

 default-configs/devices/arm-softmmu.mak |  1 +
 docs/specs/pvpanic.txt                  | 12 ++++-
 hw/misc/Kconfig                         |  2 +-
 hw/misc/meson.build                     |  2 +-
 hw/misc/pvpanic.c                       | 96 +++++++++++++++++++++++++++------
 include/hw/misc/pvpanic.h               |  3 +-
 include/hw/pci/pci.h                    |  1 +
 7 files changed, 97 insertions(+), 20 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2020-12-14 11:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 13:32 [PATCH] Add support for pvpanic pci device Mihai Carabas
2020-10-28 13:32 ` [PATCH 1/6] hw/misc/pvpanic: Build the pvpanic device for any machine Mihai Carabas
2020-12-14 10:47   ` Peter Maydell
2020-12-14 10:54     ` Peter Maydell
2020-10-28 13:32 ` [PATCH 2/6] hw/misc/pvpanic: Cosmetic renaming Mihai Carabas
2020-12-14 10:20   ` Peter Maydell
2020-10-28 13:32 ` [PATCH 3/6] hw/misc/pvpanic: Add the PCI interface Mihai Carabas
2020-12-14 10:58   ` Peter Maydell
2020-10-28 13:32 ` [PATCH 4/6] hw/arm/virt: Use the pvpanic pci device Mihai Carabas
2020-12-14 10:24   ` Peter Maydell
2020-10-28 13:32 ` [PATCH 5/6] pvpanic : update pvpanic document Mihai Carabas
2020-12-14 10:30   ` Peter Maydell
2020-10-28 13:32 ` [PATCH 6/6] pvpanic: break dependency on ISA_BUS adding PCI Mihai Carabas
2020-10-29 12:30 ` [PATCH] Add support for pvpanic pci device Mihai Carabas
2020-11-23 13:42   ` Mihai Carabas
2020-12-14 11:03 ` Peter Maydell
2020-12-14 11:15   ` Mihai Carabas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).