similar to: Processor usage of qemu process.

Displaying 20 results from an estimated 600 matches similar to: "Processor usage of qemu process."

2015 Mar 13
2
Re: Processor usage of qemu process.
Dear Daniel, my XML's: Note: It seems I was to quick, the Windows 8.1 isn't fixed... Windows Server 2015 R2 <domain type='kvm' id='146'> <name>CmsrvAPP2</name> <uuid>02c5daef-662a-85ba-7291-485118badc64</uuid> <memory unit='KiB'>3149824</memory> <currentMemory unit='KiB'>3149824</currentMemory>
2015 Mar 13
6
Re: Processor usage of qemu process.
On Fri, Mar 13, 2015 at 12:35 PM, Daniel P. Berrange <berrange@redhat.com> wrote: > On Fri, Mar 13, 2015 at 10:32:14AM +0100, Dominique Ramaekers wrote: >> Dear Daniel, my XML's: >> >> Note: It seems I was to quick, the Windows 8.1 isn't fixed... >> >> Windows Server 2015 R2 >> >> <domain type='kvm' id='146'> >>
2015 Oct 10
1
Creating external snapshots.
Hi, I'm trying to create an external snapshot for backup purposes. Only I get an error after the command: virsh snapshot-create-as --domain PCVIRT1 PCVIRT1-SN1 --diskspec vda,file=/var/lib/libvirt/images/VIRT1-SN1.qcow2 --disk-only --atomic --quiesce fout: internal error: kan AppArmor profiel 'libvirt-2c9c04d7-f86d-df12-da9f-9847ac8b994f' niet vernieuwen (Sorry about the
2015 Mar 13
0
Re: Processor usage of qemu process.
On Fri, Mar 13, 2015 at 10:32:14AM +0100, Dominique Ramaekers wrote: > Dear Daniel, my XML's: > > Note: It seems I was to quick, the Windows 8.1 isn't fixed... > > Windows Server 2015 R2 > > <domain type='kvm' id='146'> > <name>CmsrvAPP2</name> > <uuid>02c5daef-662a-85ba-7291-485118badc64</uuid> >
2015 Mar 13
0
Re: Processor usage of qemu process.
Spice seems to be doing the trick... Thanks a lot! The tablet isn't removed or changed yet. I'll first do a follow up of the spice before doing that... How do I enable the enlightenment timer feature? I can't seem to find it in the xml-doc's... -----Oorspronkelijk bericht----- Van: Andrey Korolyov [mailto:andrey@xdel.ru] Verzonden: vrijdag 13 maart 2015 10:59 Aan: Daniel P.
2015 Mar 13
0
Re: Processor usage of qemu process.
On Fri, Mar 13, 2015 at 12:58:32PM +0300, Andrey Korolyov wrote: > On Fri, Mar 13, 2015 at 12:35 PM, Daniel P. Berrange > <berrange@redhat.com> wrote: > > On Fri, Mar 13, 2015 at 10:32:14AM +0100, Dominique Ramaekers wrote: > >> Dear Daniel, my XML's: > >> > >> Note: It seems I was to quick, the Windows 8.1 isn't fixed... > >> >
2015 Mar 13
2
Re: Processor usage of qemu process.
Small update: traceFlag T8038 => no improvement... -----Oorspronkelijk bericht----- Van: Dominique Ramaekers Verzonden: vrijdag 13 maart 2015 16:35 Aan: 'Daniel P. Berrange'; Andrey Korolyov CC: libvirt-users@redhat.com Onderwerp: RE: [libvirt-users] Processor usage of qemu process. Results ---------- First I want to show my appreciation to Daniel and Andrey. So thanks... I've
2015 Mar 13
0
Re: Processor usage of qemu process.
On Thu, Mar 12, 2015 at 07:16:56PM +0100, Dominique Ramaekers wrote: > > I have been using libvirt for a while now with some linux guest installed. And everything has been working great. > > I've got a nice new (used) HP virtual host with 12 x dual core and 48Gb mem. My Windows servers are getting old, so I found it was time to take the next step and also virtualise my Windows
2017 Jun 20
2
JIT, LTO and @llvm.global_ctors: Looking for advise
Thanks for the hindsight. I am currently working on a patch/potential fix which introduces a new Linker::ImportIntrinsicGlobalVariables flag. The patch includes a unit test reproducing the problem. Hopefully, that will help getting more feedback. Note that it might take a while before I am allowed to upload the patch since I need approval from Autodesk Legal department. Cheers, Benoit Benoit
2015 Sep 08
5
LLVM struct, alloca, SROA and the entry basic block
From: Philip Reames <listmail at philipreames.com<mailto:listmail at philipreames.com>> Date: mardi 8 septembre 2015 12:50 To: Benoit Belley <benoit.belley at autodesk.com<mailto:benoit.belley at autodesk.com>>, "llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>" <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> Subject:
2017 Jun 19
2
JIT, LTO and @llvm.global_ctors: Looking for advise
Hi Everyone, We are looking for advise regarding the proper use of LTO in conjunction with just-in time generated code. Our usage scenario goes as follows. 1. Our front-end generates an LLVM module. 2. A small runtime support library is linked-in. The runtime library is distributed as bitcode. It is generated using "clang++ -emit-llvm' and 'llvm-link'. This allows
2008 Sep 18
3
Re: Autocad 2008 and wine
This is your text, or you copied them from Autodesk forums?? Why I ask? Because Autodesk implement the newest Microsoft's technologies as .NET 3.0 and they do not want to downgrade products only for reasons like working on Wine... I vote for that (working acad under Wine direct from Autodesk), but I do not believe that will be happen!
2017 Jun 20
2
JIT, LTO and @llvm.global_ctors: Looking for advise
Thanks Peter, this is very useful feedback. I did manage to change the behavior of LinkOnlyNeeded to correctly import all variables with AppendingLinkage. In fact, I discovered that there was already something fishy. A variable with AppendingLinkage would get imported correctly from the source module if the destination module already contained a definition for that variable and wouldn't be
2015 Sep 24
2
TargetTriple issue: LC_VERSION_MIN_MACOSX: Darwin kernel version vs SDK version
Hi everyone, I just reported the following issue: https://llvm.org/bugs/show_bug.cgi?id=24927 Using the Xcode 7 linker, one gets messages such as the following when linking objects generated using llvm: ld: warning: object file (foo.o) was built for newer OS X version (14.5) than being linked (10.9) The issue is the following: a) In lib/Support/Unix/Host.inc, sys::getDefaultTargetTriple()
2015 Sep 08
2
LLVM struct, alloca, SROA and the entry basic block
Hi everyone, We have noticed that the SROA pass will only eliminate 'alloca' instructions if those are located in the entry basic block of a function. As a general recommendation, should the LLVM IR emitted by our compiler always place 'alloca' instructions in the entry basic block ? (I couldn't find any recommendations concerning this matter.) In addition, we have noticed
2015 Mar 25
3
[LLVMdev] Optimization puzzle...
Here's a version that doesn't try to do block deletion on it's own. If you use -adce then -simplifycfg, you get what you want. It passes all tests except one, which is that we delete an invoke of a pure function, IE Transforms/ADCE/dce_pure_invoke.ll - I'm not sure why that's bad. The reason we delete it is because it returns false to I.mayHaveSideEffects(), and in particular,
2002 Jun 17
4
(Demo CD available) Has anyone tested AutoCad 2000 with any recent wine ?
AutoDesk now offers a free 15 day demo CD of AutoCad. I hope some of the talanted wine developers take the opportunity to get the CD and try to get it to work. http://usa.autodesk.com/adsk/item/0,,616392-123112,00.html In my opinion there are two windows application that are more important than others and that is AutoCad and Quark express. Linux does not have good alternatives to theese, and for
2012 Feb 03
10
3DsMax 9 issues.
Hello, I would like to brainstorm an issue that has not be solved for about a year. Why am I here. Well I have been asked by many others to try and get any version of 3DsMax working on wine, I have picked Max 9 32bit. However the current release version from Autodesk is 3DsMax 2012 I currently use Ubuntu 10.10 and Wine version 1.3.37 and will stick with this release as I dislike unity. I
2016 Apr 06
2
Writing a test for gcov style coverage crashing after dlclose
Hi Everyone, I have uploaded a patch that allows one to successfully gather gcov/gcda coverage information on programs which unload shared libraries. It¹s a simple fix, just adding a few COMPILER_RT_VISIBILITY (i.e. __attribute__((visibility("hidden")))) in GCDAProfiling.c. Now, I¹d like to include a test program to demonstrate the fix. AFAICT, there seems to be a single test for
2008 Aug 26
3
Dovecot - T-Bird - RETR command failed
I have recently installed new untangle firewalls ( untangle.com) in Bridge mode at two office locations. Both offices collect mail from a Fedora 9, postfix,dovecot server at location #1. Since the install of the untangles i have been plagued by Thunderbird Errors while trying to POP email. The error says "RETR" command failed. If the user logs into the webmail (Squirrelmail) on the