Loading qemu-deprecated.texi +0 −5 Original line number Diff line number Diff line Loading @@ -89,11 +89,6 @@ error in the future. The @code{-realtime mlock=on|off} argument has been replaced by the @code{-overcommit mem-lock=on|off} argument. @subsection -virtfs_synth (since 4.1) The ``-virtfs_synth'' argument is now deprecated. Please use ``-fsdev synth'' and ``-device virtio-9p-...'' instead. @subsection -numa node,mem=@var{size} (since 4.1) The parameter @option{mem} of @option{-numa node} is used to assign a part of Loading qemu-options.hx +0 −10 Original line number Diff line number Diff line Loading @@ -1468,16 +1468,6 @@ would still return entries from other devices). @end table ETEXI DEF("virtfs_synth", 0, QEMU_OPTION_virtfs_synth, "-virtfs_synth Create synthetic file system image\n", QEMU_ARCH_ALL) STEXI @item -virtfs_synth @findex -virtfs_synth Create synthetic file system image. Note that this option is now deprecated. Please use @code{-fsdev synth} and @code{-device virtio-9p-...} instead. ETEXI DEF("iscsi", HAS_ARG, QEMU_OPTION_iscsi, "-iscsi [user=user][,password=password]\n" " [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE\n" Loading vl.c +0 −23 Original line number Diff line number Diff line Loading @@ -3374,29 +3374,6 @@ int main(int argc, char **argv, char **envp) qemu_opt_get(opts, "mount_tag"), &error_abort); break; } case QEMU_OPTION_virtfs_synth: { QemuOpts *fsdev; QemuOpts *device; warn_report("'-virtfs_synth' is deprecated, please use " "'-fsdev synth' and '-device virtio-9p-...' " "instead"); fsdev = qemu_opts_create(qemu_find_opts("fsdev"), "v_synth", 1, NULL); if (!fsdev) { error_report("duplicate option: %s", "virtfs_synth"); exit(1); } qemu_opt_set(fsdev, "fsdriver", "synth", &error_abort); device = qemu_opts_create(qemu_find_opts("device"), NULL, 0, &error_abort); qemu_opt_set(device, "driver", "virtio-9p-pci", &error_abort); qemu_opt_set(device, "fsdev", "v_synth", &error_abort); qemu_opt_set(device, "mount_tag", "v_synth", &error_abort); break; } case QEMU_OPTION_serial: add_device_config(DEV_SERIAL, optarg); default_serial = 0; Loading Loading
qemu-deprecated.texi +0 −5 Original line number Diff line number Diff line Loading @@ -89,11 +89,6 @@ error in the future. The @code{-realtime mlock=on|off} argument has been replaced by the @code{-overcommit mem-lock=on|off} argument. @subsection -virtfs_synth (since 4.1) The ``-virtfs_synth'' argument is now deprecated. Please use ``-fsdev synth'' and ``-device virtio-9p-...'' instead. @subsection -numa node,mem=@var{size} (since 4.1) The parameter @option{mem} of @option{-numa node} is used to assign a part of Loading
qemu-options.hx +0 −10 Original line number Diff line number Diff line Loading @@ -1468,16 +1468,6 @@ would still return entries from other devices). @end table ETEXI DEF("virtfs_synth", 0, QEMU_OPTION_virtfs_synth, "-virtfs_synth Create synthetic file system image\n", QEMU_ARCH_ALL) STEXI @item -virtfs_synth @findex -virtfs_synth Create synthetic file system image. Note that this option is now deprecated. Please use @code{-fsdev synth} and @code{-device virtio-9p-...} instead. ETEXI DEF("iscsi", HAS_ARG, QEMU_OPTION_iscsi, "-iscsi [user=user][,password=password]\n" " [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE\n" Loading
vl.c +0 −23 Original line number Diff line number Diff line Loading @@ -3374,29 +3374,6 @@ int main(int argc, char **argv, char **envp) qemu_opt_get(opts, "mount_tag"), &error_abort); break; } case QEMU_OPTION_virtfs_synth: { QemuOpts *fsdev; QemuOpts *device; warn_report("'-virtfs_synth' is deprecated, please use " "'-fsdev synth' and '-device virtio-9p-...' " "instead"); fsdev = qemu_opts_create(qemu_find_opts("fsdev"), "v_synth", 1, NULL); if (!fsdev) { error_report("duplicate option: %s", "virtfs_synth"); exit(1); } qemu_opt_set(fsdev, "fsdriver", "synth", &error_abort); device = qemu_opts_create(qemu_find_opts("device"), NULL, 0, &error_abort); qemu_opt_set(device, "driver", "virtio-9p-pci", &error_abort); qemu_opt_set(device, "fsdev", "v_synth", &error_abort); qemu_opt_set(device, "mount_tag", "v_synth", &error_abort); break; } case QEMU_OPTION_serial: add_device_config(DEV_SERIAL, optarg); default_serial = 0; Loading