summaryrefslogtreecommitdiffstats
path: root/qemu/roms/qemu-palcode/crb.c
diff options
context:
space:
mode:
authorJosé Pekkarinen <jose.pekkarinen@nokia.com>2016-01-06 07:50:48 +0200
committerJosé Pekkarinen <jose.pekkarinen@nokia.com>2016-01-06 07:50:48 +0200
commit39c71287a368692ccf464642f21c2e97b30d8065 (patch)
treed76aace8521801eefa6502ef66bfa9732db448ca /qemu/roms/qemu-palcode/crb.c
parentbbfa2a7a09611186681e494844af228c18217941 (diff)
Fix for KVMFORNFV-23(Fuel installed KVM kernel blank screens on boot).
The configuration of the kernel enables the framebuffer console without any framebuffer selected other than i915. Adding the VESA compliant framebuffer should fix this issue. Change-Id: Icc384e05774e1de20985aeb19dfef25ae2431bb6 Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
Diffstat (limited to 'qemu/roms/qemu-palcode/crb.c')
0 files changed, 0 insertions, 0 deletions
='#n155'>155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246