similar to: [PATCH] Seperate VMX domainname argument to 2 parts to enable qemu-dm

Displaying 20 results from an estimated 4000 matches similar to: "[PATCH] Seperate VMX domainname argument to 2 parts to enable qemu-dm"

2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
Fix config file parsing for VMX domains. If we define "vif" in the config file, image.py will raise error "vmx: missing vbd configuration". The reason is "vif" is dealt with as a "vbd" device. This patch fixes this issue by dealing with "vbd" and "vif " separately, removing "macaddr" arg and parsing mac address from
2006 Sep 12
1
RE: 32E (64bit) VMX keyboard is out of control, ifgiven an addition ''hde''
>-----Original Message----- >From: Jan Beulich [mailto:jbeulich@novell.com] >Sent: 2006年9月12日 18:05 >To: You, Yongkang >Cc: xen-devel >Subject: RE: [Xen-devel] 32E (64bit) VMX keyboard is out of control,ifgiven an >addition ''hde'' > > >Not sure what RC3 is, but the other two are Linux-es: Can you try rebuilding >the guest kernels with attached
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
stubdom: rename the ioemu-dm domain config file to domainname-dm, which is shorter, makes more sense, and sorts better. diff -r c9b516a77927 stubdom/README --- a/stubdom/README Mon Aug 04 11:29:45 2008 +0100 +++ b/stubdom/README Mon Aug 04 12:51:31 2008 +0100 @@ -10,6 +10,9 @@ of video memory for the HVM domain, you of video memory for the HVM domain, you need to avoid the need for ballooning,
2006 Sep 12
2
RE: 32E (64bit) VMX keyboard is out of control, ifgiven an addition ''hde''
>-----Original Message----- >From: Jan Beulich [mailto:jbeulich@novell.com] >Sent: 2006年9月12日 17:06 >To: You, Yongkang >Cc: xen-devel >Subject: Re: [Xen-devel] 32E (64bit) VMX keyboard is out of control, ifgiven an >addition ''hde'' > >>After creating VMX, its keyboard can not be used properly. For example, if >pressing
2006 Sep 12
0
RE: 32E (64bit) VMX keyboard is out of control, ifgiven an addition ''hde''
>-----Original Message----- >From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] >Sent: 2006年9月12日 18:02 >To: You, Yongkang; Jan Beulich >Cc: xen-devel; ian.pratt@cl.cam.ac.uk >Subject: RE: [Xen-devel] 32E (64bit) VMX keyboard is out of control,ifgiven an >addition ''hde'' > >Do you mean that with a plain 32b or 32b PAE hypervisor the problem
2006 Sep 12
5
32E (64bit) VMX keyboard is out of control, if given an addition ''hde''
Hi, This issue only happens on my IA32E VMX domain. IA32 VMX domain is okay. I am trying VBD disk in IA32E VMX domain. I used following disk configuration to create an IA32E VMX domain. disk = [ ''file:/mnt/disk1.img,hda,w'', ''file:/mnt/disk2.img,hde,w'' ] After creating VMX, its keyboard can not be used properly. For example, if pressing
2006 Jun 20
1
Re: [Xen-ia64-devel] Weekly benchmark results [ww24]
================== STATUS ================== I do the heavy load test of create/destroy. CREDIT scheduler(cshed_schedule) checks BUG_ON(!vcpu_running) at the end of code. It makes error. The reason is that atomic_inc(&v->pausecnt)@vcpu_pause() is called without lock. (spin_lock(&schedule_data[cpu].schedule_lock)) This lock-less "pausecnt" makes vcpu_running state changing
2007 Oct 16
0
[PATCH][IOEMU] Fix to Allow blktap to be able to be booted as system volume for PV-on-HVM.
Hi All, I sent the patch to allow blktap to be able to booted as system bolume for PV-on-HVM. However, there was a problem that hdN and xvdN were not able to be specified at the same time. I made the patch to correct it as follows. - Whether hdN is defined first is checked. - If hdN is defined, xvdN is not replaced with hdN. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
# HG changeset patch # User Lutz.Dube # Node ID ca2c8c262dbaa6b2521cec60af7cd688dabdf850 # Parent 8992134dcfd0b9e1e86f4111e68a8aa48bd33c3c Values of cpu_weight and cpu_cap are lost after xend restart For managed domains in state ''halted'' I always get default values for cpu_cap / cpu_weight after xend restart. This is because the names of parameters differ between a SXP file to
2014 Oct 09
1
setting the NIS domain ( or yp/dns domainname )
Hai, ? Im just wondering, im installing a bit again, checking my scripts etc. Lots of things most of us know, but just for history and others im typing it out. ? I noticed te following. Lots of things work or dont work base on : ? ?????? hostname - show or set the system's host name ?????? domainname - show or set the system's NIS/YP domain name ?????? ypdomainname - show or set the
2000 Apr 11
1
DOMAINNAME\Username
Sorry Luke, You may have already answered this, but I have had a few minor setbacks the last couple of days and haven't received any mail over the last week. Can you explain who needs the DOMAINNAME\Username? As of when? And why this is needed? Also any side effects of doing this (I know it may cause a problem with the username length on some *cough* antiquated *cough* systems ;-). (Just
2010 Mar 13
1
behaviour of "virsh shutdown domainName"
Hi all, I am experiencing some problems with different versions of libvirt (0.7.5 and 0.7.7), with a kvm (WinXP), host running Ubuntu 9.10, and i would like to ask you two questions: - In virsh, after running the command "shutdown domainName", what should be the final state of the domain, if the shutdown finishes correctly: "shutoff", "no-state",
2007 Oct 22
0
VMX status report against cset #16146 & linux-xen#267
Hi all, All nightly cases can pass today. Old issues : ================================================= 1).time latency is a negative number on window guest when vcpu > 1          http://otc-qa.sh.intel.com/xen/bugzilla/show_bug.cgi?id=991 2) Can not install 32bit Fedora 7 with vcpu > 1 http://otc-qa.sh.intel.com/xen/bugzilla/show_bug.cgi?id=1154 Testing environments:
2007 Oct 18
0
VMX status report against cset #16125 & linux-xen#263 -- two fixed issues
Hi all, There are two issues have been fixed in this changeset. It seems there is only one major issue in nightly testing. Fixed issue: ================================================= 1) HVM domain can not boot up if provide both "xvda" (no bootable OS) and "hda". 2) Can not boot up 2.6.23 kernel when acpi=1         
2007 Jan 17
1
How long it takes to determine the Domainname
Hello, i try to install via a kickstart file. But the install process is stalled, please see the attached File. I wait more than 5 Minutes... Thanks in Advance. Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: anaconda_seems_2_sleep.png Type: image/png Size: 3991 bytes Desc: not available URL:
2003 Sep 04
1
confused about domainname
hi ! i'm a little bit confused about the domain names, in my smb.conf workgroup name is set to 'workgroup=samba'. the name of the domaincontroller is 'netbios name=dc01'. if i do a net rpc join the machine always joins the domain dc01 doesn't matter if i use the -w switch. (do i have to join a domaincontroller to his own domain ?) same with net setlocalsid, it's
2016 Dec 23
0
domainname is too long error
I noticed the following in system logs and on the server console. The server is a PDC server in classic domain , DomainA. Samba 4.4.5. Trusts are setup with Domain A and C. #:/var/adm# tail -100 messages Dec 23 08:46:25 xxx nmbd[1784]: [ID 702911 daemon.error] [2016/12/23 08:46:25.095399, 0] ../source3/nmbd/nmbd_workgroupdb.c:56(name_to_unstring) Dec 23 08:46:25 xxx nmbd[1784]: [ID
2007 Oct 15
0
VMX status report against xen-unstable #16107 & linux-xen#255 -- 1 new issue.
Hi all, On PAE, two major issues: 2.6.23: kernel HVM Linux will boot failed if set acpi=1; SMP Fedora 7 can not be installed. On IA32E, Fedora 7 can not be installed successfully. New issues: ================================================= 1) 64bit Fedora 7 installation fails (This issue also happened in old cset) http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1086 Old issues:
2007 Nov 01
0
VMX status report against cset #16281 & linux-xen#297 -- two new issues
Hi all, This is today''s xen nightly test report, changeset: 16281 unstable tree.  Linux-xen:297 One new issue on 32E, can not insmod "xen-platform-pci.ko",see the issue list. One new issue on PAE, can not boot up win2K guest, see the issue list. Other failed cases can pass manually. New issues: ================================================= 1) cannot insert module
2007 Oct 12
0
VMX status report against xen-unstable #16096 & linux-xen #253 -- 1 issue fixed.
Hi all, Live migration issue has been fixed in this changeset. On PAE, 2.6.23 kernel HVM Linux will boot failed if set acpi=1. SMP Fedora 7 can not be installed. On IA32E, no special issue has been found. Fixed issues: ================================================= 1) local live migration/save&restore will cause guest hang http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1081