Lines Matching refs:qemu_opt_get
539 addr = qemu_opt_get(opts, "addr"); in qmp_query_spice_real()
685 passwordSecret = qemu_opt_get(opts, "password-secret"); in qemu_spice_init()
692 x509_dir = qemu_opt_get(opts, "x509-dir"); in qemu_spice_init()
697 str = qemu_opt_get(opts, "x509-key-file"); in qemu_spice_init()
705 str = qemu_opt_get(opts, "x509-cert-file"); in qemu_spice_init()
713 str = qemu_opt_get(opts, "x509-cacert-file"); in qemu_spice_init()
721 x509_key_password = qemu_opt_get(opts, "x509-key-password"); in qemu_spice_init()
722 x509_dh_file = qemu_opt_get(opts, "x509-dh-key-file"); in qemu_spice_init()
723 tls_ciphers = qemu_opt_get(opts, "tls-ciphers"); in qemu_spice_init()
726 addr = qemu_opt_get(opts, "addr"); in qemu_spice_init()
776 str = qemu_opt_get(opts, "image-compression"); in qemu_spice_init()
783 str = qemu_opt_get(opts, "jpeg-wan-compression"); in qemu_spice_init()
790 str = qemu_opt_get(opts, "zlib-glz-wan-compression"); in qemu_spice_init()
796 str = qemu_opt_get(opts, "streaming-video"); in qemu_spice_init()
843 egl_init(qemu_opt_get(opts, "rendernode"), DISPLAY_GL_MODE_ON, &error_fatal); in qemu_spice_init()