kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] KVM: Dirty quota-based throttling
@ 2022-03-06 22:08 Shivam Kumar
  2022-03-06 22:08 ` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus Shivam Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Shivam Kumar @ 2022-03-06 22:08 UTC (permalink / raw)
  To: pbonzini, seanjc; +Cc: kvm, Shivam Kumar

This is v3 of the dirty quota series, with a few changes in the
previous implementation and the following additions:

i) Added blurb for dirty quota in the KVM API documentation.

ii) Added KVM selftests for dirty quota throttling.

Shivam Kumar (3):
  KVM: Implement dirty quota-based throttling of vcpus
  KVM: Documentation: Update kvm_run structure for dirty quota
  KVM: selftests: Add selftests for dirty quota throttling

 Documentation/virt/kvm/api.rst                | 28 ++++++++++++++
 arch/arm64/kvm/arm.c                          |  3 ++
 arch/s390/kvm/kvm-s390.c                      |  3 ++
 arch/x86/kvm/x86.c                            |  4 ++
 include/linux/kvm_host.h                      | 15 ++++++++
 include/linux/kvm_types.h                     |  1 +
 include/uapi/linux/kvm.h                      | 12 ++++++
 tools/testing/selftests/kvm/dirty_log_test.c  | 37 +++++++++++++++++--
 .../selftests/kvm/include/kvm_util_base.h     |  4 ++
 tools/testing/selftests/kvm/lib/kvm_util.c    | 36 ++++++++++++++++++
 virt/kvm/kvm_main.c                           |  7 +++-
 11 files changed, 145 insertions(+), 5 deletions(-)

-- 
2.22.3


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

end of thread, other threads:[~2022-05-05 15:18 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-06 22:08 [PATCH v3 0/3] KVM: Dirty quota-based throttling Shivam Kumar
2022-03-06 22:08 ` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus Shivam Kumar
2022-03-31  0:28   ` Sean Christopherson
2022-03-31  7:20     ` Shivam Kumar
2022-03-31 15:37       ` Sean Christopherson
2022-04-06 12:32         ` Shivam Kumar
2022-05-02 22:14   ` Peter Xu
2022-05-03  7:22     ` Shivam Kumar
2022-05-03 13:43       ` Peter Xu
2022-05-04  6:33         ` Shivam Kumar
2022-05-04 17:26           ` Peter Xu
2022-05-05 15:17             ` Shivam Kumar
2022-03-06 22:08 ` [PATCH v3 2/3] KVM: Documentation: Update kvm_run structure for dirty quota Shivam Kumar
2022-03-31  0:40   ` Sean Christopherson
2022-03-31  7:30     ` Shivam Kumar
2022-03-31 15:24       ` Sean Christopherson
2022-04-01 13:49         ` Sean Christopherson
2022-04-06 12:39           ` Shivam Kumar
2022-04-06 12:44             ` Shivam Kumar
2022-03-06 22:08 ` [PATCH v3 3/3] KVM: selftests: Add selftests for dirty quota throttling Shivam Kumar
2022-04-18  4:55   ` Shivam Kumar
2022-04-18  4:59     ` Shivam Kumar
2022-04-18 16:17       ` Sean Christopherson
2022-04-28  7:00         ` Shivam Kumar
2022-04-28 23:59           ` Sean Christopherson
2022-03-19 18:21 ` [PATCH v3 0/3] KVM: Dirty quota-based throttling Shivam Kumar

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).