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:
271
271
"""Constructor
272
272
273
273
@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
278
278
the given number of seconds
279
279
"""
280
280
self .lock = threading .Lock ()
@@ -448,7 +448,7 @@ class QEMUHandler(Handler):
448
448
449
449
@param name Arbitrary name of the created thread
450
450
@param outdir Working directory, should be where qemu.pid gets created
451
- by kbuild
451
+ by the build system
452
452
@param log_fn Absolute path to write out QEMU's log data
453
453
@param timeout Kill the QEMU process if it doesn't finish up within
454
454
the given number of seconds
You can’t perform that action at this time.
0 commit comments