Re: [Qemu-devel] Making qemu use 10.0.3.x not 10.0.2.x

2008-02-05 Thread Flavio Visentin
subnet I'd choose 192.168.255.0/24. Someone thinks it's a broadcast subnet ;-) - -- Flavio Visentin GPG Key: http://www.zipman.it/gpgkey.asc There are only 10 types of people in this world: those who understand binary, and those who don't. -BEGIN PGP SIGNATURE- Versio

Re: [Qemu-devel] EFI BIOS

2007-03-04 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hetz Ben Hamo wrote: > Hmm, What guest platform/OS supports it? Not XP or Vista iirc... Linux and MacOSX for sure; I suppose BSD too. - -- Flavio Visentin GPG Key: http://www.zipman.it/gpgkey.asc There are only 10 types of people in this wo

Re: [Qemu-devel] Config file support

2006-10-24 Thread Flavio Visentin
00, name="serial0", pic="PRIMARY", irq=1} At this point it's really cleaner and maybe simpler to use XML, as someone suggested, also because you can have more information on how the components relates to each other. ... -

Re: [Qemu-devel] Config file support

2006-10-22 Thread Flavio Visentin
plete key/value pair. I think reinventing the wheel is not so clever. VMWare's config file style is really simple and it would be possible to use VMWare's files with few or no changes. One useful thing is to be able to use the #!/usr/bin/qemu feature :-) - -- Flavio Visentin GPG Key: h

Re: [Qemu-devel] No useful documentation.

2006-07-05 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > That being said, help is given to those who ask...not offend This was not meant to be offensive in any way. - -- Flavio Visentin GPG Key: http://www.zipman.it/gpgkey.asc There are only 10 types of people in this wo

Re: [Qemu-devel] No useful documentation.

2006-07-05 Thread Flavio Visentin
a development issue). If you need support or doc on using qemu, you can find a lot of info on: http://qemu.dad-answers.com/ http://qemu.dad-answers.com/viewforum.php?f=22&sid=7630905349730e8ce3c61126f740c109 - -- Flavio Visentin GPG Key: http://www.zipman.it/gpgkey.asc There are only 10 t

Re: [Qemu-devel] PATCH: Support for multi-file raw images

2006-05-12 Thread Flavio Visentin
nged part of the file are copied, not all the file. Rsync was written just for this reason, to avoid copying unneccessary unchanged data. - -- Flavio Visentin GPG Key: http://www.zipman.it/gpgkey.asc There are only 10 types of people in this world: those who understand binary, and those

Re: [Qemu-devel] qemu and configuration file?

2006-01-07 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giuseppe Della Bianca wrote: > Please, who is that decides if to insert patch or modifications in qemu code? Fabrice - -- Flavio Visentin | \|||/ |@/0.0\@ | \ - / +--o

Re: [Qemu-devel] Re: Qemu-devel Digest, Vol 34, Issue 8

2006-01-06 Thread Flavio Visentin
f all, writing HTML e-mail is extremely BAD. - -- Flavio Visentin | \|||/ |@/0.0\@ | \ - / +--oOOo---oOOo-- There are only 10 types of people in this world: those who understand binary, and those who d

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Flavio Visentin
redo = "" ide0:1.redo = "" usb.present = "TRUE" nvram = "WXP.nvram" sound.startConnected = "FALSE" checkpoint.vmState = "" uuid.action = "create" usb.autoConnect.device0 = "" tools.remindInstall = "TRUE" &

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 martin wrote: > xml style or rc style, please no hack in betweeen :) I like VMWare style. Maybe it should be possible to share the same config file between qemu and VMWare, also to favour user migration. - -- Flavio Visen

Re: [Qemu-devel] qemu and configuration file?

2006-01-03 Thread Flavio Visentin
be useful for automatic startup of the VMs by init scripts. OTOH it's very simple to create a config file parser with perl/python/bash who can wrap around qemu options. If I find 1 free hour tomorrow I'll post a POC. - -- Flavio Visentin | \|||/ |

Re: [Qemu-devel] Qemu-devel digest getting wrongly marked as spam

2005-10-24 Thread Flavio Visentin
from not subscribed people. - -- Flavio Visentin | \|||/ |@/0.0\@ | \ - / +--oOOo---oOOo-- There are only 10 types of people in this world: those who understand binary, and those who don't. GPG K

Re: [Qemu-devel]kqemu static link?

2005-08-18 Thread Flavio Visentin
ms too, because you don't have the code for compilation. Maybe you could try with qvm86 which is GPL, but I don't know if it can be compiled inside a monolithic kernel. - -- Flavio Visentin | \|||/ |@/0.0\@ | \ - / +-

Re: [Qemu-devel] kqemu problem - linux amd64 host, win xp guest

2005-07-26 Thread Flavio Visentin
ware change might have > caused this." screen all the time. Did you try qvm86? Sometimes kqemu works better, sometimes qvm86 is the best choice, sometimes nothing is better than not using acceleration. :-) Ususally I try all the three solutions and the problem goes aw

Re: [patch] on-quit-v0.21 with resume/suspend/power-off dialog Re: [patch] Re: [Qemu-devel] Suggestion - trap window-close of VM

2005-05-09 Thread Flavio Visentin
nerated by the power button that triggers the shut down? - -- Flavio Visentin | \|||/ |@/0.0\@ | \ - / +--oOOo---oOOo-- There are only 10 types of people in this world: those who understand binary, and those w

Re: [Qemu-devel] [PATCH] Fix dyngen failure on PPC.

2005-05-01 Thread Flavio Visentin
possible to link together optimized obj with not optimized obj? In this case you could group functions that require no optimization and link them with the other optimized code. Maybe I asked 2 dumb questions, but I'm courious and I'd like to learn something new :-) TNX P.S. I apologize

Re: [Qemu-devel] Two network interfaces ?

2005-04-25 Thread Flavio Visentin
x27;s/[^0-9]//g') sudo /sbin/ifconfig $INTERF 192.168.$NUM.1 - -- Flavio Visentin | \|||/ |@/0.0\@ | \ - / +--oOOo---oOOo-- There are only 10 types of people in this world: those who understand binary, and