mbox series

[0/2] KVM: Halt-polling documentation cleanups

Message ID 20221201195249.3369720-1-dmatlack@google.com (mailing list archive)
Headers show
Series KVM: Halt-polling documentation cleanups | expand

Message

David Matlack Dec. 1, 2022, 7:52 p.m. UTC
This series makes some small cleanups to the existing halt-polling
documentation. Patch 1 moves halt-polling.rst out of the x86-specific
directory, and patch 2 clarifies the interaction between
KVM_CAP_HALT_POLL and kvm.halt_poll_ns, which was recently broken and a
source of confusion [1].

[1] https://lore.kernel.org/kvm/03f2f5ab-e809-2ba5-bd98-3393c3b843d2@de.ibm.com/

Cc: Yanan Wang <wangyanan55@huawei.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>

David Matlack (2):
  KVM: Move halt-polling documentation into common directory
  KVM: Document the interaction between KVM_CAP_HALT_POLL and
    halt_poll_ns

 Documentation/virt/kvm/api.rst                    | 15 +++++++--------
 Documentation/virt/kvm/{x86 => }/halt-polling.rst | 13 +++++++++++++
 Documentation/virt/kvm/index.rst                  |  1 +
 Documentation/virt/kvm/x86/index.rst              |  1 -
 4 files changed, 21 insertions(+), 9 deletions(-)
 rename Documentation/virt/kvm/{x86 => }/halt-polling.rst (92%)


base-commit: 7e3bba93f42e9d9abe81344bdba5ddc635b7c449

Comments

Paolo Bonzini Dec. 2, 2022, 6:28 p.m. UTC | #1
On 12/1/22 20:52, David Matlack wrote:
> This series makes some small cleanups to the existing halt-polling
> documentation. Patch 1 moves halt-polling.rst out of the x86-specific
> directory, and patch 2 clarifies the interaction between
> KVM_CAP_HALT_POLL and kvm.halt_poll_ns, which was recently broken and a
> source of confusion [1].
> 
> [1] https://lore.kernel.org/kvm/03f2f5ab-e809-2ba5-bd98-3393c3b843d2@de.ibm.com/
> 
> Cc: Yanan Wang <wangyanan55@huawei.com>
> Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
> 
> David Matlack (2):
>    KVM: Move halt-polling documentation into common directory
>    KVM: Document the interaction between KVM_CAP_HALT_POLL and
>      halt_poll_ns
> 
>   Documentation/virt/kvm/api.rst                    | 15 +++++++--------
>   Documentation/virt/kvm/{x86 => }/halt-polling.rst | 13 +++++++++++++
>   Documentation/virt/kvm/index.rst                  |  1 +
>   Documentation/virt/kvm/x86/index.rst              |  1 -
>   4 files changed, 21 insertions(+), 9 deletions(-)
>   rename Documentation/virt/kvm/{x86 => }/halt-polling.rst (92%)
> 
> 
> base-commit: 7e3bba93f42e9d9abe81344bdba5ddc635b7c449

Queued, thanks.

Paolo