spice-display.h (b16a54da0696efc5d91b6c3597a37a317abb5de7) spice-display.h (be812c0ab7d5ab741d0d87387a75a0e8bb6461e7)
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 *

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

174 QXLDevSurfaceCreate *surface,
175 qxl_async_io async);
176void qemu_spice_destroy_primary_surface(SimpleSpiceDisplay *ssd,
177 uint32_t id, qxl_async_io async);
178void qemu_spice_wakeup(SimpleSpiceDisplay *ssd);
179void qemu_spice_display_start(void);
180void qemu_spice_display_stop(void);
181int qemu_spice_display_is_running(SimpleSpiceDisplay *ssd);
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 *

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

174 QXLDevSurfaceCreate *surface,
175 qxl_async_io async);
176void qemu_spice_destroy_primary_surface(SimpleSpiceDisplay *ssd,
177 uint32_t id, qxl_async_io async);
178void qemu_spice_wakeup(SimpleSpiceDisplay *ssd);
179void qemu_spice_display_start(void);
180void qemu_spice_display_stop(void);
181int qemu_spice_display_is_running(SimpleSpiceDisplay *ssd);
182
183bool qemu_spice_fill_device_address(QemuConsole *con,
184 char *device_address,
185 size_t size);