[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 9/9] docs: Start documenting VM templating
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 9/9] docs: Start documenting VM templating |
Date: |
Tue, 22 Aug 2023 15:23:38 +0100 |
On Tue, 22 Aug 2023 at 12:49, David Hildenbrand <david@redhat.com> wrote:
>
> Let's add some details about VM templating, focusing on the VM memory
> configuration only.
>
> There is much more to VM templating (VM state? block devices?), but I leave
> that as future work.
>
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
> docs/vm-templating.txt | 109 +++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 109 insertions(+)
> create mode 100644 docs/vm-templating.txt
No new .txt files in docs/, please. Use rst, and incorporate
the information into the correct parts of the manual structure.
thanks
-- PMM
- Re: [PATCH v2 3/9] backends/hostmem-file: Add "rom" property to support VM templating with R/O files, (continued)
- [PATCH v2 6/9] softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=true, David Hildenbrand, 2023/08/22
- [PATCH v2 5/9] softmmu/physmem: Bail out early in ram_block_discard_range() with readonly files, David Hildenbrand, 2023/08/22
- [PATCH v2 7/9] softmmu/physmem: Never return directories from file_ram_open(), David Hildenbrand, 2023/08/22
- [PATCH v2 8/9] docs: Don't mention "-mem-path" in multi-process.rst, David Hildenbrand, 2023/08/22
- [PATCH v2 9/9] docs: Start documenting VM templating, David Hildenbrand, 2023/08/22