[CRIU] dumping a character device

Pavel Emelyanov xemul at parallels.com
Tue Jan 20 12:18:38 PST 2015


On 01/20/2015 09:18 PM, beproject criu wrote:
> Hi,
> How does criu dump /dev/null or /dev/zero?
> Where and how does it start duming them?

Depending of how this device is "held" by tasks. Most
typically it would be a file descriptor, in this case
you can look around the files.c's dump_chrdev() call.

Thanks,
Pavel



More information about the CRIU mailing list