mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00

Additional stubs: - chr_baum_init - qemu_chr_open_spice_vmc - qemu_chr_open_spice_port Signed-off-by: Nikolay Nikolaev <n.nikolaev@virtualopensystems.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
7 lines
109 B
C
7 lines
109 B
C
#include "qemu-common.h"
|
|
#include "sysemu/char.h"
|
|
|
|
CharDriverState *chr_baum_init(void)
|
|
{
|
|
return NULL;
|
|
}
|