mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-22 23:48:36 -07:00
monitor: Remove obsolete stubs
hmp_info_roms() was removed in commitdd98234c05("qapi: introduce x-query-roms QMP command"), hmp_info_numa() in commit1b8ae799d8("qapi: introduce x-query-numa QMP command"), hmp_info_ramblock() in commitca411b7c8a("qapi: introduce x-query-ramblock QMP command") and hmp_info_irq() in commit91f2fa7045("qapi: introduce x-query-irq QMP command"). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
05fc711c3a
commit
4475a9b058
2 changed files with 0 additions and 4 deletions
|
|
@ -338,7 +338,6 @@ void *rom_ptr(hwaddr addr, size_t size);
|
|||
* rom_ptr().
|
||||
*/
|
||||
void *rom_ptr_for_as(AddressSpace *as, hwaddr addr, size_t size);
|
||||
void hmp_info_roms(Monitor *mon, const QDict *qdict);
|
||||
|
||||
#define rom_add_file_fixed(_f, _a, _i) \
|
||||
rom_add_file(_f, NULL, _a, _i, false, NULL, NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue