mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/ppc: Avoid using Monitor in pnv_phb3_msi_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-2-philmd@linaro.org>
This commit is contained in:
parent
a276ec8e26
commit
dafec001d6
3 changed files with 18 additions and 13 deletions
|
@ -40,7 +40,7 @@ void pnv_phb3_msi_update_config(Phb3MsiState *msis, uint32_t base,
|
|||
void pnv_phb3_msi_send(Phb3MsiState *msis, uint64_t addr, uint16_t data,
|
||||
int32_t dev_pe);
|
||||
void pnv_phb3_msi_ffi(Phb3MsiState *msis, uint64_t val);
|
||||
void pnv_phb3_msi_pic_print_info(Phb3MsiState *msis, Monitor *mon);
|
||||
void pnv_phb3_msi_pic_print_info(Phb3MsiState *msis, GString *buf);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue