[Qemu-devel] Re: [RFC] qemu-gui based on wxWidgets and libvncclient

2006-10-15 Thread Anthony Liguori
Marc André Tanner wrote: Hi, During the last few weeks i was playing around with the idea to implement a GUI for qemu and so this is what i came up with. Cool. You should checkout virt-manager. It has much the same mission as what you describe. Since i am still pretty new to C/C++ develo

Re: [Qemu-devel] Question about target port

2006-10-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Martin Guy" <[EMAIL PROTECTED]> writes: : > How can I change target CPU to Atmel's AVR and don't care about host. : > i.e:host CPU is X86(PC),target CPU is Atmel's AVR. : : Hi : Atmel AVR is a different processor from the ones that QEMU emulates. : Yo

Re: [Qemu-devel] Question about target port

2006-10-15 Thread Paul Brook
On Tuesday 10 October 2006 12:07, Martin Guy wrote: > > How can I change target CPU to Atmel's AVR and don't care about host. > > i.e:host CPU is X86(PC),target CPU is Atmel's AVR. > > Hi > Atmel AVR is a different processor from the ones that QEMU emulates. > You would need to implement an entir

[Qemu-devel] Re: [osol-discuss] SUNWqemu-0.8.2, REV=2006.10.14-sol8-sparc-opt.pkg released

2006-10-15 Thread Dennis Clarke
> Martin Bochnig wrote: > >>Hello, >> >>uploading gdiff and sparc-pkg to www.martux.org/qemu/RELEASES/sparc and >>to the opensolaris site. >>In a few minutes. >> >> > > > Ouch, file too big: > > File 1 (SUNWqemu-0.8.2,REV=2006.10.14-sol8-sparc-opt.pkg.gz) was > ignored. The file size is 28080k, wh

[Qemu-devel] qemu-mips on x86: stat() broken in 0.8.2

2006-10-15 Thread Dave Denholm
Hi, I think emulation of stat() on qemu-mips (big-endian) hosted on x86 is broken. Or more generally, probably either-endian mips on the opposite-endian host. In linux-user/syscall.c around line 2892 in the 0.8.2 release, it uses tswapl() for ppc, and tswap16() for all other targets. But targ

Re: [Qemu-devel] Question about target port

2006-10-15 Thread Martin Guy
How can I change target CPU to Atmel's AVR and don't care about host. i.e:host CPU is X86(PC),target CPU is Atmel's AVR. Hi Atmel AVR is a different processor from the ones that QEMU emulates. You would need to implement an entire new emulation inside QEMU; that is a LOT of work in C programmin

Re: [Qemu-devel] qemu-0.8.2 i386 -kernel hangs when gdt and idt are zero length

2006-10-15 Thread Fabrice Bellard
John Reiser wrote: Hi, Under qemu-0.8.2 when emulating i386 -kernel in protected mode, and if both the idt and gdt have length zero, then trying to load a segment register loops for a very long time. cli lidtl empty_idt lgdtl empty_gdt # %cs info persists in internal

[Qemu-devel] VMDK disk format.

2006-10-15 Thread Igor Lvovsky
  Hello, I have a question about software contribution. I add the snapshot (VMDK style) capabilities to the VMDK module according to the "Virtual Disk Format 1.0" document. How can I contribute it?      Regards,  Igor ___

Re: [Qemu-devel] qemu and kernel 2.6.18

2006-10-15 Thread Tace
Hi, That might be some security issues with removal of that capability check. I think it is not a good idea to remove it. 2006/10/14, chris friedhoff <[EMAIL PROTECTED]>: Hello, bringing up the tun/tap interface depends now on the capability CAP_NET_ADMIN, which usually only root has. This