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. >

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

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

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