All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] s390x/pv: Add support for asynchronous teardown for reboot
@ 2022-12-22 15:04 Claudio Imbrenda
  2022-12-22 15:04 ` [PATCH v1 1/2] Linux header update Claudio Imbrenda
  2022-12-22 15:04 ` [PATCH v1 2/2] s390x/pv: Add support for asynchronous teardown for reboot Claudio Imbrenda
  0 siblings, 2 replies; 6+ messages in thread
From: Claudio Imbrenda @ 2022-12-22 15:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: david, thuth, borntraeger, frankja, pasic, nrb, nsg, seiden

The first patch is just a minimal header update to compile the second
patch; it can be safely discarded once the Linux headers are updated to
6.2.

The second patch adds support for asynchronous teardown of protected
guests when rebooting. First the existing guest is prepared for
asynchronous teardown, the rebooted guest will be able to continue
immediately, while a background thread actually performs the necessary
cleanup.

Claudio Imbrenda (2):
  Linux header update
  s390x/pv: Add support for asynchronous teardown for reboot

 hw/s390x/pv.c              | 28 ++++++++++++++++++++++++++++
 hw/s390x/s390-virtio-ccw.c |  5 ++++-
 include/hw/s390x/pv.h      |  2 ++
 linux-headers/linux/kvm.h  |  3 +++
 4 files changed, 37 insertions(+), 1 deletion(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-01-03 11:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-22 15:04 [PATCH v1 0/2] s390x/pv: Add support for asynchronous teardown for reboot Claudio Imbrenda
2022-12-22 15:04 ` [PATCH v1 1/2] Linux header update Claudio Imbrenda
2022-12-22 15:04 ` [PATCH v1 2/2] s390x/pv: Add support for asynchronous teardown for reboot Claudio Imbrenda
2023-01-03 11:27   ` Thomas Huth
2023-01-03 11:48     ` Claudio Imbrenda
2023-01-03 11:51       ` Thomas Huth

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.