projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6dc18d
)
Fix Sparse error: dubious one-bit signed bitfield
author
Blue Swirl
<blauwirbel@gmail.com>
Fri, 25 Dec 2009 16:12:26 +0000
(16:12 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Fri, 25 Dec 2009 16:12:26 +0000
(16:12 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/boards.h
patch
|
blob
|
history
diff --git
a/hw/boards.h
b/hw/boards.h
index e1beda308b47a3a7d410a661a0854df820848402..6f0f0d79259e3601e1c6cb5f002379e4b2284eb1 100644
(file)
--- a/
hw/boards.h
+++ b/
hw/boards.h
@@
-19,7
+19,7
@@
typedef struct QEMUMachine {
QEMUMachineInitFunc *init;
int use_scsi;
int max_cpus;
- int no_serial:1,
+
unsigned
int no_serial:1,
no_parallel:1,
use_virtcon:1,
no_vga:1,