* [Qemu-devel] Win2k disk full message
@ 2004-06-15 17:49 Brad Campbell
2004-06-16 1:56 ` Chad Page
0 siblings, 1 reply; 12+ messages in thread
From: Brad Campbell @ 2004-06-15 17:49 UTC (permalink / raw)
To: qemu-devel
Well, it's right. The disk really is full.
It fills up with \WINNT\security\edbxxxx.log
Mine had 2.9GB of them. I'm reinstalling FAT32 so I can loopback mount them and delete the lot, then
resume the install and see what happens.
Further investigation continues.
Brad
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-15 17:49 [Qemu-devel] Win2k disk full message Brad Campbell
@ 2004-06-16 1:56 ` Chad Page
2004-06-16 5:00 ` Brad Campbell
0 siblings, 1 reply; 12+ messages in thread
From: Chad Page @ 2004-06-16 1:56 UTC (permalink / raw)
To: qemu-devel
What messages wind up in the log? Perhaps it's related to the
very long hardware detection times... we'd be lucky to kill both birds
with one stone.
- Chad
On Tue, 15 Jun 2004, Brad Campbell wrote:
> Well, it's right. The disk really is full.
>
> It fills up with \WINNT\security\edbxxxx.log
> Mine had 2.9GB of them. I'm reinstalling FAT32 so I can loopback mount them and delete the lot, then
> resume the install and see what happens.
>
> Further investigation continues.
>
> Brad
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 1:56 ` Chad Page
@ 2004-06-16 5:00 ` Brad Campbell
2004-06-16 22:58 ` Jason Gress
0 siblings, 1 reply; 12+ messages in thread
From: Brad Campbell @ 2004-06-16 5:00 UTC (permalink / raw)
To: qemu-devel
Chad Page wrote:
> What messages wind up in the log? Perhaps it's related to the
> very long hardware detection times... we'd be lucky to kill both birds
> with one stone.
>
> - Chad
How do I read the log? I passed a couple of the files through strings but they pretty much came up
blank.
Regards,
Brad
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] Win2k disk full message
@ 2004-06-16 7:44 Vladimir N. Oleynik
2004-06-16 7:51 ` Brad Campbell
2004-06-30 15:00 ` Sebastien Bechet
0 siblings, 2 replies; 12+ messages in thread
From: Vladimir N. Oleynik @ 2004-06-16 7:44 UTC (permalink / raw)
To: brad, qemu-devel
Brad,
> Well, it's right. The disk really is full.
> It fills up with \WINNT\security\edbxxxx.log
> Mine had 2.9GB of them. I'm reinstalling FAT32 so I can loopback mount
> them and delete the lot, then resume the install and see what happens.
You can try my last patch for destroy "w2k inst disk full".
This patch have also:
1) support old gcc and glibc
2) remove debugging and make platform-specific
function aligned for make speed up (may be true for softmmu only)
3) remove strange (erronyous) code "-errno" from vl.c
4) close file from slirp/slirp.c (very small point, but..)
ftp://ftp.simtreas.ru/pub/my/qemu/qemu_aio_old_gcc.patch4.gz
--w
vodz
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 7:44 Vladimir N. Oleynik
@ 2004-06-16 7:51 ` Brad Campbell
2004-06-16 8:20 ` Jean-Michel POURE
2004-06-30 15:00 ` Sebastien Bechet
1 sibling, 1 reply; 12+ messages in thread
From: Brad Campbell @ 2004-06-16 7:51 UTC (permalink / raw)
To: Vladimir N. Oleynik; +Cc: qemu-devel
Vladimir N. Oleynik wrote:
> Brad,
>
> > Well, it's right. The disk really is full.
>
> > It fills up with \WINNT\security\edbxxxx.log
> > Mine had 2.9GB of them. I'm reinstalling FAT32 so I can loopback mount
> > them and delete the lot, then resume the install and see what happens.
>
> You can try my last patch for destroy "w2k inst disk full".
> This patch have also:
> 1) support old gcc and glibc
> 2) remove debugging and make platform-specific
> function aligned for make speed up (may be true for softmmu only)
> 3) remove strange (erronyous) code "-errno" from vl.c
> 4) close file from slirp/slirp.c (very small point, but..)
Thanks Vods, I'm giving it a spin up now
Compile fails with these messages (and a couple more). I worked around them with
#define log(s...) {}
gcc -Wall -O2 -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/brad/src/qemu/target-i386
-I/home/brad/src/qemu -D_GNU_SOURCE -I/home/brad/src/qemu/slirp -c -o sb16.o
/home/brad/src/qemu/hw/sb16.c
/home/brad/src/qemu/hw/sb16.c:29:1: warning: multi-line comment
gcc -Wall -O2 -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/brad/src/qemu/target-i386
-I/home/brad/src/qemu -D_GNU_SOURCE -I/home/brad/src/qemu/slirp -c -o dma.o /home/brad/src/qemu/hw/dma.c
/home/brad/src/qemu/hw/dma.c:89:54: pasting ""dma: "" and ""invalid channel %#x %#x\n"" does not
give a valid preprocessing token
/home/brad/src/qemu/hw/dma.c:103:49: pasting ""dma: "" and ""invalid channel read %#x\n"" does not
give a valid preprocessing token
/home/brad/src/qemu/hw/dma.c:174:53: pasting ""dma: "" and ""command %#x not supported\n"" does not
give a valid preprocessing token
/home/brad/src/qemu/hw/dma.c:240:47: pasting ""dma: "" and ""dma: unknown iport %#x\n"" does not
give a valid preprocessing token
bklaptop:~>gcc --version
gcc (GCC) 3.3.3 (Debian 20040422)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I'll let you know how the rest of it goes. A win2k install on this machine takes hours.
Regards,
Brad
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 7:51 ` Brad Campbell
@ 2004-06-16 8:20 ` Jean-Michel POURE
2004-06-16 8:23 ` Brad Campbell
2004-06-16 8:47 ` Vladimir N. Oleynik
0 siblings, 2 replies; 12+ messages in thread
From: Jean-Michel POURE @ 2004-06-16 8:20 UTC (permalink / raw)
To: qemu-devel; +Cc: Vladimir N. Oleynik
Le mercredi 16 Juin 2004 09:51, Brad Campbell a écrit :
> Compile fails with these messages (and a couple more). I worked around them
> with #define log(s...) {}
Could you send another patch. I am giving a try too.
Cheers, Jean-Michel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 8:20 ` Jean-Michel POURE
@ 2004-06-16 8:23 ` Brad Campbell
2004-06-16 8:47 ` Vladimir N. Oleynik
1 sibling, 0 replies; 12+ messages in thread
From: Brad Campbell @ 2004-06-16 8:23 UTC (permalink / raw)
To: jm; +Cc: qemu-devel, Vladimir N. Oleynik
Jean-Michel POURE wrote:
> Le mercredi 16 Juin 2004 09:51, Brad Campbell a écrit :
>
>>Compile fails with these messages (and a couple more). I worked around them
>>with #define log(s...) {}
>
>
> Could you send another patch. I am giving a try too.
> Cheers, Jean-Michel
>
I also had to add -lpthread to my Makefile.target to get it to compile.
I'm about 50% through copying files, so I'll keep you posted.
While I'm here, I got this when trying to send to you Vodz,
Your message to the following recipients cannot be delivered:
<dzo@simtreas.ru>:
ns.simtreas.ru [195.9.147.3]:
>>>>>> RCPT TO:<dzo@simtreas.ru>
<<< 550 5.0.0 <dzo@simtreas.ru>... User unknown
Regards,
Brad
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 8:20 ` Jean-Michel POURE
2004-06-16 8:23 ` Brad Campbell
@ 2004-06-16 8:47 ` Vladimir N. Oleynik
2004-06-16 9:07 ` Jean-Michel POURE
1 sibling, 1 reply; 12+ messages in thread
From: Vladimir N. Oleynik @ 2004-06-16 8:47 UTC (permalink / raw)
To: jm; +Cc: qemu-devel
Jean-Michel,
> Le mercredi 16 Juin 2004 09:51, Brad Campbell a écrit :
>
>>Compile fails with these messages (and a couple more). I worked around them
>>with #define log(s...) {}
> Could you send another patch. I am giving a try too.
> Cheers, Jean-Michel
Hmm.
You can ignore changes to all files from my patch, try for ide.c only.
--w
vodz
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 8:47 ` Vladimir N. Oleynik
@ 2004-06-16 9:07 ` Jean-Michel POURE
2004-06-16 9:29 ` Vladimir N. Oleynik
0 siblings, 1 reply; 12+ messages in thread
From: Jean-Michel POURE @ 2004-06-16 9:07 UTC (permalink / raw)
To: Vladimir N. Oleynik; +Cc: qemu-devel
Le mercredi 16 Juin 2004 10:47, Vladimir N. Oleynik a écrit :
> Hmm.
> You can ignore changes to all files from my patch, try for ide.c only.
Dear Vladimir,
OK thanks. Now the patch applies and compiles. Trying to start an existing
Win2k image, there is a panic:
qemu -hda win2k.bin -m 128 -boot c -cirrusvga -user-net
QEMU 0.5.5 monitor - type 'help' for more information
(qemu) BIOS panic at rombios.c, line 1554
Did you make it work with an existing Win2K installation? If you modify your
patch, the best would be to send a patch against today's CVS.
Cheers,
Jean-Michel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 9:07 ` Jean-Michel POURE
@ 2004-06-16 9:29 ` Vladimir N. Oleynik
0 siblings, 0 replies; 12+ messages in thread
From: Vladimir N. Oleynik @ 2004-06-16 9:29 UTC (permalink / raw)
To: jm; +Cc: qemu-devel
Jean-Michel,
>>Hmm.
>>You can ignore changes to all files from my patch, try for ide.c only.
> OK thanks. Now the patch applies and compiles. Trying to start an existing
> Win2k image, there is a panic:
>
> qemu -hda win2k.bin -m 128 -boot c -cirrusvga -user-net
> QEMU 0.5.5 monitor - type 'help' for more information
> (qemu) BIOS panic at rombios.c, line 1554
But original qemu work?
Have win2k.bin true boot sector?
> Did you make it work with an existing Win2K installation?
I installed win2k (sp1) from original CD to zeroed hda image.
> If you modify your
> patch, the best would be to send a patch against today's CVS.
No. Its hack. Qemu not ready for using a threads.
--w
vodz
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 5:00 ` Brad Campbell
@ 2004-06-16 22:58 ` Jason Gress
0 siblings, 0 replies; 12+ messages in thread
From: Jason Gress @ 2004-06-16 22:58 UTC (permalink / raw)
To: qemu-devel
I have some of the log files if anyone is interested. Each one is at least
different enough for diff to say the two binary files are different.. it
seems to repeat certain text throughout. I can back up, say 10 consecutive
ones and send them to whoever wants to if there is demand. Otherwise I will
delete them. Let me know..
Jason
On Wednesday 16 June 2004 00:00, Brad Campbell wrote:
> Chad Page wrote:
> > What messages wind up in the log? Perhaps it's related to the
> > very long hardware detection times... we'd be lucky to kill both birds
> > with one stone.
> >
> > - Chad
>
> How do I read the log? I passed a couple of the files through strings but
> they pretty much came up blank.
>
> Regards,
> Brad
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] Win2k disk full message
2004-06-16 7:44 Vladimir N. Oleynik
2004-06-16 7:51 ` Brad Campbell
@ 2004-06-30 15:00 ` Sebastien Bechet
1 sibling, 0 replies; 12+ messages in thread
From: Sebastien Bechet @ 2004-06-30 15:00 UTC (permalink / raw)
To: qemu-devel
Vladimir,
I test your patch (only ide.c.patch). Bad news, it's not working.
Certainly another problem. Do you have another idea ?
Bye.
Le mer 16/06/2004 à 09:44, Vladimir N. Oleynik wrote :
> You can try my last patch for destroy "w2k inst disk full".
> This patch have also:
> 1) support old gcc and glibc
> 2) remove debugging and make platform-specific
> function aligned for make speed up (may be true for softmmu only)
> 3) remove strange (erronyous) code "-errno" from vl.c
> 4) close file from slirp/slirp.c (very small point, but..)
>
> ftp://ftp.simtreas.ru/pub/my/qemu/qemu_aio_old_gcc.patch4.gz
--
Sebastien Bechet <s.bechet@av7.net>
av7.net
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-06-30 15:02 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-15 17:49 [Qemu-devel] Win2k disk full message Brad Campbell
2004-06-16 1:56 ` Chad Page
2004-06-16 5:00 ` Brad Campbell
2004-06-16 22:58 ` Jason Gress
-- strict thread matches above, loose matches on Subject: below --
2004-06-16 7:44 Vladimir N. Oleynik
2004-06-16 7:51 ` Brad Campbell
2004-06-16 8:20 ` Jean-Michel POURE
2004-06-16 8:23 ` Brad Campbell
2004-06-16 8:47 ` Vladimir N. Oleynik
2004-06-16 9:07 ` Jean-Michel POURE
2004-06-16 9:29 ` Vladimir N. Oleynik
2004-06-30 15:00 ` Sebastien Bechet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).