Re: [PATCH v4 24/32] tools/xenstored: move all socket handling into posix.c

2024-02-05 Thread Julien Grall
Hi Juergen, On 05/02/2024 10:49, Juergen Gross wrote: All of the socket handling is needed only when running as daemon. Move it into posix.c, allowing to remove the NO_SOCKETS macro. Signed-off-by: Juergen Gross Reviewed-by: Julien Grall Cheers, -- Julien Grall

[PATCH v4 24/32] tools/xenstored: move all socket handling into posix.c

2024-02-05 Thread Juergen Gross
All of the socket handling is needed only when running as daemon. Move it into posix.c, allowing to remove the NO_SOCKETS macro. Signed-off-by: Juergen Gross --- V3: - new patch V4: - make sock local to posix.c (Julien Grall) --- tools/xenstored/Makefile.common | 4 - tools/xenstored/core.c