]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson_options.txt
target/hppa: Extract diagnose immediate value
[mirror_qemu.git] / meson_options.txt
index 4f3b1ecab065d83907aa2e4f6d02faa794b4420a..f82d88b7c66222c3a5902ee6f7fd52a133db226b 100644 (file)
@@ -81,6 +81,10 @@ option('xen_pci_passthrough', type: 'feature', value: 'auto',
        description: 'Xen PCI passthrough support')
 option('tcg', type: 'feature', value: 'enabled',
        description: 'TCG support')
+option('plugins', type: 'boolean', value: false,
+       description: 'TCG plugins via shared library loading')
+option('debug_tcg', type: 'boolean', value: false,
+       description: 'TCG debugging')
 option('tcg_interpreter', type: 'boolean', value: false,
        description: 'TCG with bytecode interpreter (slow)')
 option('safe_stack', type: 'boolean', value: false,