[Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-20 Thread Filip Navara
qemu-20050718-01-vaddr.patch Fix TB virtual page map for x86-64 (at least 48bits of VA must be honoured). qemu-20050718-02-insns.patch - Add support for AMD cache info MCR. - Fix INVLPG instruction in 64bit mode. - Implement the ENTER instruction for 64bit mode.

Re: [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc

2005-07-20 Thread Tero Kaarlela
J. Mayer wrote: Fabrice has a fix for this. You can also edit hw/ide.c and comment the one-line Darwin hack (easy to find). If this is what you mean: #ifdef TARGET_PPC /* XXX: currently a workaround for Darwin/PPC. Need to check the IDE spec to see if it is correct */

Re: [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc

2005-07-20 Thread J. Mayer
On Wed, 2005-07-20 at 19:40 +0300, Tero Kaarlela wrote: > Hi, > > I have been running debian 3.1r0a under Qemu-system-ppc(PREP). I just > noted few coupleof things: > > 1. Top gives really absurd values for processor % for few seconds then > it crashes see http://personal.inet.fi/koti/ekaso

Re: [Qemu-devel] Open Hack'Ware question

2005-07-20 Thread J. Mayer
On Thu, 2005-07-14 at 10:32 -0500, Brian Wheeler wrote: > All of the websites that are referred to in the docs and source are > missing. Is there another place to get it? I'm tinkering with the idea > to try to boot aix on qemu. There was a broken link. I just fixed it. But, for your informatio

[Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc

2005-07-20 Thread Tero Kaarlela
Hi, I have been running debian 3.1r0a under Qemu-system-ppc(PREP). I just noted few coupleof things: 1. Top gives really absurd values for processor % for few seconds then it crashes see http://personal.inet.fi/koti/ekasorvaus/qemuppc.png 2. If I launch with -cdrom sarge.iso and start usin

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Paul Brook
> I get the following error: > In file included from C:/dev/msys/1.0/home/xian/qemu-0.7.0/hw/pcnet.c:64: > C:/dev/msys/1.0/home/xian/qemu-0.7.0/hw/pcnet.h: In function `padr_match': > C:/dev/msys/1.0/home/xian/qemu-0.7.0/hw/pcnet.h:531: error: > dereferencing pointer to incomplete type >... > s

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Filip Navara
Christian MICHON wrote: Yes, this one ! I think I understand now why it's not in the mainline yet. This is only for linux hosts. I doesn't compile (yet :) ) on Windows hosts. I already tapped into the patch to see if I can make it work on Windows. Christian Hmm, I used it on Windo

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Christian MICHON
When I try to replace bcmp (inexistant in mingw32) with memcmp inside pcnet.h, like this: int result = (!CSR_DRCVPA(s)) && !bcmp(hdr->ether_dhost, padr, 6); into int result = (!CSR_DRCVPA(s)) && !bcmp(hdr->ether_dhost, padr, 6); I get the following error: In file included from C:/dev/msys/1.0/

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Christian MICHON
> > Yes, this one ! I think I understand now why it's not in the mainline yet. This is only for linux hosts. I doesn't compile (yet :) ) on Windows hosts. I already tapped into the patch to see if I can make it work on Windows. Christian ___ Qemu-de

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Christian MICHON
anyway, this patch as it is fails on v0.7.0 needs re-alignment badly... if you've an updated patch, could you post it, please ? Thx Christian On 7/20/05, Ludovic Drolez <[EMAIL PROTECTED]> wrote: > Paul Brook wrote: > > A reference URL would be handy. I assume you mean: > > > > http://dad-answers

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Ludovic Drolez
Paul Brook wrote: A reference URL would be handy. I assume you mean: http://dad-answers.com/qemu/patches/AMD-PCNET-II/qemu-pcnet.patch6.gz Yes, this one ! -- Ludovic DROLEZ ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Christian MICHON
or maybe this one, containing more of Anthony's patches: http://cyberkinetica.homeunix.net/qemu/ :) Christian On 7/20/05, Paul Brook wrote: > A reference URL would be handy. I assume you mean: > > http://dad-answers.com/qemu/patches/AMD-PCNET-II/qemu-pcnet.patch6.gz > ___

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Paul Brook
On Wednesday 20 July 2005 11:32, Ludovic Drolez wrote: > Hi ! > > I've tried the latest AMD pcnet patch (made by Antony T Curtis) with qemu > 0.7 because I was tired of the sloooww PXE booting of my QEMU. For exemple, > to load a linux kernel + initrd over TFTP, it takes 4m30s with a ne2000, > and

[Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Ludovic Drolez
Hi ! I've tried the latest AMD pcnet patch (made by Antony T Curtis) with qemu 0.7 because I was tired of the sloooww PXE booting of my QEMU. For exemple, to load a linux kernel + initrd over TFTP, it takes 4m30s with a ne2000, and 1m35s with the PCNET card. I had no problems with this drive