mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
pc-bios/s390-ccw: fix sparse warnings
Fix some sparse warnings in the s390-ccw bios. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
7691993c2b
commit
f17a84300f
5 changed files with 7 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "s390-ccw.h"
|
||||
#include "virtio.h"
|
||||
|
||||
struct vring block;
|
||||
static struct vring block;
|
||||
|
||||
static char chsc_page[PAGE_SIZE] __attribute__((__aligned__(PAGE_SIZE)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue