Displaying 9 results from an estimated 9 matches for "mkhex".
Did you mean:
mkdev
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
...t ROMs in hvmloader
Option ROMs are keyed off wether or not rombios is enabled, rather than
on an individual basis
Introduced config options to select support for rombios/seabios
Julian Pidancet (3):
hvmloader: Only compile 32bitbios_support.c when rombios is enabled
firmware: Use mkhex from hvmloader directory for etherboot ROMs
firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options
Config.mk | 5 ++++
tools/firmware/Makefile | 21 +++++++++++-------
tools/firmware/etherboot/Config | 2 -
tools/firmware/etherboot/Mak...
2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
...duced config option to select which NIC to build ROM for
Fixed initial patch to build multiple etherboot ROMs in hvmloader
Option ROMs are keyed off wether or not rombios is enabled, rather than
on an individual basis
Introduced config options to select support for rombios/seabios
v3: Fix mkhex script to take several file arguments on the command line
Reorganize hvmloader option ROM loading code to make it optionnal, and
make bios->load_roms a callback that the BIOS support code has to implement
if option ROM loading is desired.
Cosmetic change in tools/firmware/Makefile in the...
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU:
- disable emulated VGA adpater if there is passthroughed gfx
- register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx
Signed-off-by: Ben Lin <ben.y.lin@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
_______________________________________________
Xen-devel mailing list
2012 Feb 05
4
[PATCH RFC] hvmloader: Make ROM dependencies optional
...S_ROM) $(STDVGA_ROM) $(CIRRUSVGA_ROM) ../etherboot/eb-roms.h
+roms.inc: $(ROMBIOS_ROM) $(SEABIOS_ROM) $(STDVGA_ROM) $(CIRRUSVGA_ROM) $(ETHERBOOT_ROM)
echo "/* Autogenerated file. DO NOT EDIT */" > $@.new
ifneq ($(ROMBIOS_ROM),)
@@ -95,10 +111,11 @@ ifneq ($(CIRRUSVGA_ROM),)
sh ./mkhex vgabios_cirrusvga $(CIRRUSVGA_ROM) >> $@.new
echo "#endif" >> $@.new
endif
-
+ifneq ($(ETHERBOOT_ROM),)
echo "#ifdef ROM_INCLUDE_ETHERBOOT" >> $@.new
- cat ../etherboot/eb-roms.h >> $@.new
+ sh ./mkhex etherboot $(ETHERBOOT_ROM) >> $@.new
ech...
2006 Jun 29
5
Multiple VCPUs
I have a self built system using an Intel D 920 processor and a MB that
supports VT. I''m able to run HVM domains fine, but have trouble getting
multiple VCPUs for these domains. Here is an example of one of my configs.
# -*- mode: python; -*-
#============================================================================
# Python configuration setup for ''xm create''.
#
2010 May 10
5
GFX Passthrough
Hi List,
many People seem to be interested in the Graphic-Card Passthrough Feature (for
more or less obvious reasons).
Official Support is still under development, and i hope not to interfere with it
in any (bad) way ...
But i remember my own painfull and timeconsuming research when i wanted this
feature to work, so i thought perhaps this spares some time for the unpatient
users like me :)
2008 Aug 05
3
HVM iSCSI Boot ROM
Microsoft has their "boot" version of their iSCSI software initiator. Apparently this still requires that the network card be iSCSI Boot "enabled." Intel seems to be the only obvious company out there supporting it on their Server adapters - I was wondering if there are any thoughts/plans on implementing iSCSI Boot functionality in the HVM Boot ROM? Or maybe there''s
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here