[libvirt PATCH 0/4] Some documentation fixes

Tim Wiederhake posted 4 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201009104720.52397-1-twiederh@redhat.com
docs/formatdomain.rst        | 14 +++++++-------
src/qemu/qemu_capabilities.c |  2 +-
tests/cputest.c              |  4 ++--
3 files changed, 10 insertions(+), 10 deletions(-)
[libvirt PATCH 0/4] Some documentation fixes
Posted by Tim Wiederhake 3 years, 5 months ago
I encountered some references to a cpu_map.xml file which was
moved to a subdirectory in commit 3ecbac95cd and split up in to
different files in 2c127947ae and e6d7be38b9. This series removes
all remaining references to this file and fixes an unrelated minor
issue in the description of the "feature" element in the section
about "cpu".

Tim Wiederhake (4):
  tests: Remove references to "cpu_map.xml" in the code
  qemu: Remove references to "cpu_map.xml" in the code
  docs: Remove references to "cpu_map.xml" in the documentation
  doc: Fix element name in description of "feature"

 docs/formatdomain.rst        | 14 +++++++-------
 src/qemu/qemu_capabilities.c |  2 +-
 tests/cputest.c              |  4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH 0/4] Some documentation fixes
Posted by Jiri Denemark 3 years, 5 months ago
On Fri, Oct 09, 2020 at 12:47:16 +0200, Tim Wiederhake wrote:
> I encountered some references to a cpu_map.xml file which was
> moved to a subdirectory in commit 3ecbac95cd and split up in to
> different files in 2c127947ae and e6d7be38b9. This series removes
> all remaining references to this file and fixes an unrelated minor
> issue in the description of the "feature" element in the section
> about "cpu".
> 
> Tim Wiederhake (4):
>   tests: Remove references to "cpu_map.xml" in the code
>   qemu: Remove references to "cpu_map.xml" in the code
>   docs: Remove references to "cpu_map.xml" in the documentation
>   doc: Fix element name in description of "feature"
> 
>  docs/formatdomain.rst        | 14 +++++++-------
>  src/qemu/qemu_capabilities.c |  2 +-
>  tests/cputest.c              |  4 ++--
>  3 files changed, 10 insertions(+), 10 deletions(-)
> 
> -- 
> 2.26.2
> 
> 

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>

and pushed, thanks.