qemu-server/PVE/QemuServer
Emmanuel Kasper 6cb0144ae3 do not overwrite global signal handlers
perls 'local' must be either used in front of each $SIG{...}
assignments or they must be put in a list, else it affects only the
first variable and the rest are *not* in local context.

In all cases the global signal handlers we overwrote were in cli programs or
forked workers, not in daemons.
2017-09-14 15:25:28 +02:00
..
ImportDisk.pm do not overwrite global signal handlers 2017-09-14 15:25:28 +02:00
Makefile Add ImportDisk module to import external disk images into a VM 2017-06-01 11:05:35 +02:00
Memory.pm numaX : use cpus option multiple time if cpulist 2016-10-10 10:16:37 +02:00
PCI.pm refactor PCI into own file 2016-06-22 09:13:16 +02:00
USB.pm refactor usb functions out of QemuServer.pm 2016-06-22 09:13:16 +02:00