All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukas Straub <lukasstraub2@web.de>
To: Peter Xu <peterx@redhat.com>
Cc: qemu-devel@nongnu.org, Fabiano Rosas <farosas@suse.de>,
	Laurent Vivier <lvivier@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Zhang Chen <zhangckid@gmail.com>,
	Hailiang Zhang <zhanghailiang@xfusion.com>,
	Markus Armbruster <armbru@redhat.com>
Subject: Re: [PATCH v2 6/8] Convert colo main documentation to restructuredText
Date: Wed, 21 Jan 2026 20:44:27 +0100	[thread overview]
Message-ID: <20260121204427.3eb64618@penguin> (raw)
In-Reply-To: <aW-6uSs0kO-4imOp@x1.local>

[-- Attachment #1: Type: text/plain, Size: 1846 bytes --]

On Tue, 20 Jan 2026 12:26:17 -0500
Peter Xu <peterx@redhat.com> wrote:

> On Sat, Jan 17, 2026 at 03:09:13PM +0100, Lukas Straub wrote:
> > Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> > ---
> >  MAINTAINERS               |   2 +-
> >  docs/COLO-FT.txt          | 334 ------------------------------------------
> >  docs/system/index.rst     |   1 +
> >  docs/system/qemu-colo.rst | 361 ++++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 363 insertions(+), 335 deletions(-)  
> 
> Thank you.
> 
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 92ca20c9d4186a08519d15bfe8cbd583ab061a8b..4c30dc50d15c74b317443e43920e01b4560b03a5 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3841,7 +3841,7 @@ F: migration/multifd-colo.*
> >  F: include/migration/colo.h
> >  F: include/migration/failover.h
> >  F: tests/qtest/migration/colo-tests.c
> > -F: docs/COLO-FT.txt
> > +F: docs/devel/qemu-colo.rst  
> 
> Should we still put it under docs/devel/migration?
> 
> COLO framework is under migration/.  COLO tests will be under
> tests/qtest/migration/.  I still think we should keep doc under migration/
> too, IOW when someone touches that we want to get copied too.

Whoops, this should be docs/system/qemu-colo.rst so user documentation.

I think this document is more for users, so they can test it just with
standalone qemu.
Also I want to replace the wiki page with this so they don't go
out of sync.

> 
> I also raised some other requests while discussing with you on the COLO
> details.  If you want, feel free to attach one more patch to add those
> contents into the doc (after this conversion patch), on either doubled mem
> consumption of SVM, or RAM mgmt details.

Will do.
I think I will make a extra doc for devel/migration.

> 
> Thanks,
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2026-01-21 19:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-17 14:09 [PATCH v2 0/8] migration: Add COLO multifd support and COLO migration unit test Lukas Straub
2026-01-17 14:09 ` [PATCH v2 1/8] MAINTAINERS: Add myself as maintainer for COLO migration framework Lukas Straub
2026-01-20 17:32   ` Peter Xu
2026-01-22  9:54     ` Zhang Chen
2026-01-17 14:09 ` [PATCH v2 2/8] MAINTAINERS: Remove Hailiang Zhang from " Lukas Straub
2026-01-20 17:32   ` Peter Xu
2026-01-22  9:54     ` Zhang Chen
2026-01-17 14:09 ` [PATCH v2 3/8] Move ram state receive into multifd_ram_state_recv() Lukas Straub
2026-01-20 17:14   ` Peter Xu
2026-01-17 14:09 ` [PATCH v2 4/8] multifd: Add COLO support Lukas Straub
2026-01-20 17:13   ` Peter Xu
2026-01-20 18:05     ` Daniel P. Berrangé
2026-01-20 19:18       ` Peter Xu
2026-01-21 19:00     ` Lukas Straub
2026-01-17 14:09 ` [PATCH v2 5/8] migration-test: Add COLO migration unit test Lukas Straub
2026-01-20 17:23   ` Peter Xu
2026-01-21 19:37     ` Lukas Straub
2026-01-25 17:18       ` Lukas Straub
2026-01-26 15:28         ` Peter Xu
2026-01-17 14:09 ` [PATCH v2 6/8] Convert colo main documentation to restructuredText Lukas Straub
2026-01-20 17:26   ` Peter Xu
2026-01-21 19:44     ` Lukas Straub [this message]
2026-01-17 14:09 ` [PATCH v2 7/8] qemu-colo.rst: Miscellaneous changes Lukas Straub
2026-01-20 17:30   ` Peter Xu
2026-01-17 14:09 ` [PATCH v2 8/8] qemu-colo.rst: Simplify the block replication setup Lukas Straub
2026-01-20 17:32   ` Peter Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260121204427.3eb64618@penguin \
    --to=lukasstraub2@web.de \
    --cc=armbru@redhat.com \
    --cc=farosas@suse.de \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=zhangckid@gmail.com \
    --cc=zhanghailiang@xfusion.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.