qemu-spice.h (b192cd1e4f9321b74e1d8b13b94a239a4750abfb) qemu-spice.h (05b53636d01c1c9b650465def20b683ea1382f63)
1/*
2 * Copyright (C) 2010 Red Hat, Inc.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 or
7 * (at your option) version 3 of the License.
8 *

--- 15 unchanged lines hidden (view full) ---

24#ifdef CONFIG_SPICE
25
26#include <spice.h>
27#include "qemu/config-file.h"
28
29void qemu_spice_input_init(void);
30void qemu_spice_display_init(void);
31int qemu_spice_display_add_client(int csock, int skipauth, int tls);
1/*
2 * Copyright (C) 2010 Red Hat, Inc.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 or
7 * (at your option) version 3 of the License.
8 *

--- 15 unchanged lines hidden (view full) ---

24#ifdef CONFIG_SPICE
25
26#include <spice.h>
27#include "qemu/config-file.h"
28
29void qemu_spice_input_init(void);
30void qemu_spice_display_init(void);
31int qemu_spice_display_add_client(int csock, int skipauth, int tls);
32int qemu_spice_add_interface(SpiceBaseInstance *sin);
33bool qemu_spice_have_display_interface(QemuConsole *con);
34int qemu_spice_add_display_interface(QXLInstance *qxlin, QemuConsole *con);
35int qemu_spice_set_passwd(const char *passwd,
36 bool fail_if_connected, bool disconnect_if_connected);
37int qemu_spice_set_pw_expire(time_t expires);
38int qemu_spice_migrate_info(const char *hostname, int port, int tls_port,
39 const char *subject);
40

--- 41 unchanged lines hidden ---
32bool qemu_spice_have_display_interface(QemuConsole *con);
33int qemu_spice_add_display_interface(QXLInstance *qxlin, QemuConsole *con);
34int qemu_spice_set_passwd(const char *passwd,
35 bool fail_if_connected, bool disconnect_if_connected);
36int qemu_spice_set_pw_expire(time_t expires);
37int qemu_spice_migrate_info(const char *hostname, int port, int tls_port,
38 const char *subject);
39

--- 41 unchanged lines hidden ---