similar to: maxvcpu

Displaying 20 results from an estimated 500 matches similar to: "maxvcpu"

2014 Nov 20
2
maxvcpus
Hi list, According to the libvirt documentation [1] "Show maximum number of virtual CPUs for guest domains on this connection" This may not be a complete definition. My first guess from the above was that this returns the number of virtual CPUs that can exist at the same time on the host, either one or several VMs. In fact it returned 16 in my fedora 20 desktop running with KVM,
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work. MAKE --- -bash-3.00# make install cp kqemu-solaris-i386 kqemu /usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu new owner is root kqemu installed as /usr/kernel/drv/kqemu cp kqemu-solaris-x86_64 kqemu /usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu new owner is
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi, I have set maxvcpus and vcpus options in my domU configuration file, and I can see that X number of vcpu are set for the domU. I tried to activate all the vpcus by using vpcu_avail option (using decimal to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and only the first vpcu is activated (i.e. has -b- state) while all other vpcu''s set for the domU are
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi, I have set maxvcpus and vcpus options in my domU configuration file, and I can see that X number of vcpu are set for the domU. I tried to activate all the vpcus by using vpcu_avail option (using decimal to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and only the first vpcu is activated (i.e. has -b- state) while all other vpcu''s set for the domU are
2007 Feb 15
4
Using setfacl to control access to /dev/kqemu
Solaris 10U3, latest kqemu, qemu-0.9.0-CVS plus TAP patch. I''m aware that a fair amount of "rootish" access is required for the TAP and bridge stuff, and I''m working on that. As kind of a secuirty thought, I figured I''d use setfacl to give myself access to the /dev/kqemu device instead of leaving it mode 664 or 666. However, that didn''t work.
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
> >% gdiff ../kqemu-osol-1.3.0pre9/kqemu-solaris.c . > >54c54 > >< static uint_t kqemu_busy = 0; > >--- > > > > > >>static uint32_t kqemu_busy = 0; > >> > >> > >73c73 > >< static uint_t upages_locked = 0; > >--- > > > > > >>static uint32_t upages_locked = 0; > >> >
2005 Nov 09
1
Compile KQEMU
Dear Friends, How I compile MODULE kqemu (QEMU) on Centos 4.2 ? I done download kernerl-devel, but when I compile MODULE KQEMU I have received follow message. # make make -C SUBDIRS=`pwd` modules make: *** SUBDIRS=/data/appl/kqemu: No such file or directory. Stop. make: *** [kqemu.o] Error 2 Thanks Adriano Frare
2007 Mar 13
1
Qemu with accelerator module in Xen domU - does it work?
Hello All, I noticed today that Fabrice GPL''ed the kqemu accelerator kernel module for Qemu (earlier this year I think). I know that Qemu can already run fully virtualized OSes in a Xen domU because qemu runs in user space, but it can be slow without kqemu speeding things up. In the past kqemu couldn''t run in Xen domU. But, has this changed with the kqemu code going GPL: has
2008 Jun 22
5
New qemu source drop with improved kqemu module
I have uploaded a current source drop from the qemu subversion repository, to the download area. Additionally, there is a new Kernel kqemu module that will allow a 32-bit guest to run on a 64-bit host. The current source base uses a different code generator from the orignial Dyngen one. The new one is called "TCG" for "The Code Generator" and is supposed to fix the
2012 Nov 06
1
virt-install kickstart local file
Hi Everybody: I am trying to get virt-install to work with a kickstart file that is on the local file system. I tried using the --initrd-inject="/tmp" --extra-args="ks=file:/myks.cfg" but I got this error message: ERROR --extra-args only work if specified with --location. Here is the basic command: virt-install \ --accelerate \ --cdrom
2012 Dec 24
3
(updated) test report for xen-unstable tree with upstream QEMU
Hi All, We did some testing for Xen-unstable tree with upstream QEMU. We covered basic guest booting up, power management, VT-d, SR-IOV features. We found 4 new bugs which only exist in upstream QEMU not in qemu-xen. We followed the below wiki page to use upstream QEMU. http://wiki.xen.org/wiki/QEMU_Upstream test tree: xen-unstable-tree.hg: C/S 26193 (about 20 days ago) qemu.git: commit
2012 Aug 06
1
Xen4.2-rc1 test result
Hi All, We did a round testing for Xen 4.2 RC1 (CS#25692) with Linux 3.4.7 dom0. We covered VT-d, SR-IOV, Power Management, TXT, IVB new features, HSW new features. We covered many cases for HVM guests (both Redhat Linux and MS Windows guest). We tested on Westmere-EP, SandyBridge-EP, IvyBridge desktop, and Haswell hardware platforms. We found no new issues, and verified 1 fixed bug. Fixed bug
2010 May 18
2
Can I use qemu-dm instead of qemu?
XEN of RHEL5.x DOM0 provides a qemu-dm command at /usr/lib64/xen/bin/qemu-dm, Can I run libguestfs with it? I have tried run libguestfs with kqemu, but it always cause system hang. Regards Kirby Zhou -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100518/50c18dd7/attachment.htm>
2007 Apr 18
3
QEMU virtualization and segment RPL
Hi, As something like VMI is expected to be supported soon by QEMU, I have a small question: does the virtualization API you are defining supports that the guest kernel code can be executed in ring 3 ? In QEMU for example, the guest kernel code can be executed either by the dynamic translator (in this case CS.rpl = 0 and SS.rpl = 0) or by the kqemu kernel module (in this case CS.rpl = 3 and
2011 Jan 27
1
libvirtd + vir-manager + kerberos
Hi! Having two hosts installed with libvirtd, kvm, qemu on (Ubuntu 10.10). Now I have one big problem and one less: I have set up kerberos for both hosts. Created the principal "libvirt/srv1.example.org at EXAMPLE.ORG" and "libvirt/srv2.example.org at EXAMPLE.ORG", Exported the krb5.keytab, Installed it and tested the servers: srv1.example.org: I can connect using kerberos
2013 May 13
11
[PATCH] Fix QEMU HVM hotplug race in QEMU traditional (Xen 4.1, Xen 4.2, and Xen 4.3) (v1).
Hey Ian and Stefano, Please see this thread: http://lists.xen.org/archives/html/xen-devel/2013-05/msg01053.html for the debug patches and some of the discussion. These three patches fix an race that has been in QEMU traditional for a long time. The guts of the bug is that if you have a guest with these options: vcpus=1 maxvcpus=32 and do ''xl vcpu-set <guest> 32'' the
2007 Nov 21
9
How to virtualize Xen itself?
Hello, Is it possible to run a Xen server inside of a kqemu/kvm/virtualbox VM? I am new to Xen, and Linux in general. (Just installed Ubuntu 7.10 on my main laptop) The idea would be to try and learn about Xen before attempting to deploy on real HW. -- Thanks P.S. I do have an Intel VT capable CPU, if that matters. --------------------------------- Never miss a thing. Make Yahoo
2007 Nov 21
9
How to virtualize Xen itself?
Hello, Is it possible to run a Xen server inside of a kqemu/kvm/virtualbox VM? I am new to Xen, and Linux in general. (Just installed Ubuntu 7.10 on my main laptop) The idea would be to try and learn about Xen before attempting to deploy on real HW. -- Thanks P.S. I do have an Intel VT capable CPU, if that matters. --------------------------------- Never miss a thing. Make Yahoo
2007 Nov 13
1
Release: VMKNOPPIX for X86/X86_64 with Xen3.1.1, KVM48, UML, QEMU, VirtualBox
Dear, We released new VMKNOPPIX for x86/x86_64. http://unit.aist.go.jp/itri/knoppix/vmknoppix/index-en.html VMKNOPPIX-CD for x86 (20071101) VMKNOPPIX-CD for x86_64 (20071107) This version includes Xen3.1.1, KVM48, x86_64 kernel with IA32 emulator, etc. The included software is as follows. KNOPPIX 5.1.1 (kernel 2.6.19) with Xen3.1.1 (DomU&HVM)
2010 Sep 02
0
[PATCH] xl: parse the maxvcpus config file parameter
xl: parse the maxvcpus config file parameter Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff -r 6d605ec6bcd8 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Thu Sep 02 12:38:13 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.c Thu Sep 02 14:15:08 2010 +0100 @@ -687,6 +687,9 @@ static void parse_config_data(const char b_info->cur_vcpus = (1 << l)