commit | 967c0da73a7b0da186baba6632301d83644a570c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Feb 22 22:40:00 2012 +0000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 24 13:36:06 2012 -0600 |
tree | 0425c547fd37766839b52dd4e398e3cd304ceb94 | |
parent | 9ebe95fb606a8d6bebe29de3efc9b506c6428c62 [diff] |
vl.c: Avoid segfault when started with no arguments Fix a bug (introduced in commit a0abe47) where a command line which specified no machine arguments (either explicitly or implicitly via -kernel &co) would result in a segfault because of a NULL pointer returned from qemu_opts_find(qemu_find_opts("machine"), 0). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>