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

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

2006-01-04 Thread Jernej Simončič
On Wednesday, January 4, 2006, 6:50:28, martin wrote: xml style or rc style, please no hack in betweeen :) INI? *SCNR* :) -- Jernej Simončič http://deepthought.ena.si/ The deficiency will never show itself during the dry runs. -- Boyle's Third Law

Re: Re: Re: [Qemu-devel] [PATCH] Fix to gdb - wrong translation block invalidated when setting gdb breakpoints

2006-01-04 Thread Mulyadi Santosa
Hi Andre... The problem that you are running into here is that sys_uname has been replaced by sys_newuname in kernel/sys.c. When I put a breakpoint in this function, everything works correctly when I run uname in the virtual machine. yes, you're right. sys_newuname is the system call handler

[Qemu-devel] [PATCH 0/3] qemu ide updates

2006-01-04 Thread Jens Axboe
Hi, Here's the set of 3 patches I currently have for the qemu ide/block code. 1/3: The ide id updates 2/3: lba48 support 3/3: Proper support of the flush cache command -- Jens Axboe ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] qemu-smp guest on monoCPU host: big slowdown

2006-01-04 Thread octane indice
Hello I'm trying to use the new -smp option. host: win2k guest: linux 2.6.13-SMP The first sight is a really big slowdown. with -smp 2, the guest seems to go approximatively to 1/4 speed of a monoCPU guest. I tried to boot with -smp 8, but it was so slow that I abandoned. Am I doing something

[Qemu-devel] Problems bringing up network in qemu-system-arm

2006-01-04 Thread Wolfgang Schildbach
Hi everyone, I am using the current CVS (HEAD) version of qemu running on x86 linux, and am using it to emulate an ARM on the integrator board, running arm-linux, using arm-test-0.1.tar.gz. From what I've read in this list ( http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00137.html),

[Qemu-devel] CL-GD5446 technical reference manual, anyone?

2006-01-04 Thread engel
Hi, does anyone have a copy of the Cirrus Logic GD5446 technical reference manual (gd5446trm.pdf)? All copies that were available online seem to have vanished... Michael ___ Qemu-devel mailing list Qemu-devel@nongnu.org

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

2006-01-04 Thread Mike Kronenberg
I made a proposal some month ago based on xml: http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00034.html I use this style of xml property lists for the configuration of the vm of Q (slightly alter by now). Q is a OS X port of QEMU http://www.kberg.ch/q I ran recently into some

Re: [Qemu-devel] Problems bringing up network in qemu-system-arm

2006-01-04 Thread Daniel Jacobowitz
On Wed, Jan 04, 2006 at 04:56:13PM +0100, Wolfgang Schildbach wrote: Hi everyone, I am using the current CVS (HEAD) version of qemu running on x86 linux, and am using it to emulate an ARM on the integrator board, running arm-linux, using arm-test-0.1.tar.gz. From what I've read in this

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-04 Thread Johannes Schindelin
Hi, On Wed, 4 Jan 2006, Jens Axboe wrote: 1.0.GIT Using git for QEmu development? Welcome to the club. ;-) Regarding your patches: as far as I understand them, I like 'em. Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org

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

2006-01-04 Thread Giuseppe Della Bianca
]zac[ see no reasons why to choose anything else than xml for it. We have tons of xml libs that can be used for gui's (think perl, tk, python etc...). ]zac[ The xml configuration file are too much hard to consult and to modify directly from a human. The idea to use additional library and

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

2006-01-04 Thread Giuseppe Della Bianca
]zac[ xml style or rc style, please no hack in betweeen :) INI? *SCNR* :) and kde, samba and other? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

2006-01-04 Thread Giuseppe Della Bianca
]zac[ sry :) , you probably understood anyway what i meant ... ]zac[ Yes, :) . Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

2006-01-04 Thread Giuseppe Della Bianca
]zac[ I like VMWare style. Maybe it should be possible to share the same config file between qemu and VMWare, also to favour user migration. Please, you can make an detailed example? Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org

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

2006-01-04 Thread Giuseppe Della Bianca
Yah. I like this the best. It is the most flexible. It even allows you to put logic into your qemu startup. ]zac[ The script not are the solution that I would want. To make a good job with the script is much laborious, and demands to use one collection of additional programs (that I

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

2006-01-04 Thread Giuseppe Della Bianca
]zac[ I'd go for the shell script. If enough people like it I'm sure it could be included with qemu. Ok. Config file support without a decent GUI seem rather pointless. ]zac[ I understand and I agree yours (and of the others that prefer the scripts) motivations. To modify qemu allows to

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

2006-01-04 Thread Jim C. Brown
On Tue, Jan 03, 2006 at 11:27:52PM +0100, Flavio Visentin wrote: Paul Brook wrote: Config file support without a decent GUI seem rather pointless. The big advantage of doing it as a shell script is it's dead easy to hack to include whatever custom magical features people want. It

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

2006-01-04 Thread Jim C. Brown
On Wed, Jan 04, 2006 at 10:39:23PM +0100, Giuseppe Della Bianca wrote: Yah. I like this the best. It is the most flexible. It even allows you to put logic into your qemu startup. ]zac[ The script not are the solution that I would want. To make a good job with the script is much

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

2006-01-04 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giuseppe Della Bianca wrote: I like VMWare style. Maybe it should be possible to share the same config file between qemu and VMWare, also to favour user migration. Please, you can make an detailed example? This is one config I use with VMPlayer

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

2006-01-04 Thread Mike Kronenberg
I'd like to see some more things in it (besides that windows clients can't handle (ba)sh scripts: - State of the machine (saved/running/snapshot) - what cpu/machine - further information (Author, Copyright...) - paths that can be handled by every plattform ... so you can g(zip) up a vm and

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

2006-01-04 Thread Jernej Simončič
On Wednesday, January 4, 2006, 22:39:23, Giuseppe Della Bianca wrote: Also modifying qemu, the command line of qemu allow to use the logic that everyone prefers. I'd prefer to have 5 config files and just specify one of them on the command-line, than having 5 scripts, which run qemu with the

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

2006-01-04 Thread Mike Kronenberg
As I mentioned in a earlier thread about config files, one of the big advantages of XML is it's language independence. There are french, spanish, japanese, chinese people using qemu, resulting in imagenames / paths in the corresponding language. ASCII/UTF-8 is not everything. Mike On

[Qemu-devel] [patch] qemu-user mmap bug

2006-01-04 Thread Paul Brook
Under some circumstances target_mmap will return -EINVAL. However its callers expect it behave like normal mmap. ie. return -1 and ser errno. Discovered when testing qemu with some malformed ELF executables. It segfaulted instead of displaying an error. The patch below changes target_map to

[Qemu-devel] qemu 0.8.0, windows 2000 and windows update

2006-01-04 Thread NAKATA Maho
Hello list, I cannot do windows update inside of Windows 2000 SP4, vanilla qemu 0.8.0. Whenever I do windows update, I recived web server is not responding (or something like that in Japanese). Version of IE doesn't matter at all. o qemu 0.8.0 / FreeBSD 6.0 from ports o Windows 2000 SP4