Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] Added CLTS instruction emulation in vmxassist"
2011 Feb 07
1
[PATCH 4/5] xl block-attach refactoring to reuse xl parsing code
Attached changes reuse disk parsing code for block-attach.
Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
Kamala
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Aug 07
1
3.0.2 hvmloader
Hello!
I want to run windows in xen.
My linux distrution in ubuntu 6.06 amd 64.
I downloaded and installed xen 3.0.2 from binaries.
I found that hvmloader is not included in binary distribution :-(
So I try to compile it from sources.
I get following error:
cpp -P -DDEBUG -DTEXTADDR=0x000D0000 vmxassist.ld > vmxassist.tmp
ld -o vmxassist -m elf_i386 -nostdlib --fatal-warnings -N -T
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,
2009 Aug 06
18
XCI: can we get to the demo state?
Hello XCI developers,
I have a HP6930, downloaded xenclient from the git. And by following the instruction in HOWTO, I could get xenclient boot up fine. I try then to start a guest using xenvm.readme as template and nothing shows on the screen for the guest, although xenops shows 2 doms running.
Can you point me to how to start a guest. And also, is the tree downloaded from git enough to arrive
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2005 Sep 27
0
[PATCH][VT] add "wbinvd" instruction emulattion for real mode code
This patch adds "wbinvd" instruction emulation for vm86 mode.
This is needed when we bring up AP of SMP VMX guest.
Signed-off-by: Xin Li <xin.b.li@intel.com>
diff -r 94c6fc048d8e tools/firmware/vmxassist/vm86.c
--- a/tools/firmware/vmxassist/vm86.c Fri Sep 23 11:52:43 2005
+++ b/tools/firmware/vmxassist/vm86.c Tue Sep 27 17:17:25 2005
@@ -752,6 +752,9 @@
2011 Feb 09
0
[xen-unstable test] 5673: regressions - FAIL
flight 5673 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/5673/
Regressions :-(
Tests which did not succeed and are blocking:
test-i386-i386-xl 14 guest-localmigrate/x10 fail REGR. vs. 5640
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-win 16
2010 May 20
3
HXEN for MacOS X?
Hello.
More than 1 year ago, someone said that HXEN would have an installer (*.dmg) for Mac OS X.
Is such an installer now available?
leopard
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
Xen-users mailing
2006 Jul 31
0
[PATCH] Fix gdtr access on vmxassist
Hi, Keir:
the gdtr information in oldctx is an address for guest, not for
vmxassist. When access descriptor on guest gdt, we need to go through
guest page table if guest enable paging. This error may happen if guest
enable PE/PG in one instruction.
This patch fix this issue.
Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Xin Li <xin.b.li@intel.com>
Thanks
2006 Dec 28
0
[PATCH] Fix regs set/get decoding in VMXAssist
Fix regs set/get decoding in VMXAssist.
Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Xin Li <xin.b.li@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Jun 24
4
It seems the "machine check exception handling" breaks HVM guest
Hi Jan Beulich,
> changeset 15414: 3cf5052ba5e5 x86: machine check exception handling
With the c/s, when creating HVM guest, I can only see a white Qemu
window. :(
Can you have a look? Thanks.
PS: the serial log follows:
(XEN) HVM1: pci dev 02:0 bar 14 size 00001000: f2000000
(XEN) HVM1: pci dev 03:0 bar 10 size 00000100: 0000c101
(XEN) HVM1: pci dev 03:0 bar 14 size 01000000:
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
2004 Jan 26
1
need a few additions
I have my VBIOS reset program working on klibc now. I think I have tracked down
and fixed all of the problems I was having. So to make this official I need a
few minor klibc additions:
1) fix inb/w/l to return the right variable.
2) implement getpagesize()
3) add support for vm86 - one function and one header file.
Later, if you're interested, we could modify the vm86 function to call the
2004 Jan 24
1
Supporting multiple video cards under Linux
Supporting multiple video cards under Linux
When there are multiple video cards in a machine the system BIOS only
initializes one of them. So I'm working on a version of the DRI drivers that
will initialize these non-primary video cards. The new DRI driver achieves this
via generating a hotplug event that runs a user space program when the driver is
first loaded.
This user space program
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
Folks --
I''m trying to run FreeBSD 6.0 on a VT-x based Xen system. I''m
experiencing a problem where the boot loader is crashing before the
FreeBSD kernel (proper) is loaded.
The sequence of operations is that the VMX domain is constructed, the
BIOS is executed, GRUB loads, I type the instructions to load FreeBSD
(a boot loader) and that code begins to execute and then
2006 Oct 05
1
RE: Installing Redhat 7,3 with hvm
If anyone is still interested in this old thread, I have a rh7.3 image
running under hvm.
It''s a hack, but here''s what I did:
Install rh7.3 in a vmware machine with vmware server.
Booted off a live cd, ( I used a gentoo installer CD, but any live cd
should work)
Created a lvm volume on my Xen dom0
>From the liveCD, I use dd to copy the disk image to the lvm image (dd
2007 Jul 24
0
fedora7 can not boot in hvm domain of xen3.1
Hi, all
I am new to xen, and just try to use the HVM feature of xen3.1.
two issues i met:
1. fedora 7 guest can not boot
grub is displaying the boot menu, but hang there. and from "xm top",
seems the guest exhauses all the cpu.
2. sdl doesn''t work, i always need to use vnc client to connect to the console
here are some info about my system.
* cat /proc/cpuinfo
* cat xm.hvm (my
2013 May 16
2
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
This patch allows virtio-net driver to report traffic distribution
to inbound/outbound queues through ethtool -S. The per_cpu
virtnet_stats is split into receive and transmit stats and are
maintained on a per receive_queue and send_queue basis.
virtnet_stats() is modified to aggregate interface level statistics
from per-queue statistics. Sample output below:
NIC statistics:
rxq0:
2013 May 16
2
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
This patch allows virtio-net driver to report traffic distribution
to inbound/outbound queues through ethtool -S. The per_cpu
virtnet_stats is split into receive and transmit stats and are
maintained on a per receive_queue and send_queue basis.
virtnet_stats() is modified to aggregate interface level statistics
from per-queue statistics. Sample output below:
NIC statistics:
rxq0: