* ODP: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?
@ 2005-10-26 18:24 WarownyR
2005-10-27 4:04 ` [Qemu-devel] [PATCH] for faking DNS entry, was: " Mulyadi Santosa
0 siblings, 1 reply; 2+ messages in thread
From: WarownyR @ 2005-10-26 18:24 UTC (permalink / raw)
To: qemu-devel
I run:
noconsole qemu.exe
the output was:
SUCCESS: qemu.exe has been unpatched.
Then when I run qemu:
qemu freedos.dsk
the output was:
GetNetworkParams failed. ret = 00000032
Could not get DNS address
Then I run:
qemu -dummy-net qemu -dummy-net freedos.dsk
the output was:
Could not open '\\.\kqemu' - QEMU acceleration layer not activated
qemu: could not load PC bios '/c/Program Files/Qemu/bios/bios.bin'
then when I run:
qemu -L bios -dummy-net freedos.dsk
it started finally !
So you guys where right, that -L option was missing too !
Thank you for your help, and I will appreciate any suggestions
how to deal with the DNS error message.
Radek
> -----Oryginalna wiadomość-----
> Od: qemu-devel-bounces+warownyr=zus.pl@nongnu.org
> [SMTP:qemu-devel-bounces+warownyr=zus.pl@nongnu.org] w imieniu Jernej
> Simončič
> Wysłano: 26 października 2005 19:48
> Do: WarownyR@zus.pl on [qemu-devel]
> Temat: Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt
> ?
>
> On Wednesday, October 26, 2005, 19:26:53, WarownyR@zus.pl wrote:
>
> > Thanks for your response. I tried the -L option, but it didn't help. I
> tried
> > different possibilities with absolute, and relative paths, but the
> resoult
> > is still the same - it doesn't work. Any other ideas ?
>
> Try to run the utility attached to this message:
> <http://lists.gnu.org/archive/html/qemu-devel/2005-04/msg00437.html> on
> your
> qemu.exe, then when you run qemu, you should get some output on console
> about what's wrong.
>
> --
> < Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >
>
> Any simple idea will be worded in the most complicated way.
> -- Malek's Law
>
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] [PATCH] for faking DNS entry, was: Is it possible run qemu on windows nt ?
2005-10-26 18:24 ODP: ODP: [Qemu-devel] Is it possible run qemu on windows nt ? WarownyR
@ 2005-10-27 4:04 ` Mulyadi Santosa
0 siblings, 0 replies; 2+ messages in thread
From: Mulyadi Santosa @ 2005-10-27 4:04 UTC (permalink / raw)
To: qemu-devel, WarownyR
[-- Attachment #1: Type: text/plain, Size: 700 bytes --]
Hello everybody
> GetNetworkParams failed. ret = 00000032
> Could not get DNS address
try to look at my attached simple patch (in bzip2 format). This patch
simply fake "127.0.0.1" as DNS entry in non user-mode network stack. To
enable it, run "qemu" using "-fake-dns" parameter.
This patch is created simply to allow me running qemu in non user-mode
network stack without actually supplying DNS server and at least one
DNS entry in /etc/resolv.conf. So far it works for me. There could be a
hidden problem though, so any commentaries and suggestion are welcome.
NB: This patch is made for qemu 0.7.1 Linux version. I don't know if it
is applicable to Qemu windows port.
regards
Mulyadi
[-- Attachment #2: qemu-fake-dns.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 1055 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-27 4:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-26 18:24 ODP: ODP: [Qemu-devel] Is it possible run qemu on windows nt ? WarownyR
2005-10-27 4:04 ` [Qemu-devel] [PATCH] for faking DNS entry, was: " Mulyadi Santosa
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).