qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: zhanghao1 <zhanghao1@kylinos.cn>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, zhanghao1 <zhanghao1@kylinos.cn>
Subject: [PATCH 0/1] virtio: add a new vcpu stall watchdog
Date: Fri,  2 Jun 2023 11:22:31 +0800	[thread overview]
Message-ID: <20230602032231.84610-1-zhanghao1@kylinos.cn> (raw)

A new virtio pci device named virtio-vcpu-stall-watchdog-pci has been
added to handle vcpu stalling

 hw/virtio/Kconfig                             |   5 +
 hw/virtio/meson.build                         |   2 +
 hw/virtio/virtio-vcpu-stall-watchdog-pci.c    |  89 +++++++
 hw/virtio/virtio-vcpu-stall-watchdog.c        | 240 ++++++++++++++++++
 .../hw/virtio/virtio-vcpu-stall-watchdog.h    |  45 ++++
 5 files changed, 381 insertions(+)
 create mode 100644 hw/virtio/virtio-vcpu-stall-watchdog-pci.c
 create mode 100644 hw/virtio/virtio-vcpu-stall-watchdog.c
 create mode 100644 include/hw/virtio/virtio-vcpu-stall-watchdog.h

-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus


             reply	other threads:[~2023-06-02  5:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02  3:22 zhanghao1 [this message]
2023-06-02  3:22 ` [PATCH 1/1] Add a new virtio pci device named virtio-vcpu-stall-watchdog-pci zhanghao1
  -- strict thread matches above, loose matches on Subject: below --
2023-06-15  6:13 [PATCH 0/1] virtio: add a new vcpu stall watchdog zhanghao1

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230602032231.84610-1-zhanghao1@kylinos.cn \
    --to=zhanghao1@kylinos.cn \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).