OSDN Git Service

qemu.py: use os.path.null instead of /dev/null
authorAmador Pahim <apahim@redhat.com>
Fri, 1 Sep 2017 11:28:19 +0000 (13:28 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 15 Sep 2017 23:12:00 +0000 (20:12 -0300)
commit63e0ba55222476c8b96d8c45131c830e00a80eaa
treee5dbd33d610f69668e9a8dac01f6f74bfc36c209
parent4738b0a85a0c2031fddc71b51cccebce0c4ba6b1
qemu.py: use os.path.null instead of /dev/null

For increased portability, let's use os.path.devnull.

Signed-off-by: Amador Pahim <apahim@redhat.com>
Message-Id: <20170901112829.2571-4-apahim@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/qemu.py