Displaying 20 results from an estimated 10000 matches similar to: "[PATCH 0/2][HVM] Dynamic MP Table Creation"
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''.
#
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
2007 Aug 06
2
physical disk doesn''t work in hvm guest
Hi all,
I''m using ThinkPad T60, with xen3.1.0, windows could be installed into
a file based virtual disk. however, when I tried to use a physical
disk, I got this err msg:
HVMAssist BIOS, 1 cpu $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (0 MBytes)
ata0 slave: UnKnown device
Booting from Hard Disk...
Boot from Hard Disk failed: could not
2012 Jul 24
1
Problems with HVM S3
Hello,
I am currently trying to suspend a HVM domU via ACPI. However, after "xl
trigger vm s3suspend" the virtual machine freezes after 2-3 seconds (I get a
prompt at xl console before that!), and keeps printing the following lines:
[ 240.428145] INFO: task jbd2/xvda1-8:146 blocked for more than 120 seconds.
[ 240.437649] "echo 0 >
2006 Aug 14
4
[PATCH] HVM SMBIOS v3 [5/5]
[HVM] Pick up SMBIOS entry point in the ROMBIOS.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
diff -r 1d817bfc5ed9 tools/firmware/rombios/rombios.c
--- a/tools/firmware/rombios/rombios.c Fri Aug 11 14:22:54 2006 +0100
+++ b/tools/firmware/rombios/rombios.c Fri Aug 11 14:55:22 2006 -0400
@@ -9443,6 +9443,43 @@ rom_scan_increment:
mov ds, ax
ret
+#ifdef HVMASSIST
+
+; Copy the
2006 Nov 17
1
debian amd64 etch hvm xp sp2 problem black screen frozen.
Hello.
Im trying to get hvm running on my amd64 am2 socket 2gb ram.
1st it as a Debian amd64 etch.
2st xen 3.0.3-2 debian build (more configs below)
3st acpi=1 apic=1
Problem is
I can install winXP but after reboot i get black screen.
If i press F8 i get menu of XP but can''t select anything ->frozen again
If i try acpi=0 apic=0 and install XP it freezes before it XP boots
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
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
2008 Feb 28
1
RE: A question on vmx loader in xen - how and when rombiosis loaded into memory
Thank you.
I notice the system then jumps to F000:FFF0 to execute. But because VMX is turned on, switching to real-mode would incur problems?
I don’t find any clue to turn on the vm86 mode as Readme in the tools/firmware directory puts.
Best regards,
Hu Jia Yi
Ext: 20430
Tel: 65-67510430
-----Original Message-----
From: Cui, Dexuan [mailto:dexuan.cui@intel.com]
Sent: Thursday,
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 Nov 23
3
HVM Loader in 3.0.3-testing missing?
Hello list,
I''ve installed Xen 3.0.3-testing from source on my spiffy new socket AM2
machine and I''m eager to play with fully virtualized guests.
The problem is, it seems the hvmloader wasn''t installed (or built) when
I built and installed Xen.
I''m getting the following error :
Error: Kernel image does not exist: /usr/lib/xen/boot/hvmloader
So I did a quick
2008 Mar 20
1
Bug#471768: there's no hvmloader in xen-utils-unstable
Package: xen-utils-unstable
Version: 3.3-unstable+hg17192-1
Severity: important
Tags: patch
In tools/firmware/Makefile, INST_DIR is $(DESTDIR)/usr/$(PREFIX)/boot
but $(PREFIX) is empty. hvmloader doesn't get installed.
diff -ru xen-unstable-3.3-unstable+hg17192.orig/debian/patches/tools-prefix.diff xen-unstable-3.3-unstable+hg17192/debian/patches/tools-prefix.diff
---
2008 Feb 28
1
A question on vmx loader in xen - how and when rombios is loaded into memory
A "main" function is defined in
Xen-3.1.0-source/tools/firmware/hvmloader/hvmloader.c.
In this main function, rombios, vgabios and vmxassist are copied to
specified address,
with following commands
memcpy((void *)ROMBIOS_PHYSICAL_ADDRESS, rombios, rombios_sz);
...
memcpy((void *)ETHERBOOT_PHYSICAL_ADDRESS, etherboot,
sizeof(etherboot));
....
But after searching the whole
2007 May 25
0
Xen Windows Virtualization
Hello,
I am currently using a Dell Poweredge SC 1435 at the moment and am
trying to virtualize windows on xen however it seems windows does not
really understand what its supposed to do.
Anyone have an idea what could be the problem I think there is something
windows doesn''t understand from the virtualized hardware.
With WinXP I get a black screen on reboot (with a grey bar at
2011 Jul 23
9
[PATCH] Replace bios_relocate hook with bios_load hook in hvmloader
Hi,
These set of patches are affected by replacing bios_relocate hook with
bios_load hook in hvmloader. The patches for code files config.h and
hvmloader.c also contains part of the contents of Enabling UEFI BIOS(OVMF)
support in Xen-unstable HVM. Is there any problem with these patches? Thank
you very much.
# HG changeset patch
# User gbtju85@gmail.com
#
Replace bios_relocate hook with
2013 Oct 28
0
Re: [Qemu-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching
Hi,
Please post any comments or questions if you get around to testing them.
Your comments are very welcome!
Best regards,
-Gonglei
> > >>> On 22.10.13 at 06:08, "Gonglei (Arei)" <arei.gonglei@huawei.com>
> wrote:
> > > Hi, guys. The new patch has been modified based on the principles you
> > > suggested, thank you so much.
> > >
2006 Oct 08
6
HVM WinXP dom crash
Hi
Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug).
When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
2006 Oct 08
6
HVM WinXP dom crash
Hi
Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug).
When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
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
2007 Jan 31
7
[PATCH][SVM] remove FFXSR CPUID bit for AMD-V HVM guests
Remove visibility of the FFXSR CPUID bit to an HVM guest.
This patch allows HVM Windows x64 to install/boot on AMD-V platforms.
This patches applies cleanly to xen-unstable 13743.
Please apply to xen-unstable/3.0.5.
If possible, pls apply to xen-3.0.4-testing.
--Tom
thomas.woller@amd.com
AMD Corporation
5204 E. Ben White Blvd. UBC1
Austin, Texas 78741
+1-512-602-0059