qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] use a do-while() loop in pnv_phbX_translate_tve()
@ 2022-01-27 12:22 Daniel Henrique Barboza
  2022-01-27 12:22 ` [PATCH v3 1/2] ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve() Daniel Henrique Barboza
  2022-01-27 12:22 ` [PATCH v3 2/2] ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve() Daniel Henrique Barboza
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2022-01-27 12:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel Henrique Barboza, qemu-ppc, clg, david

Hi,

This version contains fixes for the problems detected by Matheus
in the v2.

Changes from v2:
- patch 1:
  * fix loop condition
- patch 2:
  * fix loop condition
  * remove the initialization of 'taddr' that was being done in v1.
- v2 link: https://lists.gnu.org/archive/html/qemu-devel/2022-01/msg05591.html

Daniel Henrique Barboza (2):
  ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()
  ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()

 hw/pci-host/pnv_phb3.c | 6 ++++--
 hw/pci-host/pnv_phb4.c | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-27 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-27 12:22 [PATCH v3 0/2] use a do-while() loop in pnv_phbX_translate_tve() Daniel Henrique Barboza
2022-01-27 12:22 ` [PATCH v3 1/2] ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve() Daniel Henrique Barboza
2022-01-27 12:33   ` Matheus K. Ferst
2022-01-27 12:22 ` [PATCH v3 2/2] ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve() Daniel Henrique Barboza
2022-01-27 12:33   ` Matheus K. Ferst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).