Searched refs:spicevmc (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | spice.c | 259 ChardevSpiceChannel *spicevmc = backend->u.spicevmc.data; in qemu_chr_open_spice_vmc() local 260 const char *type = spicevmc->type; in qemu_chr_open_spice_vmc() 322 ChardevSpiceChannel *spicevmc; in qemu_chr_parse_spice_vmc() local 329 spicevmc = backend->u.spicevmc.data = g_new0(ChardevSpiceChannel, 1); in qemu_chr_parse_spice_vmc() 330 qemu_chr_parse_common(opts, qapi_ChardevSpiceChannel_base(spicevmc)); in qemu_chr_parse_spice_vmc() 331 spicevmc->type = g_strdup(name); in qemu_chr_parse_spice_vmc()
|
/openbmc/qemu/qapi/ |
H A D | char.json | 455 # @spicevmc: Since 1.5 491 { 'name': 'spicevmc', 'if': 'CONFIG_SPICE' }, 664 'spicevmc': { 'type': 'ChardevSpiceChannelWrapper',
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 3775 "-chardev spicevmc,id=id,name=name[,debug=debug][,logfile=PATH][,logappend=on|off]\n" 3788 ``spicevmc``, ``spiceport``. The specific backend will determine the 4027 ``-chardev spicevmc,id=id,debug=debug,name=name`` 4028 ``spicevmc`` is only available when spice support is built in. 4030 ``debug`` debug level for spicevmc 4039 ``debug`` debug level for spicevmc
|