Displaying 20 results from an estimated 100000 matches similar to: "(no subject)"
2005 Sep 01
0
[PATCH][VT]Make 32-bit VMX guest work on 64-bit host
Ian, Keir,
This patch is to boot 32-bit VMX guest on the 64-bit host.
Double-compile is used to make both 64-bit guest and 32-bit guest can
work, the shadow page-table uses current 64-bit shadow code''s structure
to simulate 32-bit guest''s 2-level page-table.
Signed-off-by: Chengyuan Li <chengyuan.li@intel.com>
Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com>
2005 Sep 20
0
[PATCH][VT] Fix the size problem in MMIO decoder
Hi,
This patch fixed the size problem in the MMIO decoder.
Signed-off-by: Chengyuan Li <chengyuan.li@intel.com>
Thanks,
Chengyuan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jul 04
0
[PATCH] MSR save/restore for x86_64 VMX domains
To avoid MSR save/restore at every VM exit/entry time, we restore the
x86_64 specific MSRs at domain switch time if modified. In VMX domains,
we modify those upon requests from the guests to that end. Note that
IA32_EFER.LME and IA32_EFER.LMA are saved/restored by H/W on every VM
exit. For the usual domains (i.e. dom0 and domU), those MSRs are not
modified once set at initialization time, so we
2015 Apr 21
1
Re: <qemu:commandline> domain XML tag is not working?
Hi Kashyap,
Here I want to test and see how much I/O performance could be improved by
virtio-blk data plane feature.
Yes, this is a dirty way to enable it :-), You mentioned using newer
libvirt, is there parameter similar "x-data-plane=on" in new version
libvirt?
Please let know me you if you have better solution.
Regards,
CY.
On Mon, Apr 20, 2015 at 10:51 PM, Kashyap Chamarthy
2015 Apr 21
1
Re: <qemu:commandline> domain XML tag is not working?
Hi Eric,
Thanks!
You are right, I missed declaring namespace, now, the <qemu:commandline> is
saved after virsh edit.
However, both namespace and <qemu:commandline> tag are lost after I run
"nova start" to launch the VM.
Any idea that how could I make this qemu command take effect ?
Regards,
CY.
On Mon, Apr 20, 2015 at 11:41 PM, Eric Blake <eblake@redhat.com> wrote:
2006 Jul 17
0
(no subject)
on x86_64, when guest has more than 2G memory, "startx" will cause qemu
dm die, this patch fixes it.
Signed-off-by: Xin Li <xin.b.li@intel.com>
diff -r ecb8ff1fcf1f tools/ioemu/hw/vga.c
--- a/tools/ioemu/hw/vga.c Fri Jul 14 18:53:27 2006 +0100
+++ b/tools/ioemu/hw/vga.c Mon Jul 17 22:35:54 2006 +0800
@@ -1392,7 +1392,8 @@ static void vga_draw_graphic(VGAState *s
static void
2014 Dec 18
1
virsh list shows no vm after downgrade
Hi,
I was running libvirt 1.2.2 and qemu 2.0 which are from icehouse cloud
archive repo on ubuntu 12.04, "virsh list --all" showed correct instances
after launching several VMs,
Then I just downgraded libvirt to 0.9.13 and qemu to 1.0, but kept the VMs
running. However, when I run "virsh list --all" after downgrade, I can't
see any VMs. Seems that the old version libvirt
2006 Oct 08
0
Xen 3: Untethered bridges??
Hi There.
I am in the process of "upgrading" my Xen 2.0.7 server with a Xen 3.0.2,
though I am doing so on a different machine. My firewall will be running as
a DomU, asit also does on the existing server.
The new server is Ubuntu 6.06 and the existing server is Debian Sarge.
On the existing server, I have the WAN interface hidden from Dom0 with the two
other physical interfaces
2015 Apr 20
0
Re: <qemu:commandline> domain XML tag is not working?
On 04/20/2015 08:37 AM, Chengyuan Li wrote:
> Hi,
>
> I tried to enable virtio-blk data plane feature for VMs in my openstack
> environment, the hypervisor is ubuntu 14.04, libvirt 1.2.2 and QEMU 2.0.
> As nova doesn't support that parameter yet, I did belows
>
> 1. nova boot a VM with raw disk image.
> 2. nova stop the VM.
> 3. run "virsh edit
2015 Apr 20
0
Re: <qemu:commandline> domain XML tag is not working?
On Mon, Apr 20, 2015 at 10:37:13PM +0800, Chengyuan Li wrote:
> Hi,
>
> I tried to enable virtio-blk data plane feature for VMs in my openstack
> environment, the hypervisor is ubuntu 14.04, libvirt 1.2.2
[I haven't tested the virtio-blk data plane myself.]
This libvirt version seems a little old (from March 2014), you might
want to move to a bit newer.
> and QEMU 2.0.
2015 Apr 20
4
<qemu:commandline> domain XML tag is not working?
Hi,
I tried to enable virtio-blk data plane feature for VMs in my openstack
environment, the hypervisor is ubuntu 14.04, libvirt 1.2.2 and QEMU 2.0.
As nova doesn't support that parameter yet, I did belows
1. nova boot a VM with raw disk image.
2. nova stop the VM.
3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below
into instance xml just before
2011 Nov 23
0
[LLVMdev] (no subject)
Hi All,
I was wondering if someone could help illuminate me…
I took a very simple objective-c file, "simple" and started looking at
various sections…
Finally I did…
$otool -X -s __DATA __objc_selrefs simple
00003034 00002fec 00002fe7 00002fd7 00002fcc
00003044 00002fc6 00002ff2
$ otool -l simple | grep selrefs -A20
sectname __objc_selrefs
segname __DATA
addr 0x00003034
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 @@
2006 Aug 25
1
[PATCH 1/4, RFC] x86_64: basic changes for supporting compatibility mode guest (version 2)
This introduces
- a (generic) config setting to turn on compatibility mode support
- support to load a Dom0 32-bit ELF image on 64-bit
- a compatibility guest mode GDT (requires moving the ring 0
selectors to different GDT slots), and the respective selector
handling changes
- some initial code path changes to address the needs of a
compatibility mode guest
Signed-off-by: Jan Beulich
2006 Feb 10
0
(no subject)
Leendert, when I''m reading the vmxassist code, I think we need this
patch, can you take a look for me?
Thanks
-Xin
diff -r 47013962e411 tools/firmware/vmxassist/setup.c
--- a/tools/firmware/vmxassist/setup.c Fri Feb 10 02:23:36 2006
+++ b/tools/firmware/vmxassist/setup.c Fri Feb 10 15:28:17 2006
@@ -363,7 +363,7 @@
initialize_real_mode = 1;
cr0 = get_cr0();
-#ifndef
2007 Jun 27
0
[PATCH 1/10] Provide basic Xen PM infrastructure
Basic infrastructure for Xen S3 support with a common CPU
context save/restore logic for both 32bit and 64bit.
Wakeup code is split into two parts:
- the first locates after trampoline code, to share all the
tricks on the latter, like relocation base and identy mapping
- the 2nd part locates in xen code segment, to do the actual
CPU context restore
Signed-off-by Ke Yu
2006 Oct 08
0
RE: [PATCH] add RDMSR/WRMSR instruction emulationtoVMXAssist decoder
Can you please check the vcpu status? I suspect one of the vcpu is blocked by halt instruction.
Thanks
Yunhong Jiang
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Tim Deegan
>Sent: 2006年10月5日 23:55
>To: Li, Xin B
>Cc: xen-devel@lists.xensource.com
>Subject: Re: [Xen-devel] [PATCH] add
2013 Feb 28
3
hp1213nf mfp printer driver in centos6.2
Dear Sir,
??????????????? Please know me how to function hp 1213nf mfp printer (printer + scanner + fax + copy) in centOS 6.2. The computer shows the printer but cannot oprate. the message displayed "Missing printer driver"? etc.
??????????????? This will be very helpful to me if anyone can inform me the technique to operate this printer in centOS 6.2.
????????? Thanking you,
2006 Mar 28
7
context switch
In debugging the sles9 port on 64 bit MP machines, I am seeing a problem
where the hypervisor takes a fault in loading fs in the context switch
code (load_segments()). The selector is one of the TLS selectors. It
appears that the cpu in question has updated this selector with a value
of 0 just prior to the problem I am seeing. Looking at the Linux context
switch code, we first update the TLS
2006 Feb 28
0
RE: Re: [PATCH] Fix qemu-dm segfault when multiple HVMdomains
So, Keir, can you please check in this patch?
Thanks
Yunhong Jiang
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of
>John Clemens
>Sent: Tuesday, February 28, 2006 1:35 AM
>To: Jiang, Yunhong
>Cc: Li, Xin B; xen-devel@lists.xensource.com
>Subject: [Xen-devel] Re: [PATCH] Fix qemu-dm