qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 1/3] kvm:showing a splash picture when start,


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH v2 1/3] kvm:showing a splash picture when start, code change
Date: Thu, 23 Jun 2011 11:55:44 +0200

Am 23.06.2011 um 11:21 schrieb Wayne Xia:


Signed-off-by: Wayne Xia <address@hidden>
---
Makefile      |    3 +-
hw/fw_cfg.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++-
qemu-config.c |   27 ++++++++++++
sysemu.h      |    3 +
vl.c          |   17 +++++++-
5 files changed, 178 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 65edcf4..8cdd687 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,8 @@ bamboo.dtb petalogix-s3adsp1800.dtb petalogix- ml605.dtb \
mpc8544ds.dtb \
multiboot.bin linuxboot.bin \
s390-zipl.rom \
-spapr-rtas.bin slof.bin
+spapr-rtas.bin slof.bin \
+bootsplash.bmp

This will break `make install' since it depends on a file added with 2/3.
Better divide into logical changes or reorder the patches.

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]