Re: [RFC PATCH 4/5] qmp: Added new command to retrieve eBPF blob.

2023-03-30 Thread Andrew Melnichenko
Hi all, On Thu, Mar 30, 2023 at 11:39 AM Daniel P. Berrangé wrote: > > On Thu, Mar 30, 2023 at 03:15:21AM +0300, Andrew Melnychenko wrote: > > Added command "request-ebpf". This command returns > > eBPF program encoded base64. The program taken from the > > skeleton and essentially is an ELF obje

Re: [RFC PATCH 4/5] qmp: Added new command to retrieve eBPF blob.

2023-03-30 Thread Daniel P . Berrangé
On Thu, Mar 30, 2023 at 03:15:21AM +0300, Andrew Melnychenko wrote: > Added command "request-ebpf". This command returns > eBPF program encoded base64. The program taken from the > skeleton and essentially is an ELF object that can be > loaded in the future with libbpf. > > Signed-off-by: Andrew M