Re: [PATCH 0/5] Various cleanups to decrease amount of stack allocated buffers

2022-09-08 Thread Ján Tomko
On a Thursday in 2022, Peter Krempa wrote: The common theme is the attempt to decrease the use of stack allocated buffers. In few cases it's coupled with outher cleanups too. Most patches are standalone and can be individually applied. The last patch is also optional but can be applied only if

[PATCH 0/5] Various cleanups to decrease amount of stack allocated buffers

2022-09-08 Thread Peter Krempa
The common theme is the attempt to decrease the use of stack allocated buffers. In few cases it's coupled with outher cleanups too. Most patches are standalone and can be individually applied. The last patch is also optional but can be applied only if the fixes before that are applied too. Peter

Re: [PATCH 0/5] Various cleanups

2021-11-03 Thread Tim Wiederhake
On Tue, 2021-11-02 at 18:10 +0100, Michal Privoznik wrote: > I've been playing with cocci lately and noticed it had troubles > parsing > some files. When I looked into them I had trouble parsing them as > well. > > Michal Prívozník (5): >   node_device_conf: Bring variables into loops >  

[PATCH 0/5] Various cleanups

2021-11-02 Thread Michal Privoznik
I've been playing with cocci lately and noticed it had troubles parsing some files. When I looked into them I had trouble parsing them as well. Michal Prívozník (5): node_device_conf: Bring variables into loops virpcivpd: Bring variables into loops virpcivpdtest: Declare variables at

Re: [libvirt] [PATCH 0/5] Various cleanups and fixes (blockdev-add saga)

2018-12-05 Thread Ján Tomko
On Wed, Dec 05, 2018 at 02:20:11PM +0100, Peter Krempa wrote: Few random patches extracted from my blockdev series. Peter Krempa (5): tests: qemuxml2xml: Add few debug statements for status XML testing util: xml: Always consume args of virXMLFormatElement qemu: domain: Initialize proper

[libvirt] [PATCH 0/5] Various cleanups and fixes (blockdev-add saga)

2018-12-05 Thread Peter Krempa
Few random patches extracted from my blockdev series. Peter Krempa (5): tests: qemuxml2xml: Add few debug statements for status XML testing util: xml: Always consume args of virXMLFormatElement qemu: domain: Initialize proper element in qemuDomainPrepareStorageSourceBlockdev conf: