]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
vl.c: Add -smp, dies=* command line support and update doc
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 96d2456f706b76648ac6f8c1b1663574bb256ca3..280e709e2c343a4ae4d144d519d0057256d1ca35 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -1231,6 +1231,9 @@ static QemuOptsList qemu_smp_opts = {
         }, {
             .name = "sockets",
             .type = QEMU_OPT_NUMBER,
+        }, {
+            .name = "dies",
+            .type = QEMU_OPT_NUMBER,
         }, {
             .name = "cores",
             .type = QEMU_OPT_NUMBER,