Skip to content
Commit a16ffe93 authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: fix ugly <NULL> in /proc/interrupts



Before:
	root@ubuntu:~# cat /proc/interrupts
	           CPU0
	  1:       1672    lguest-<NULL>    virtio0
	  2:          1    lguest-<NULL>    virtio1
	  ...
After:
	root@ubuntu:~# cat /proc/interrupts
	           CPU0
	  1:       2889    lguest-level     virtio0
	  2:          9    lguest-level     virtio1

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent b769f579
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment