]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu_shim: Update temporary directory template
authorAndrea Bolognani <abologna@redhat.com>
Mon, 27 Jan 2020 16:48:17 +0000 (17:48 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 27 Jan 2020 16:57:43 +0000 (17:57 +0100)
The template still references libvirt-qemu-shim, which was at one
point the name used to refer to what we now know as virt-qemu-run.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_shim.c

index 6c6029e232ef37cf333d7bd5b3ac55d088c354c0..07ae6eab90b14ce2b99153fda536dd7277e1ac34 100644 (file)
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
     signal(SIGHUP, qemuShimSigShutdown);
 
     if (root == NULL) {
-        if (!(root = g_dir_make_tmp("libvirt-qemu-shim-XXXXXX", &error))) {
+        if (!(root = g_dir_make_tmp("virt-qemu-run-XXXXXX", &error))) {
             g_printerr("%s: cannot create temporary dir: %s\n",
                        argv[0], error->message);
             return 1;