kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qemu-kvm: Install built option roms
@ 2009-09-02 16:17 Jan Kiszka
  2009-09-02 16:27 ` [PATCH v2] " Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2009-09-02 16:17 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Avi Kivity, kvm-devel

Based on Avi's version:

Pick up option roms from the build directory if available. As we do not
ship a extboot.bin binary, this also fixes the installation of this rom.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index bfc4b0f..9a70653 100644
--- a/Makefile
+++ b/Makefile
@@ -251,6 +251,9 @@ ifneq ($(BLOBS),)
 	    if [ -f $(SRC_PATH)/pc-bios/$$x ];then \
 		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
 	    fi \
+	    ; if [ -f $(SRC_PATH)/pc-bios/optionrom/$$x ];then \
+		$(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
+	    fi \
 	done
 endif
 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2] qemu-kvm: Install built option roms
  2009-09-02 16:17 [PATCH] qemu-kvm: Install built option roms Jan Kiszka
@ 2009-09-02 16:27 ` Jan Kiszka
  2009-09-02 19:12   ` Marcelo Tosatti
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2009-09-02 16:27 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Avi Kivity, kvm-devel

Based on Avi's version:

Pick up option roms from the build directory if available. As we do not
ship a extboot.bin binary, this also fixes the installation of this rom.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
v2: Removed forgotten reference to $(SRC_PATH)


 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index bfc4b0f..0850241 100644
--- a/Makefile
+++ b/Makefile
@@ -251,6 +251,9 @@ ifneq ($(BLOBS),)
 	    if [ -f $(SRC_PATH)/pc-bios/$$x ];then \
 		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
 	    fi \
+	    ; if [ -f pc-bios/optionrom/$$x ];then \
+		$(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
+	    fi \
 	done
 endif
 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] qemu-kvm: Install built option roms
  2009-09-02 16:27 ` [PATCH v2] " Jan Kiszka
@ 2009-09-02 19:12   ` Marcelo Tosatti
  0 siblings, 0 replies; 3+ messages in thread
From: Marcelo Tosatti @ 2009-09-02 19:12 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Avi Kivity, kvm-devel

On Wed, Sep 02, 2009 at 06:27:15PM +0200, Jan Kiszka wrote:
> Based on Avi's version:
> 
> Pick up option roms from the build directory if available. As we do not
> ship a extboot.bin binary, this also fixes the installation of this rom.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> v2: Removed forgotten reference to $(SRC_PATH)

Applied this and 0.11-stable version. Thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-02 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 16:17 [PATCH] qemu-kvm: Install built option roms Jan Kiszka
2009-09-02 16:27 ` [PATCH v2] " Jan Kiszka
2009-09-02 19:12   ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).