]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.c
qemu_ram_ptr_length: take ram_addr_t as arguments
[qemu.git] / qemu-config.c
index 04c97e52c27588faff0cfe5d473c85fbcb5ca48b..c63741c6b1c2983156815690e6b8520197f42520 100644 (file)
@@ -306,7 +306,7 @@ static QemuOptsList qemu_trace_opts = {
             .name = "file",
             .type = QEMU_OPT_STRING,
         },
-        { /* end if list */ }
+        { /* end of list */ }
     },
 };
 #endif
@@ -387,6 +387,9 @@ QemuOptsList qemu_spice_opts = {
         },{
             .name = "disable-copy-paste",
             .type = QEMU_OPT_BOOL,
+        },{
+            .name = "sasl",
+            .type = QEMU_OPT_BOOL,
         },{
             .name = "x509-dir",
             .type = QEMU_OPT_STRING,
@@ -433,7 +436,7 @@ QemuOptsList qemu_spice_opts = {
             .name = "playback-compression",
             .type = QEMU_OPT_BOOL,
         },
-        { /* end if list */ }
+        { /* end of list */ }
     },
 };
 
@@ -449,7 +452,7 @@ QemuOptsList qemu_option_rom_opts = {
             .name = "romfile",
             .type = QEMU_OPT_STRING,
         },
-        { /* end if list */ }
+        { /* end of list */ }
     },
 };