]> git.proxmox.com Git - qemu.git/blobdiff - docs/qapi-code-gen.txt
qdev-properties-system.c: Allow vlan or netdev for -device, not both
[qemu.git] / docs / qapi-code-gen.txt
index 91f44d01b9522e56e8332516810fd3bf860afc69..0728f36c6522b576a469d7405d9fca8d81bad0b1 100644 (file)
@@ -164,7 +164,7 @@ This example allows using both of the following example objects:
  { "file": "my_existing_block_device_id" }
  { "file": { "driver": "file",
              "readonly": false,
-             'filename': "/tmp/mydisk.qcow2" } }
+             "filename": "/tmp/mydisk.qcow2" } }
 
 
 === Commands ===