mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/ppc: Avoid using Monitor in SpaprInterruptControllerClass::print_info()
Replace Monitor API by HumanReadableText one. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Message-Id: <20240610062105.49848-24-philmd@linaro.org>
This commit is contained in:
parent
70fb275d07
commit
4abeadf651
4 changed files with 10 additions and 18 deletions
|
@ -73,7 +73,7 @@ struct SpaprInterruptControllerClass {
|
|||
|
||||
/* These methods should only be called on the active intc */
|
||||
void (*set_irq)(SpaprInterruptController *intc, int irq, int val);
|
||||
void (*print_info)(SpaprInterruptController *intc, Monitor *mon);
|
||||
void (*print_info)(SpaprInterruptController *intc, GString *buf);
|
||||
void (*dt)(SpaprInterruptController *intc, uint32_t nr_servers,
|
||||
void *fdt, uint32_t phandle);
|
||||
int (*post_load)(SpaprInterruptController *intc, int version_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue