mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
stubs: remove obsolete stubs
These file define functions are are not called from common code anymore. Delete those functions and, if applicable, the entire files. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240408155330.522792-10-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
68621262bd
commit
d4d0ebb7da
9 changed files with 0 additions and 48 deletions
|
@ -71,8 +71,6 @@ Chardev *serial_hd(int i);
|
|||
|
||||
extern Chardev *parallel_hds[MAX_PARALLEL_PORTS];
|
||||
|
||||
void hmp_info_usb(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void add_boot_device_path(int32_t bootindex, DeviceState *dev,
|
||||
const char *suffix);
|
||||
char *get_boot_devices_list(size_t *size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue