qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 0/2] use a do-while() loop in pnv_phbX_translate_tve()


From: Daniel Henrique Barboza
Subject: [PATCH v3 0/2] use a do-while() loop in pnv_phbX_translate_tve()
Date: Thu, 27 Jan 2022 09:22:32 -0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]