mbox series

[0/2] initialize 'taddr' in pnv_phbX_translate_tve()

Message ID 20220126134137.791968-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series initialize 'taddr' in pnv_phbX_translate_tve() | expand

Message

Daniel Henrique Barboza Jan. 26, 2022, 1:41 p.m. UTC
Hi,

First patch aims to fix https://gitlab.com/qemu-project/qemu/-/issues/573.
Second patch is the same fix applied to pnv_phb4 code that presents the
same potential issue.


Daniel Henrique Barboza (2):
  ppc/pnv: initialize 'taddr' in pnv_phb3_translate_tve()
  ppc/pnv: initialize 'taddr' in pnv_phb4_translate_tve()

 hw/pci-host/pnv_phb3.c | 11 +++++++++++
 hw/pci-host/pnv_phb4.c |  8 ++++++++
 2 files changed, 19 insertions(+)