similar to: Can I use qemu-dm instead of qemu?

Displaying 20 results from an estimated 5000 matches similar to: "Can I use qemu-dm instead of qemu?"

2010 Aug 08
1
guestfish/libguestfs takes legacy qemu instead of kvm?
On Sun, Aug 08, 2010 at 12:05:58PM +0800, Kirby Zhou wrote: > guestfish takes legacy qemu instead of kvm? > ]# rpm -q libguestfs --requires | fgrep qemu > qemu-system-x86 >= 0.10.5 To make it clear, this is EPEL-5. There was some still unresolved problem with adding a dependency on KVM: https://fedorahosted.org/rel-eng/ticket/2982 As a result, we have to depend on qemu (software
2009 Feb 03
1
Some question of DHT Translator?
Does DHT Translator all files under the same directory will be store on the same node? It sounds terrible. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090203/ebbdc7a5/attachment.html>
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
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; > >> >
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
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
2013 Nov 04
1
Redmine maintenance 11/04 7PM-8PM PST
Hello, I''m writing to inform you that projects.puppetlabs.com will be undergoing maintenance this evening from 7PM to 8PM PST. There will be a short period of downtime as the application is shut down and minor additional functionality is added. I will send out follow up communication when the maintenance has been completed. Thank you, Matt Kirby - kirby@puppetlabs.com -- You received
2012 May 04
1
maxvcpu
hi, i am trying to find out the max vcpus supported for any domain by my hypervisor, however i am having some trouble with the below: vcpu=5 maxvcpus=libvirt.virConnect.getMaxVcpus(conn,'kqemu') if maxvcpus <= vcpu: logging.debug('checkmaxvcpus: max vcpus on hypervisor %i is less than requested vcpu of %i' % (maxvcpus, vcpu)) return 0 else: return 1
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
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
Thanks for this, I noticed this recently also (and internally expect it to fail). -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Patrik Hägglund H Sent: 13 December 2011 08:31 To: Brendan Kirby; Evan Cheng Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] make check-all failing 18 tests with --enable-optimized I have now made
2011 Dec 13
2
[LLVMdev] make check-all failing 18 tests with --enable-optimized
I have now made a report at http://llvm.org/bugs/show_bug.cgi?id=11552. Patrik Hägglund -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Patrik Hägglund H Sent: den 13 december 2011 08:07 To: Brendan Kirby; Evan Cheng Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] make check-all failing 18 tests with --enable-optimized I
2015 Sep 28
2
VirtualBox + Virsh
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
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
On Tue, 2011-12-13 at 08:23 -0800, Brendan Kirby wrote: > On 12/13/11 01:09, Eli Friedman wrote: > > On Mon, Dec 12, 2011 at 6:26 PM, Brendan Kirby <bkirby at mips.com> wrote: > >> As part of our automated testing, I'm running make check-all to watch > >> for failures. One of my builds uses the --enable-optimized option to > >> configure. When I build
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
I don't know about the LLVM errors, but I have seen the Clang error before. It occurs because the test is not path independent. In Preprocessor/macro_paste_c_block_comment.c you have 'nog grep scratch', which means that you can't have 'scratch' in your path. I think this should be reported as a bug. Regards, Patrik Hägglund -----Original Message----- From: llvmdev-bounces
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)
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 Dec 13
2
[LLVMdev] make check-all failing 18 tests with --enable-optimized
On 12/13/11 01:09, Eli Friedman wrote: > On Mon, Dec 12, 2011 at 6:26 PM, Brendan Kirby <bkirby at mips.com> wrote: >> As part of our automated testing, I'm running make check-all to watch >> for failures. One of my builds uses the --enable-optimized option to >> configure. When I build the latest trunk, I'm now seeing 18 failing >> tests: >>
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