mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ui: move qemu_spice_fill_device_address to ui/util.c
Other backends can use it. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
5e79d516e8
commit
f6ef71bded
7 changed files with 92 additions and 56 deletions
|
@ -184,8 +184,4 @@ void qemu_spice_display_start(void);
|
|||
void qemu_spice_display_stop(void);
|
||||
int qemu_spice_display_is_running(SimpleSpiceDisplay *ssd);
|
||||
|
||||
bool qemu_spice_fill_device_address(QemuConsole *con,
|
||||
char *device_address,
|
||||
size_t size);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue