On 25 April 2013 16:06, Thomas Schwinge <tho...@codesourcery.com> wrote: > Revert the change in behavior that had been introducecd in commit > fc9c54124d134dbd76338a92a91804dab2df8166 for the -E and -U command-line > options, but keep the comma-splitting for the QEMU_SET_ENV and QEMU_UNSET_ENV > environment variables. > > --- qemu-doc.texi > +++ qemu-doc.texi > @@ -2683,9 +2683,6 @@ Set the x86 elf interpreter prefix > (default=/usr/local/qemu-i386) > Set the x86 stack size in bytes (default=524288) > @item -cpu model > Select CPU model (-cpu help for list and additional feature selection) > -@item -ignore-environment > -Start with an empty environment. Without this option, > -the initial environment is a copy of the caller's environment. > @item -E @var{var}=@var{value} > Set environment @var{var} to @var{value}. > @item -U @var{var}
This appears to be a stray unrelated change? -- PMM