Ping? I would like to include the warning on QEMU 2.9 (and I assume it qualifies as post-soft-freeze material).
I am not sure I should go with a simpler solution and print the warning even if the config file was empty. Opinions? On Wed, Jan 18, 2017 at 11:56:22AM -0200, Eduardo Habkost wrote: > We plan to remove support for /etc/qemu/qemu.conf in the near > future. Make QEMU print a warning in case there a non-empty > /etc/qemu/qemu.conf is loaded, so users have time to adapt. > > This series is based on my machine-next branch, at: > https://github.com/ehabkost/qemu.git machine-next > > Eduardo Habkost (2): > config: qemu_config_parse() return number of config groups > vl: Print warning when a default config file is loaded > > util/qemu-config.c | 15 +++++++-------- > vl.c | 6 ++++++ > 2 files changed, 13 insertions(+), 8 deletions(-) > > -- > 2.11.0.259.g40922b1 > > -- Eduardo