qemu-patch-raspberry4/target-s390x
Anthony Liguori 0123c48636 s390x: silence warning from GCC on uninitialized values
As best I can tell, this is a false positive.

  [aliguori@ccnode4 qemu-s390]$ make
    CC    s390x-softmmu/target-s390x/helper.o
  /home/aliguori/git/qemu/target-s390x/helper.c: In function ‘do_interrupt’:
  /home/aliguori/git/qemu/target-s390x/helper.c:673:17: error: ‘addr’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  /home/aliguori/git/qemu/target-s390x/helper.c:620:20: note: ‘addr’ was declared here
  /home/aliguori/git/qemu/target-s390x/helper.c:673:17: error: ‘mask’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  /home/aliguori/git/qemu/target-s390x/helper.c:620:14: note: ‘mask’ was declared here
  cc1: all warnings being treated as errors
  make[1]: *** [target-s390x/helper.o] Error 1
  make: *** [subdir-s390x-softmmu] Error 2

Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-02-04 15:24:15 -06:00
..
cc_helper.c target-s390: Convert IPM 2013-01-05 12:18:42 -08:00
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c Merge remote-tracking branch 'agraf/s390-for-upstream' into staging 2013-02-01 09:06:23 -06:00
cpu.h target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() 2013-02-01 02:02:20 +01:00
fpu_helper.c target-s390: Implement LOAD/SET FP AND SIGNAL 2013-01-05 12:18:45 -08:00
helper.c s390x: silence warning from GCC on uninitialized values 2013-02-04 15:24:15 -06:00
helper.h target-s390: Use noreturn for exception and load_psw 2013-01-05 12:18:46 -08:00
insn-data.def target-s390: Perform COMPARE AND SWAP inline 2013-01-05 12:18:46 -08:00
insn-format.def target-s390: Add format based disassassmbly infrastructure 2013-01-05 12:00:27 -08:00
int_helper.c target-s390: Implement POPCNT 2013-01-05 12:18:45 -08:00
interrupt.c target-s390x: Clean up cpu_inject_*() signatures 2013-02-01 02:02:20 +01:00
ioinst.c s390: Use s390_cpu_physical_memory_map for tpi. 2013-01-29 21:50:05 +01:00
ioinst.h s390: Use s390_cpu_physical_memory_map for tpi. 2013-01-29 21:50:05 +01:00
kvm.c target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() 2013-02-01 02:02:20 +01:00
Makefile.objs target-s390x: Mark as unmigratable 2013-02-01 01:35:22 +01:00
mem_helper.c target-s390: Perform COMPARE AND SWAP inline 2013-01-05 12:18:46 -08:00
misc_helper.c s390: Add a hypercall registration interface. 2013-01-18 19:07:47 +01:00
translate.c target-s390: Perform COMPARE AND SWAP inline 2013-01-05 12:18:46 -08:00