[PATCH v3 0/1] docs : add doc on cpu model and features

Hector Cao posted 1 patch 1 week, 3 days ago
Only 0 patches received!
docs/formatcaps.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
[PATCH v3 0/1] docs : add doc on cpu model and features
Posted by Hector Cao 1 week, 3 days ago
Hello,

This is a follow-up of the submission:
https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/EZBLO5CIGC3FTI5J72WNVAKWPSNQFLCY/

Based on Jiri's feedback, it is better to tackle this situation by
documentation. You can find here a proposal for the documentation.
The section will be rendered at : https://libvirt.org/formatcaps.html

Best regards,
Hector

v3:
  - modifications based on Jiri's feedback on the v2
    https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/message/PRXVIQKK66M7AQGX5OCC4FGJ2PRLA6UU/

v2:
  - wrap lines at 80 characters


Hector Cao (1):
  docs : add doc on cpu model and features

 docs/formatcaps.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

-- 
2.45.2
Re: [PATCH v3 0/1] docs : add doc on cpu model and features
Posted by Jiri Denemark via Devel 1 week, 3 days ago
On Wed, Aug 27, 2025 at 14:24:13 +0200, Hector Cao wrote:
> Hello,
> 
> This is a follow-up of the submission:
> https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/EZBLO5CIGC3FTI5J72WNVAKWPSNQFLCY/
> 
> Based on Jiri's feedback, it is better to tackle this situation by
> documentation. You can find here a proposal for the documentation.
> The section will be rendered at : https://libvirt.org/formatcaps.html
> 
> Best regards,
> Hector
> 
> v3:
>   - modifications based on Jiri's feedback on the v2
>     https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/message/PRXVIQKK66M7AQGX5OCC4FGJ2PRLA6UU/

Thanks. It seems the actual patch was not sent, though. I can only see
this cover letter (and the patch is not in the archives either).

Jirka
Re: [PATCH v3 0/1] docs : add doc on cpu model and features
Posted by Hector Cao 1 week, 3 days ago
On Wed, Aug 27, 2025 at 4:19 PM Jiri Denemark <jdenemar@redhat.com> wrote:

> On Wed, Aug 27, 2025 at 14:24:13 +0200, Hector Cao wrote:
> > Hello,
> >
> > This is a follow-up of the submission:
> >
> https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/EZBLO5CIGC3FTI5J72WNVAKWPSNQFLCY/
> >
> > Based on Jiri's feedback, it is better to tackle this situation by
> > documentation. You can find here a proposal for the documentation.
> > The section will be rendered at : https://libvirt.org/formatcaps.html
> >
> > Best regards,
> > Hector
> >
> > v3:
> >   - modifications based on Jiri's feedback on the v2
> >
> https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/message/PRXVIQKK66M7AQGX5OCC4FGJ2PRLA6UU/
>
> Thanks. It seems the actual patch was not sent, though. I can only see
> this cover letter (and the patch is not in the archives either).
>
> You are right,
I messed up when I sent the patches

To fix this issue, I just sent the actual patch alone without the cover
letter,
Please tell me if that is ok or I have to fix this issue differently

Thanks !

> Jirka
>
>

-- 
Hector CAO
Software Engineer – Partner Engineering Team
hector.cao@canonical.com
https://launc <https://launchpad.net/~hectorcao>hpad.net/~hectorcao
<https://launchpad.net/~hectorcao>

<https://launchpad.net/~hectorcao>
Re: [PATCH v3 0/1] docs : add doc on cpu model and features
Posted by Jiří Denemark via Devel 1 week, 3 days ago
On Wed, Aug 27, 2025 at 16:35:11 +0200, Hector Cao wrote:
> On Wed, Aug 27, 2025 at 4:19 PM Jiri Denemark <jdenemar@redhat.com> wrote:
> 
> > On Wed, Aug 27, 2025 at 14:24:13 +0200, Hector Cao wrote:
> > > Hello,
> > >
> > > This is a follow-up of the submission:
> > >
> > https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/EZBLO5CIGC3FTI5J72WNVAKWPSNQFLCY/
> > >
> > > Based on Jiri's feedback, it is better to tackle this situation by
> > > documentation. You can find here a proposal for the documentation.
> > > The section will be rendered at : https://libvirt.org/formatcaps.html
> > >
> > > Best regards,
> > > Hector
> > >
> > > v3:
> > >   - modifications based on Jiri's feedback on the v2
> > >
> > https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/message/PRXVIQKK66M7AQGX5OCC4FGJ2PRLA6UU/
> >
> > Thanks. It seems the actual patch was not sent, though. I can only see
> > this cover letter (and the patch is not in the archives either).
> >
> > You are right,
> I messed up when I sent the patches
> 
> To fix this issue, I just sent the actual patch alone without the cover
> letter,
> Please tell me if that is ok or I have to fix this issue differently

Sure, that's fine. The cover letter is only needed for a series of
patches.

Jirka