Chromium Code Reviews| Index: lib/cros_vm_lib.sh | 
| diff --git a/lib/cros_vm_lib.sh b/lib/cros_vm_lib.sh | 
| index 8b70ad2c99051c0c5169f88fb5341401f52bee83..b0cd1ee6daaefda538ae41c03047643287003138 100644 | 
| --- a/lib/cros_vm_lib.sh | 
| +++ b/lib/cros_vm_lib.sh | 
| @@ -38,6 +38,8 @@ function blocking_kill() { | 
| ! ps -p ${1} > /dev/null | 
| } | 
| +# TODO(rtc): These flags assume that we'll be using KVM on Lucid and won't work | 
| +# on Hardy. | 
| # $1: Path to the virtual image to start. | 
| function start_kvm() { | 
| # Override default pid file. |