]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/main.c
bsd-user: Add generic env variable handling
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Aug 2009 10:35:42 +0000 (10:35 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Aug 2009 10:35:42 +0000 (10:35 +0000)
commitfc0d96b4e3e40522a23964f8b4f8ad5729b10e24
tree98fefbe8c02d525ecf1c4cdaa3e35704408b79f9
parent6af5a2524646ddc027114d80912cdd8ee0b7c7c8
bsd-user: Add generic env variable handling

Based on 04a6dfebb6b52532a1e0bd637899f1eba14e94c6.

Adds support for qemu to modify target process environment
variables using -E and -U commandline switches. This replaces
eventually the -drop-ld-preload flag.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/main.c