summaryrefslogtreecommitdiff
path: root/Documentation/virt/guest-halt-polling.rst
AgeCommit message (Collapse)AuthorFilesLines
2023-06-16Documentation: virt: correct location of haltpoll module paramsRandy Dunlap1-1/+1
Module parameters are located in sysfs, not debugfs, so correct the statement. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> Link: https://lore.kernel.org/r/20230610054302.6223-1-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-02-12docs: virt: guest-halt-polling.txt convert to ReSTMauro Carvalho Chehab1-0/+84
Due to some merge conflict, this file ended being alone under Documentation/virtual. The file itself is almost at ReST format. Just minor adjustments are needed: - Adjust title markup; - Adjust a list identation; - add a literal block markup; - Add some blank lines. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>