mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/ppc: Avoid using Monitor in pnv_xive_pic_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-16-philmd@linaro.org>
This commit is contained in:
parent
1a40b0ca9e
commit
0527563a47
3 changed files with 9 additions and 10 deletions
|
@ -93,7 +93,7 @@ struct PnvXiveClass {
|
|||
DeviceRealize parent_realize;
|
||||
};
|
||||
|
||||
void pnv_xive_pic_print_info(PnvXive *xive, Monitor *mon);
|
||||
void pnv_xive_pic_print_info(PnvXive *xive, GString *buf);
|
||||
|
||||
/*
|
||||
* XIVE2 interrupt controller (POWER10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue