mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
hw/ppc: Avoid using Monitor in pnv_psi_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-17-philmd@linaro.org>
This commit is contained in:
parent
0527563a47
commit
d88f39dba4
3 changed files with 9 additions and 12 deletions
|
|
@ -110,6 +110,6 @@ typedef enum PnvPsiIrq {
|
|||
#define PSIHB9_IRQ_PSU 13
|
||||
#define PSIHB9_NUM_IRQS 14
|
||||
|
||||
void pnv_psi_pic_print_info(Pnv9Psi *psi, Monitor *mon);
|
||||
void pnv_psi_pic_print_info(Pnv9Psi *psi, GString *buf);
|
||||
|
||||
#endif /* PPC_PNV_PSI_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue