All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] virtio: provide a way for host to monitor critical events in the device
@ 2012-07-23 20:32 ` Sasha Levin
  0 siblings, 0 replies; 33+ messages in thread
From: Sasha Levin @ 2012-07-23 20:32 UTC (permalink / raw)
  To: rusty, mst, penberg, asias.hejun
  Cc: virtualization, linux-kernel, kvm, avi, anthony, wency, Sasha Levin

As it was discussed recently, there's currently no way for the guest to notify
the host about panics. Further more, there's no reasonable way to notify the
host of other critical events such as an OOM kill.

This short patch series introduces a new device named virtio-notifier which
does two simple things:

 1. Provide a simple interface for the guest to notify the host of critical
 events. This is easily expandible to add support for any events we may find
 interesting for the host to know about.

 2. Provide an "echo" interface for the host to ping the guest. This allows
 the host to ping the guest at intervals chosen by the host, and act
 accordingly if no response has been received.

Sasha Levin (2):
  virtio: Introduce virtio-notifier
  kvm tools: support virtio-notifier

 drivers/virtio/Kconfig                  |   11 ++
 drivers/virtio/Makefile                 |    1 +
 drivers/virtio/virtio_notifier.c        |  135 ++++++++++++++++++++
 include/linux/virtio_ids.h              |    1 +
 include/linux/virtio_notifier.h         |   15 +++
 tools/kvm/Makefile                      |    1 +
 tools/kvm/builtin-run.c                 |    6 +
 tools/kvm/include/kvm/virtio-notifier.h |    9 ++
 tools/kvm/include/kvm/virtio-pci-dev.h  |    1 +
 tools/kvm/virtio/notifier.c             |  203 +++++++++++++++++++++++++++++++
 10 files changed, 383 insertions(+), 0 deletions(-)
 create mode 100644 drivers/virtio/virtio_notifier.c
 create mode 100644 include/linux/virtio_notifier.h
 create mode 100644 tools/kvm/include/kvm/virtio-notifier.h
 create mode 100644 tools/kvm/virtio/notifier.c

-- 
1.7.8.6


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

end of thread, other threads:[~2012-07-25  8:46 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-23 20:32 [RFC 0/2] virtio: provide a way for host to monitor critical events in the device Sasha Levin
2012-07-23 20:32 ` Sasha Levin
2012-07-23 20:32 ` [RFC 1/2] virtio: Introduce virtio-notifier Sasha Levin
2012-07-23 20:32   ` Sasha Levin
2012-07-23 20:32 ` [RFC 2/2] kvm tools: support virtio-notifier Sasha Levin
2012-07-23 20:32   ` Sasha Levin
2012-07-24  4:55 ` [RFC 0/2] virtio: provide a way for host to monitor critical events in the device Rusty Russell
2012-07-24  4:55   ` Rusty Russell
2012-07-24  4:55   ` Rusty Russell
2012-07-24  8:26   ` Dor Laor
2012-07-24  8:26     ` Dor Laor
2012-07-24 12:30     ` Sasha Levin
2012-07-24 12:30       ` Sasha Levin
2012-07-24 12:46       ` Dor Laor
2012-07-24 12:46         ` Dor Laor
2012-07-24 13:01         ` Sasha Levin
2012-07-24 13:01           ` Sasha Levin
2012-07-25  0:36           ` Rusty Russell
2012-07-25  0:36             ` Rusty Russell
2012-07-25  8:46             ` Amit Shah
2012-07-25  8:46               ` Amit Shah
2012-07-24 12:23   ` Sasha Levin
2012-07-24 12:23     ` Sasha Levin
2012-07-24  7:44 ` Gleb Natapov
2012-07-24  7:44   ` Gleb Natapov
2012-07-24 12:26   ` Sasha Levin
2012-07-24 12:28     ` Gleb Natapov
2012-07-24 12:28       ` Gleb Natapov
2012-07-24 12:31       ` Sasha Levin
2012-07-24 12:31         ` Sasha Levin
2012-07-24 12:33         ` Gleb Natapov
2012-07-24 12:33           ` Gleb Natapov
2012-07-24 12:26   ` Sasha Levin

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.