Re: [libvirt] [PATCHv2 2/2] sysinfo: convert to virCommand

2010-12-13 Thread Matthias Bolte
2010/12/7 Eric Blake ebl...@redhat.com: * src/util/sysinfo.c (virSysinfoRead): Use virCommand instead of virExec. --- v2: remove unused variable, rebase on top of whitespace cleanups. This patch is awaiting review on these prerequisites:

Re: [libvirt] [PATCHv2 2/2] sysinfo: convert to virCommand

2010-12-13 Thread Eric Blake
On 12/13/2010 04:10 PM, Matthias Bolte wrote: 2010/12/7 Eric Blake ebl...@redhat.com: * src/util/sysinfo.c (virSysinfoRead): Use virCommand instead of virExec. --- v2: remove unused variable, rebase on top of whitespace cleanups. path = virFindFileInPath(SYSINFO_SMBIOS_DECODER); if

[libvirt] [PATCHv2 2/2] sysinfo: convert to virCommand

2010-12-07 Thread Eric Blake
* src/util/sysinfo.c (virSysinfoRead): Use virCommand instead of virExec. --- v2: remove unused variable, rebase on top of whitespace cleanups. This patch is awaiting review on these prerequisites: https://www.redhat.com/archives/libvir-list/2010-December/msg00318.html