File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -271,10 +271,10 @@ class Handler:
271271 """Constructor
272272
273273 @param name Arbitrary name of the created thread
274- @param outdir Working directory, should be where qemu.pid gets created
275- by kbuild
276- @param log_fn Absolute path to write out QEMU 's log data
277- @param timeout Kill the QEMU process if it doesn't finish up within
274+ @param outdir Working directory, should be where handler pid file ( qemu.pid for example)
275+ gets created by the build system
276+ @param log_fn Absolute path to write out handler 's log data
277+ @param timeout Kill the handler process if it doesn't finish up within
278278 the given number of seconds
279279 """
280280 self .lock = threading .Lock ()
@@ -448,7 +448,7 @@ class QEMUHandler(Handler):
448448
449449 @param name Arbitrary name of the created thread
450450 @param outdir Working directory, should be where qemu.pid gets created
451- by kbuild
451+ by the build system
452452 @param log_fn Absolute path to write out QEMU's log data
453453 @param timeout Kill the QEMU process if it doesn't finish up within
454454 the given number of seconds
You can’t perform that action at this time.
0 commit comments