Re: [Qemu-devel] Please help corrupt filesystem image

2019-02-18 Thread Alexander Marx
Thank you for replying. Well i am using latest PROXMOX in a cluster of 4 physical servers. during the weekend i had to stop all hosts because electricians had to work on the fuse box. i shutted down all vm's then powered off all physical hosts. One of them took very long. this host had a raid5 of

Re: [Qemu-devel] Please help corrupt filesystem image

2019-02-18 Thread John Snow
On 2/16/19 10:54 PM, Alexander Marx wrote: > Dear List! > > I have a big problem and hope you can help me. > I built a new windows 2016 domain with virtual servers. 2 dc and 9 rds > hosts. > I was nearly finished with the setup and ready to migrate the users from > old to new domain. > > Then

Re: [Qemu-devel] Please help corrupt filesystem image

2019-02-18 Thread Alexander Marx
Thank you for replying. The error was in the underlying filesystem. I had to setup new servers. Alex Am 18.02.19 um 10:51 schrieb Kevin Wolf: > Am 17.02.2019 um 05:13 hat Alexander Marx geschrieben: >> Dear List! >> >> I have a big problem and hope you can help me. >> I built a new windows 2016

Re: [Qemu-devel] Please help corrupt filesystem image

2019-02-18 Thread Kevin Wolf
Am 17.02.2019 um 05:13 hat Alexander Marx geschrieben: > Dear List! > > I have a big problem and hope you can help me. > I built a new windows 2016 domain with virtual servers. 2 dc and 9 rds > hosts. > I was nearly finished with the setup and ready to migrate the users from > old to new domain. >

[Qemu-devel] Please help corrupt filesystem image

2019-02-16 Thread Alexander Marx
Dear List! I have a big problem and hope you can help me. I built a new windows 2016 domain with virtual servers. 2 dc and 9 rds hosts. I was nearly finished with the setup and ready to migrate the users from old to new domain. Then i had to restart the physical servers. Unfortunately 1 dc and 2

[Qemu-devel] Please help corrupt filesystem image

2019-02-16 Thread Alexander Marx
Dear List! I have a big problem and hope you can help me. I built a new windows 2016 domain with virtual servers. 2 dc and 9 rds hosts. I was nearly finished with the setup and ready to migrate the users from old to new domain. Then i had to restart the physical servers. Unfortunately 1 dc and 2

[Qemu-devel] Please help me to debug memory mis-unmap in ovs-dpdk.

2017-11-01 Thread Sam
Hi all, I'm debugging a mis-unmap bug in ovs-dpdk, process is this: 1. start ovs-dpdk with 10G socket memory, then use `top`, ovs-vswitchd take 10G memory. command is bellow. 2. start qemu vm1 with vhost device as server to connect port on ovs-dpdk, command is bellow. qemu share 40G memory with o

Re: [Qemu-devel] Please help!

2011-05-27 Thread Lluís
Guan, Qiang writes: > Where can I find the codes for monitor command "log in_asm". This just sets the "loglevel" mask. > I want to know how QEMU monitor capture the executed instruction in > ASM in a simultaneous way rather than a bunch of Logs. Look for references to CPULOG_TB_IN_ASM, which i

[Qemu-devel] Please help!

2011-05-26 Thread Guan, Qiang
Hi everybody Where can I find the codes for monitor command "log in_asm". I want to know how QEMU monitor capture the executed instruction in ASM in a simultaneous way rather than a bunch of Logs. Thank you very much for your time. Best wishes

[Qemu-devel] Please help the daughter of a member of open source community

2009-12-21 Thread yajin
I am very very sorry for sending this mail to qemu-dev list. Please please help panjet, who loves the open source software and makes contribution to the open source community. He is the core member of the open source project jz-hacking and virtualmips. And even more, he created the open source foun

Re: [Qemu-devel] Please help fix an illegal instruction / SSE problem

2007-02-16 Thread Pierre d'Herbemont
On 16 févr. 07, at 04:51, Ilya Shar wrote: Every Cocoa application I try to run under i386-darwin-user/qemu-i386 exits on an illegal instruction: Starting /Applications/Calculator.app/Contents/MacOS/Calculator with qemu queue_signal: sig=4 qemu: uncaught target signal 4 (Illeg

[Qemu-devel] Please help fix an illegal instruction / SSE problem

2007-02-15 Thread Ilya Shar
Every Cocoa application I try to run under i386-darwin-user/qemu-i386 exits on an illegal instruction: Starting /Applications/Calculator.app/Contents/MacOS/Calculator with qemu queue_signal: sig=4 qemu: uncaught target signal 4 (Illegal instruction) - exiting The last block alwa

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-04 Thread Mike Kronenberg
Hi Ilya, I just built from CVS before I zipped up the patches, here is the order I applied them: #gcc4 patches patch -p1 -u < ../patches/qemu-0.8.3-gcc4.patch patch -p1 -u < ../patches/qemu-0.7.2-dyngen-check-stack-clobbers.patch patch -p1 -u < ../patches/qemu-0.7.2-gcc4-opts.patch patch -p1

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-03 Thread Ilya Shar
Hi Mike, Thanks a lot for the patches. I applied them (together with qemu-0.7.0-gcc4.patch, which appears to be necessary although it's not in the archive you created) but in the middle of the build dyngen rejects op.o: ../dyngen -c -o opc.h op.o dyngen: Unable to replace ret with jmp in op_bs

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-03 Thread Mike Kronenberg
Hi, we have decided to wait for the next qemu release until we update the patches for kju, as qemu dev has picked up speed, which is good. Never the less, you can grab the patches for qemu cvs (OS X Intel) here: http://www.kberg.ch/qemu/cvspatches20070202.zip Best Regards Mike On 03.02.2007

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-02 Thread Pierre d'Herbemont
Hi, On 3 févr. 07, at 02:37, Ilya Shar wrote: I am trying to build i386-darwin-user to run it on an x86 Mac. I'm on Mac OS 10.4 Intel with gcc 3.3 and I'm getting compiler errors right away: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/darwine Ilya, qemu's CVS has the most up-to-date version

[Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-02 Thread Ilya Shar
Hi, I am trying to build i386-darwin-user to run it on an x86 Mac. I'm on Mac OS 10.4 Intel with gcc 3.3 and I'm getting compiler errors right away: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/darwine co qemu $ cd qemu/ $ ./configure --target-list=i386-darwin-user --cc=/opt/gcc3/bin/gcc $ make