qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v2 0/4] ppc: valgrind "uninitialized values" fixes


From: Daniel Henrique Barboza
Subject: [PATCH v2 0/4] ppc: valgrind "uninitialized values" fixes
Date: Wed, 30 Mar 2022 21:17:13 -0300

Changes from v1:
- patch 1: init 'val' union in a single statement
- all patches:
  * added Philippe's R-b
  * changed initialization format from {0} to { }
- v1 link: https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg07234.html

Daniel Henrique Barboza (4):
  target/ppc: initialize 'val' union in kvm_get_one_spr()
  target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()
  target/ppc: init 'sregs' in kvmppc_put_books_sregs()
  target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()

 target/ppc/kvm.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.35.1




reply via email to

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