mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
New API: set-smp, get-smp
These calls allow you to change the number of virtual CPUs assigned to the appliance. This also adds a --smp option to virt-rescue.
This commit is contained in:
@@ -206,6 +206,7 @@ main (int argc, char *argv[])
|
||||
printf ("guestfs_get_recovery_proc: %d\n",
|
||||
guestfs_get_recovery_proc (g));
|
||||
printf ("guestfs_get_selinux: %d\n", guestfs_get_selinux (g));
|
||||
printf ("guestfs_get_smp: %d\n", guestfs_get_smp (g));
|
||||
printf ("guestfs_get_trace: %d\n", guestfs_get_trace (g));
|
||||
printf ("guestfs_get_verbose: %d\n", guestfs_get_verbose (g));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user