Remove incorrect comment.

qemu does in fact fix up the device tree with the correct memory size
supplied by -m <ramsize> so the comment was incorrect.

This updates commit 8d273a2715.
This commit is contained in:
Richard W.M. Jones
2013-09-11 14:42:45 +01:00
parent 8d273a2715
commit 577330d5e5

View File

@@ -344,7 +344,7 @@ guestfs___appliance_command_line (guestfs_h *g, const char *appliance_dev,
(g,
"panic=1" /* force kernel to panic if daemon exits */
#ifdef __arm__
" mem=%dM" /* required on ARM to override device tree info */
" mem=%dM"
#endif
#ifdef VALGRIND_DAEMON
" guestfs_valgrind_daemon=1"