[PATCH 0/3] Couple of build fixes

Michal Privoznik posted 3 patches 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1623053819.git.mprivozn@redhat.com
src/remote/remote_driver.c  | 3 ---
src/remote/remote_sockets.c | 2 +-
src/rpc/virnetsocket.c      | 2 +-
3 files changed, 2 insertions(+), 5 deletions(-)
[PATCH 0/3] Couple of build fixes
Posted by Michal Privoznik 2 years, 10 months ago
Here's pipeline:

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/315940894

I have not merged these yet. I'll give others a chance to fix my grammar
:-)

Michal Prívozník (3):
  doRemoteOpen: Drop @daemonPath
  virnetsocket: Mark @spawnDaemonPath of virNetSocketNewConnectUNIX()
    unused
  remoteGetUNIXSocket: Complete variable rename for WIN32

 src/remote/remote_driver.c  | 3 ---
 src/remote/remote_sockets.c | 2 +-
 src/rpc/virnetsocket.c      | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

-- 
2.31.1

Re: [PATCH 0/3] Couple of build fixes
Posted by Peter Krempa 2 years, 10 months ago
On Mon, Jun 07, 2021 at 10:18:39 +0200, Michal Privoznik wrote:
> Here's pipeline:
> 
> https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/315940894
> 
> I have not merged these yet. I'll give others a chance to fix my grammar
> :-)
> 
> Michal Prívozník (3):
>   doRemoteOpen: Drop @daemonPath
>   virnetsocket: Mark @spawnDaemonPath of virNetSocketNewConnectUNIX()
>     unused
>   remoteGetUNIXSocket: Complete variable rename for WIN32

Please push them, I was about to push daniel's fix but it looks like you
are fixing another thing too.

Re: [PATCH 0/3] Couple of build fixes
Posted by Michal Prívozník 2 years, 10 months ago
On 6/7/21 10:33 AM, Peter Krempa wrote:
> On Mon, Jun 07, 2021 at 10:18:39 +0200, Michal Privoznik wrote:
>> Here's pipeline:
>>
>> https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/315940894
>>
>> I have not merged these yet. I'll give others a chance to fix my grammar
>> :-)
>>
>> Michal Prívozník (3):
>>   doRemoteOpen: Drop @daemonPath
>>   virnetsocket: Mark @spawnDaemonPath of virNetSocketNewConnectUNIX()
>>     unused
>>   remoteGetUNIXSocket: Complete variable rename for WIN32
> 
> Please push them, I was about to push daniel's fix but it looks like you
> are fixing another thing too.
> 

Alright, pushed under build breaker rule.

Michal