Re: [PATCH 1/4] qemu: Generate shorter channel target paths

2023-07-24 Thread Michal Prívozník
On 7/21/23 14:27, Daniel P. Berrangé wrote: > On Wed, Jul 12, 2023 at 04:49:53PM +0200, Michal Privoznik wrote: >> A device is basically an UNIX socket into guest. >> Whatever is sent from the host, appears in the guest and vice >> versa. But because of that, the length of the path to the socket

Re: [PATCH 1/4] qemu: Generate shorter channel target paths

2023-07-21 Thread Daniel P . Berrangé
On Wed, Jul 12, 2023 at 04:49:53PM +0200, Michal Privoznik wrote: > A device is basically an UNIX socket into guest. > Whatever is sent from the host, appears in the guest and vice > versa. But because of that, the length of the path to the socket > is important (underscored by fact that we

[PATCH 1/4] qemu: Generate shorter channel target paths

2023-07-12 Thread Michal Privoznik
A device is basically an UNIX socket into guest. Whatever is sent from the host, appears in the guest and vice versa. But because of that, the length of the path to the socket is important (underscored by fact that we derive the path from domain short name). But there are still cases where we