mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/ppc: Avoid using Monitor in pnv_xive2_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-23-philmd@linaro.org>
This commit is contained in:
parent
e6024fd832
commit
70fb275d07
3 changed files with 3 additions and 10 deletions
|
@ -163,6 +163,6 @@ typedef struct PnvXive2Class {
|
|||
DeviceRealize parent_realize;
|
||||
} PnvXive2Class;
|
||||
|
||||
void pnv_xive2_pic_print_info(PnvXive2 *xive, Monitor *mon);
|
||||
void pnv_xive2_pic_print_info(PnvXive2 *xive, GString *buf);
|
||||
|
||||
#endif /* PPC_PNV_XIVE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue