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
|
@ -495,4 +495,10 @@ int index_from_key(const char *key, size_t key_length);
|
|||
int udmabuf_fd(void);
|
||||
#endif
|
||||
|
||||
/* util.c */
|
||||
bool qemu_console_fill_device_address(QemuConsole *con,
|
||||
char *device_address,
|
||||
size_t size,
|
||||
Error **errp);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue