architecture and node name for virtual machines running under
libvirt."
-let verbose, images = Virt_mem.start usage
+let _, images = Virt_mem.start usage
let () =
(* Print new_utsname structure from bitstring. *)
*)
try
let addr = lookup_ksym "init_uts_ns" in
- if verbose then printf "init_uts_ns at %Lx\n" addr;
let bs = Bitmatch.bitstring_of_string (get_bytes mem addr (65*6+4)) in
(bitmatch bs with
*)
try
let addr = lookup_ksym "system_utsname" in
- if verbose then printf "system_utsname at %Lx\n" addr;
let bs =
Bitmatch.bitstring_of_string (get_bytes mem addr (65*6)) in