qemu-e2k/pc-bios/optionrom
Paolo Bonzini 236d15222e pc-bios/optionrom: compile with -Wno-array-bounds
Avoids the following bogus warning:

pvh_main.c: In function ‘pvh_load_kernel’:
pvh_main.c:101:42: warning: array subscript 0 is outside array bounds of ‘uint16_t[0]’ {aka ‘short unsigned int[]’} [-Warray-bounds]
  101 |         uint32_t ebda_paddr = ((uint32_t)*((uint16_t *)EBDA_BASE_ADDR)) << 4;
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Cc: qemu-stable@nongnu.org
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-05-12 12:07:05 +02:00
..
Makefile pc-bios/optionrom: compile with -Wno-array-bounds 2022-05-12 12:07:05 +02:00
code16gcc.h Add optionrom compatible with fw_cfg DMA version 2016-07-14 15:50:52 +02:00
flat.lds optionrom: fix compilation with mingw docker target 2016-08-09 22:57:36 +02:00
kvmvapic.S kvmvapic: Use optionrom helpers 2012-02-18 12:16:01 +02:00
linuxboot.S linuxboot: fix loading old kernels 2014-12-15 12:21:03 +01:00
linuxboot_dma.c linuxboot_dma: move common functions in a new header 2019-02-05 16:50:17 +01:00
multiboot.S optionrom: add a DMA-enabled multiboot ROM 2021-11-02 15:57:27 +01:00
multiboot_dma.S optionrom: add a DMA-enabled multiboot ROM 2021-11-02 15:57:27 +01:00
optionrom.h optionrom: add a DMA-enabled multiboot ROM 2021-11-02 15:57:27 +01:00
optrom.h linuxboot_dma: move common functions in a new header 2019-02-05 16:50:17 +01:00
optrom_fw_cfg.h linuxboot_dma: move common functions in a new header 2019-02-05 16:50:17 +01:00
pvh.S optionrom: add new PVH option rom 2019-02-05 16:50:17 +01:00
pvh_main.c optionrom/pvh: scan entire RSDP Area 2020-03-16 22:07:42 +01:00