Displaying 20 results from an estimated 3000 matches similar to: "Which bios is hvmloader using ?"
2003 Sep 10
1
Samba 3.0.0rc3 : HPUX Makefile problem
Hello,
there's still a small problem when compiling on hpux, after running
configure the variable AR is not set in the Makefile. The compilation
fails because it tries to run $(AR) -rc and thus tries to run '-rc' ...
Adding AR=ar in the Makefile fixes the problem, but I suppose there must
be a better way ?
Thanks and keep up the good work !
Peter.
--
Peter Van Biesen
Adj.
2008 May 11
1
Porting Bochs bios to Xen/hvmloader?
Hello,
I found out what the problem in my other thread was, now I need to solve
it: I need to port a modified Bochs bios to Xen x86.
However, a file of the original source seems missing: acpi-dsdt.hex.
It''s neither in the tools/firmware/hvmloader/acpi directory nor in the
tools/firmware/rombios one. Also applying the diffs or manually editing
the source probably won''t work since
2008 Oct 16
9
Shared SAN disk LUN between 2 servers and migration problem
HI
Dom0 is CentOS 5.2, 64-bit, Xen version 3.2.1 and 3.2.2.
I got Fiber SAN disk system and 2 servers and i am making shared LUN
available to both servers. Then i got multipath layer running on both
Dom0s and so Xen is seeing device-mapper file, instead of two /dev/sdX
devices, then i have setup Xen domU (HVM Windows 2003) using
/dev/mapper/sharedLUN as physical storage to my windows server.
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only
version of hvmloader.
In addition, when building a seabios only hvmloader, Option ROMs like
vgabios and etherboot are no longer required, and therefore can be disabled
from the build. Dependency on the bcc compiler can also be avoided the
same way.
v2: Separate patches for separate issues
Introduced config option to
2006 May 30
6
[PATCH][HVMLOADER][DISCUSS] 8 way default rombios
Attached simple patch modifies the rombios and hvmloader Makefiles to
default to an 8-way bochs bios for the hvmloader.
Is there a reason to not define the mp config table by default for >1
processors (8), in the repository?
Seems like using the hvm guest config file can the methodolody to
describe a UP guest regardless of the mptables.
Defaulting the rombios to MP would allow users to
2006 Dec 07
7
[PATCH] [Firmware] TCG BIOS extensions for the Bochs BIOS
This patch adds an implementation of the TCG BIOS extensions to the
Bochs BIOS and enables logging of boot measurements using the previously
implemented support for TCPA ACPI tables. A low-level driver for a TPM
TIS device and an Atmel device is provided.
The implemented specification is described here:
2013 Nov 12
16
[PATCH] hvmloader: write extra memory in CMOS
Some firmware, such as OVMF relies on this value to get the size of
extra memory above 4GB.
Seabios in Xen doesn''t need this as it gets e820 directly from Xen.
Rombios doesn''t read this value.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
tools/firmware/hvmloader/hvmloader.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git
2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only
version of hvmloader.
In addition, when building a seabios only hvmloader, Option ROMs like
vgabios and etherboot are no longer required, and therefore can be disabled
from the build. Dependency on the bcc compiler can also be avoided the
same way.
v2: Separate patches for separate issues
Introduced config option to
2011 May 24
0
virtual bios in hvmloader and qemu-dm
Hi, when user create the virtual machine, then:
which code execute firstly, hvmloaer or qemu-dm?
And virtual bios code are both in hvmloader and qemu-dm, which bios will be
used to initialize the virutal device in qemu-dm? I think it must be one of
them.
--
View this message in context: http://xen.1045712.n5.nabble.com/virtual-bios-in-hvmloader-and-qemu-dm-tp4422719p4422719.html
Sent from the
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''.
#
2011 Jun 15
3
GRUB stopped working in xen (hvm, qemu-dm)
Hi,
first of all, my name is Karsten and I am fairly new to xen. A former colleague
of mine has set up a xen dom0 with 4 virtual machines runnig on it. A few months
ago this colleague left the company. Last week our office Building has been hit
by a lightning wich resulted in an power blackout.
After the power went back again, the system booted and all but one of the
virtual machines went
2007 Oct 14
3
DO NOT REPLY [Bug 5020] New: hang using RSYNC_CONNECT_PROG
https://bugzilla.samba.org/show_bug.cgi?id=5020
Summary: hang using RSYNC_CONNECT_PROG
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: Matt_Domsch@dell.com
QAContact:
2012 Feb 05
4
[PATCH RFC] hvmloader: Make ROM dependencies optional
When booting HVMs with SeaBIOS, the BIOS itself takes care of extracting
option ROMs from the PCI devices. These ROMs are usually provided with by
the device model (qemu).
Thus, hvmloader should not require any longer the rombios, stdvga,
cirrusvga or etherboot ROMs to be present.
Also, the 32bitbios_support.c file is specific to rombios and should not
be built when building hvmloader with
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
2011 May 19
2
hvmloader problems?
Hi all, I have some puzzle about hvmloader in the path /tools/firmware/, they are:
1: Is hvmloader running in non-root mode?
2: If hvmloader runs in non-root mode, does it have its pagetable? when set GUEST_CR3 in vmcs?
3: How can I find the value of GUEST_RIP in vmcs is set to the entry point of hvmloader,when virtual machine do it first vm entry.
Much Thanks!
- henanwxr
2007 Feb 01
2
hvmloader not fbuilt as part of Xen
Hi,
I have 3.0.4-1 testing downloaded a week ago.
I have enabled VT in the bios and rebuilt xen, but for some reason hvmloader does not get compiled and built.
Under xen/tools/firmware I see hvmloader and when I try and do a make it complains of
Install dev86 package to build firmware!
(http://www.cix.co.uk/~mayday)
Why is the hvmloader not built as part of Xen. I am using
2013 Aug 23
2
[PATCH] hvmloader: fix SeaBIOS interface
The SeaBIOS ROM image may validly exceed 128k in size, it''s only our
interface code that so far assumed that it wouldn''t. Remove that
restriction by setting the base address depending on image size.
Add a check to HVM loader so that too big images won''t result in silent
guest failure anymore.
Uncomment the intended build-time size check for rombios, moving it
into a
2011 Nov 29
0
[PATCH] Fix hvmloader xenbus segment array length
# HG changeset patch
# User Paul Durrant <paul.durrant@citrix.com>
# Date 1322574403 0
# Node ID 51692288a6e84c941f9e5049c73b7246bab97f70
# Parent e1e952982cf1d7a0c38a7822a8b5e78ba04b5ba5
Fix hvmloader xenbus segment array length.
c/s acc408d667e1 had this one too short for handling a write. This
incremental patch rectifies the problem.
Signed-off-by: Paul Durrant
2007 Oct 14
1
Can not find hvmloader in /usr/lib/xen/boot
Hi all:
I am installing Windows XP SP2 on xen 3.0.4 with a VT able machine, but I
can not find hvmloader in /usr/lib/xen/boot。I installed xen from source
code, compile it, build it and installed it, does this matters?
Then I installed xen 3.0.4 in Fedora6 by yum install xen* and copy the
hvmloader to the former machine, It looks like winxp was started, but when I
use vnc to connect to winxp, the
2006 Jun 23
1
cannot compile hvmloader (dev86 missing)
I installed XEN from source, since the binary did not install. The Xen
source includes also tools/firmware/hvmloader
To compile firmware it only shows a message: WARNING: Install dev86
package to build firmware! At the referred page
http://www.cix.co.uk/~mayday I could not find anything about dev86.
What do I need to do?
I want to install as DomU2 Windows XP and need hvmloader.
bye
Ronald