Re: [PATCH V1 17/32] util: env var helpers

2020-09-24 Thread Steven Sistare
On 9/11/2020 3:00 PM, Dr. David Alan Gilbert wrote: > * Steve Sistare (steven.sist...@oracle.com) wrote: >> Add functions for saving fd's and ram extents in the environment via >> setenv, and for reading them back via getenv. >> >> Signed-off-by: Steve Sistare >> Signed-off-by: Mark Kanda > > Th

Re: [PATCH V1 17/32] util: env var helpers

2020-09-11 Thread Dr. David Alan Gilbert
* Steve Sistare (steven.sist...@oracle.com) wrote: > Add functions for saving fd's and ram extents in the environment via > setenv, and for reading them back via getenv. > > Signed-off-by: Steve Sistare > Signed-off-by: Mark Kanda This is an awful lot of env stuff - how about dumping all this s

[PATCH V1 17/32] util: env var helpers

2020-07-30 Thread Steve Sistare
Add functions for saving fd's and ram extents in the environment via setenv, and for reading them back via getenv. Signed-off-by: Steve Sistare Signed-off-by: Mark Kanda --- MAINTAINERS | 7 +++ include/qemu/cutils.h | 1 + include/qemu/env.h| 31 util/Makefile.o