[Qemu-devel] 32bit emulation in x86_64 System emulation

2005-10-26 Thread Mario Goppold
Hi list, I've tried to install SuSE92 x68_64 as guest (qemu 0.7.2 with and without kqemu). During the install grub terminates with core. But not only grub terminates: #include int main() { printf("Hallo Welt!\n"); return 0; } gcc a.c ; ./a.out is ok but gcc -m32 a.c;

[Qemu-devel] [PATCH] for faking DNS entry, was: Is it possible run qemu on windows nt ?

2005-10-26 Thread Mulyadi Santosa
Hello everybody > GetNetworkParams failed. ret = 0032 > 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. Thi

Re: [Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Henrik Nordstrom
On Wed, 26 Oct 2005, Jim C. Brown wrote: I'm actually working on faking the header so qemu -hda /dev/hda1 will work. The issue here is getting the right cylinder/head/track numbers and then making up a suitable partition table entry with the right start and end numbers. There is also the minor i

Re: [Qemu-devel] several guests with static ip-address

2005-10-26 Thread Henrik Nordstrom
On Wed, 26 Oct 2005, Michael Kapp wrote: OK, can you give me some hints how to do that? I've tested it with a tun/bridged setup, but it only work with one guest, here is my configuration for the qemu-ifup script: Each qemu gets it's own tun device, and you need to make sure your script gets

ODP: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?

2005-10-26 Thread WarownyR
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 = 0032 Could not get DNS address Then I run: qemu -dummy-net qemu -dummy-net freedo

Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?

2005-10-26 Thread Jernej Simončič
On Wednesday, October 26, 2005, 19:26:53, [EMAIL PROTECTED] 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 ut

ODP: [Qemu-devel] Is it possible run qemu on windows nt ?

2005-10-26 Thread WarownyR
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 ? Radek > -Oryginalna wiadomość- > Od: [EMAIL PROTECTED] > [SMTP:[EMAIL PROTECTED]

Re: [Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Jim C. Brown
On Wed, Oct 26, 2005 at 02:38:15PM +0100, Ricardo Almeida wrote: > Hi, > > Since Qemu allows the use of a real cdrom, why doesn't it support the use of > a real hard drive partition (-hdb /dev/hda1 for instance)? It does. You have to use -hdb /dev/hda though, since a full MBR and partition table

Re: [Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Johannes Schindelin
Hi, On Wed, 26 Oct 2005, Ricardo Almeida wrote: > Since Qemu allows the use of a real cdrom, why doesn't it support the > use of a real hard drive partition (-hdb /dev/hda1 for instance)? Is it > hard to make it work? It would be doable. You'd have to fake a real disk around it, but it's easi

Re: [Qemu-devel] (savevm and loadvm) appropriate order of events

2005-10-26 Thread Johannes Schindelin
Hi, On Wed, 26 Oct 2005, Henrik Nordstrom wrote: > On Tue, 25 Oct 2005, Vesselin Peev wrote: > > > Yes, it does, thanks. Saves a finger stretch and one hitting one more key > > :). > > Also, one could hit them in any order, and any number of keys between them. > > Someone probably should wip to

Re: [Qemu-devel] (savevm and loadvm) appropriate order of events

2005-10-26 Thread Jim C. Brown
On Wed, Oct 26, 2005 at 09:29:36PM +1300, Wesley Parish wrote: > Thanks heaps! It works! > > (It should go in the docs, though. Is Fabrice okay with me adding that to > them? ;) > =loadvm is in the man oage. so it's already in the docs. > Wesley Parish > > On Wed, 26 Oct 2005 00:50, Johann

[Qemu-devel] Feature Request: Allow the use of real partitions

2005-10-26 Thread Ricardo Almeida
Hi, I don't know if this is the correct place for feature requests, so sorry if it isn't... Since Qemu allows the use of a real cdrom, why doesn't it support the use of a real hard drive partition (-hdb /dev/hda1 for instance)? Is it hard to make it work? I think this would be a great feature as

[Qemu-devel] Debian Sarge for PowerPC on http://www.oszoo.org

2005-10-26 Thread Stefano Marinelli
Hello everybody. Thanks to Vesselin Peev, we have a new Debian Sarge PPC image on the FreeOsZoo. As usual, the image is on the server available using bittorrent. The oszoo server is a fast seeder. Happy downloading! Stefano ___ Qemu-devel mailing list

Re: [Qemu-devel] several guests with static ip-address

2005-10-26 Thread Michael Kapp
> On Tue, 25 Oct 2005, Michael wrote: > > > is it possible, that several (for example two) guests communicate to one > > qemu host, which has only one network interface and every os has it's > > own static ip-address? > > Yes, with TUN networking this works fine. Have used this in > >- bridg

Re: [Qemu-devel] (savevm and loadvm) appropriate order of events

2005-10-26 Thread Wesley Parish
Thanks heaps! It works! (It should go in the docs, though. Is Fabrice okay with me adding that to them? ;) Wesley Parish On Wed, 26 Oct 2005 00:50, Johannes Schindelin wrote: > Hi, > > On Tue, 25 Oct 2005, Wesley Parish wrote: > > when restoring a vm state saved to a file? > > > > Eg, do I f