From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: alexander.duyck@gmail.com Subject: [PATCH RFC 0/3] virtio-spec: Add documentation for recently added balloon features From: Alexander Duyck Date: Wed, 29 Apr 2020 10:27:15 -0700 Message-ID: <20200429172634.457.40167.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: cohuck@redhat.com, david@redhat.com, mst@redhat.com Cc: virtio-dev@lists.oasis-open.or, virtio-comment@lists.oasis-open.org List-ID: This patch set is meant to add documentation for balloon features that have been recently added to the Linux kernel[1,2] and that we are currently working on adding to QEMU[3]. I am submitting them as an RFC as it has been a while since I have written any requirements or specification documents, so my wording on things will likely need some updates. In addition I have not before submitted virtio-spec updates. As such I would appreciate information on if this is the correct process for updating the document, or if I need to take some other/additional steps. [1]: https://lore.kernel.org/lkml/20200211224416.29318.44077.stgit@localhost.localdomain/ [2]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b0c504f154718904ae49349147e3b7e6ae91ffdc [3]: https://lists.oasis-open.org/archives/virtio-dev/202004/msg00180.html --- Alexander Duyck (3): content: Document balloon feature free page hints content: Document balloon feature page poison content: Document balloon feature free page reporting content.tex | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 229 insertions(+), 3 deletions(-) --