[libvirt] [PATCH 0/2] NEWS updates for my recent changes

Peter Krempa (2): docs: NEWS: Mention 'gluster_debug_level' qemu.conf option in the news docs: news: Mention changes in memory slot number allocation docs/news.html.in | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.10.2

--- docs/news.html.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/news.html.in b/docs/news.html.in index 54eb8ad..0a4b767 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -31,6 +31,9 @@ Add the capability to pass through a scsi_host HBA and the associated LUNs to the guest. </li> + <li>qemu: Users can now enable debug logging for native gluster + volumes in qemu using the "gluster_debug_level" option in qemu.conf + </li> </ul> </li> <li><strong>Improvements</strong> -- 2.10.2

On Fri, 2016-11-25 at 12:14 +0100, Peter Krempa wrote:
--- docs/news.html.in | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/docs/news.html.in b/docs/news.html.in index 54eb8ad..0a4b767 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -31,6 +31,9 @@ Add the capability to pass through a scsi_host HBA and the associated LUNs to the guest. </li> + <li>qemu: Users can now enable debug logging for native gluster + volumes in qemu using the "gluster_debug_level" option in qemu.conf + </li> </ul> </li> <li><strong>Improvements</strong>
ACK -- Andrea Bolognani / Red Hat / Virtualization

--- docs/news.html.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/news.html.in b/docs/news.html.in index 0a4b767..2ba25f5 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -34,6 +34,10 @@ <li>qemu: Users can now enable debug logging for native gluster volumes in qemu using the "gluster_debug_level" option in qemu.conf </li> + <li>memory hotplug: Slot numbers for memory devices are now + automatically alocated and thus persistent. In addition slot numbers + can be specified without providing a base address, which simplifies + user configuration. </ul> </li> <li><strong>Improvements</strong> -- 2.10.2

On Fri, 2016-11-25 at 12:14 +0100, Peter Krempa wrote:
--- docs/news.html.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/news.html.in b/docs/news.html.in index 0a4b767..2ba25f5 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -34,6 +34,10 @@ <li>qemu: Users can now enable debug logging for native gluster volumes in qemu using the "gluster_debug_level" option in qemu.conf </li> + <li>memory hotplug: Slot numbers for memory devices are now + automatically alocated and thus persistent. In addition slot numbers
s/alocated/allocated/
+ can be specified without providing a base address, which simplifies + user configuration.
Please drop the period at the end of the sentence. You'll also need to close the <li> element properly, or building the documentation will fail.
</ul> </li> <li><strong>Improvements</strong>
ACK with those issues fixed. -- Andrea Bolognani / Red Hat / Virtualization

On Fri, Nov 25, 2016 at 13:36:01 +0100, Andrea Bolognani wrote:
On Fri, 2016-11-25 at 12:14 +0100, Peter Krempa wrote:
--- docs/news.html.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/news.html.in b/docs/news.html.in index 0a4b767..2ba25f5 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -34,6 +34,10 @@ <li>qemu: Users can now enable debug logging for native gluster volumes in qemu using the "gluster_debug_level" option in qemu.conf </li> + <li>memory hotplug: Slot numbers for memory devices are now + automatically alocated and thus persistent. In addition slot numbers
s/alocated/allocated/
+ can be specified without providing a base address, which simplifies + user configuration.
Please drop the period at the end of the sentence.
You'll also need to close the <li> element properly, or building the documentation will fail.
Right. The format of the file, where we wrap the text back to the column where the tag starts rather than wrapping it to the column where the text starts makes it very hard to visually spot this kind of mistake. Is there a particular reason to do it in such a weird way? Peter

On Fri, 2016-11-25 at 13:44 +0100, Peter Krempa wrote:
You'll also need to close the <li> element properly, or building the documentation will fail. Right. The format of the file, where we wrap the text back to the column where the tag starts rather than wrapping it to the column where the text starts makes it very hard to visually spot this kind of mistake. Is there a particular reason to do it in such a weird way?
Not really, I mostly went along with the formatting of the existing news.html.in and hacked together a XSLT stylesheet that happened to produce a decent output based on it. Me and Martin have discussed some ways to improve on that, but it'll have to wait for a bit. Please just be patient in the meantime :) -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Peter Krempa