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

2005-07-21 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] Can you commit the pcnet patch ?

2005-07-21 Thread Lars Munch
On Wed, Jul 20, 2005 at 12:32:10PM +0200, 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

[Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Mike Kronenberg
Based on experiences with Q, I rewrote the cocoa port. It features now: - Keyboard - Mouse - Full screen - Hardware CD-Rom support - Possibility to create/save guest PC profiles - Toolbar to load images for fd/cd and save/shutdown/reset guest PC - graphic interface to create/change/delete/start

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Hetz Ben Hamo
I just looked at the screenshots, and if you don't mind, I want to offer few suggestions for your GUI: 1. RAM size - how about adding up/down arrows (in addition to what you have right now) to increase RAM? 2. Instead of Radio buttons in the Floppy/CDROM/Hard drive, I would suggest to replace it

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

2005-07-21 Thread Filip Navara
; lcall; lret - Support the PREFETCHW instruction. This time with the correct patch (qemu-20050721-02-insns.patch). qemu-20050718-03-apic.patch [snip] I forgot to credit malc_ for his extensive testing, ideas and general help with this patch. Thanks! - Filip Index: target-i386/cpu.h

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

2005-07-21 Thread Christian MICHON
Hi Filip, On 7/20/05, Filip Navara wrote: Hmm, I used it on Windows some time ago... did it work ? I manage to update and compile the patch for qemu 0.7.0 and windows host (see attached file). I added some #ifdef and followed Paul's hint of yesterday (thx Paul :) ). It compiles fine, but all

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Mike Kronenberg
Hetz Ben Hamo wrote: I just looked at the screenshots, and if you don't mind, I want to offer few suggestions for your GUI: 1. RAM size - how about adding up/down arrows (in addition to what you have right now) to increase RAM? Good Idea. How should they id/decrement the value? One by one

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

2005-07-21 Thread Paul Brook
On Thursday 21 July 2005 08:29, Lars Munch wrote: On Wed, Jul 20, 2005 at 12:32:10PM +0200, 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

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Hetz Ben Hamo
On 7/21/05, Mike Kronenberg [EMAIL PROTECTED] wrote: Hetz Ben Hamo wrote: I just looked at the screenshots, and if you don't mind, I want to offer few suggestions for your GUI: 1. RAM size - how about adding up/down arrows (in addition to what you have right now) to increase RAM?

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread René Korthaus
Am 21.07.2005 um 14:33 schrieb Mike Kronenberg: Hetz Ben Hamo wrote: I just looked at the screenshots, and if you don't mind, I want to offer few suggestions for your GUI: 1. RAM size - how about adding up/down arrows (in addition to what you have right now) to increase RAM? Good

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

2005-07-21 Thread Brian Wheeler
On Wed, 2005-07-20 at 22:49 +0200, J. Mayer wrote: 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

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

2005-07-21 Thread Brian Wheeler
After checking strings it looks like bootfile.exe is a bootloader that pounds openfirmware rather extensively. Hmm. Is there a way to load a real ibm firmware into qemu? Since I have access to machines it might be an interesting experiment. Brian On Thu, 2005-07-21 at 09:30 -0500, Brian

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

2005-07-21 Thread Karel Gardas
On Thu, 21 Jul 2005, Brian Wheeler wrote: But, for your information, AIX boot has been tested and does not boot. The reason is it use a specific boot file format (with AIXM magic at start) and I did not spent any time to discover where is stored the code offset (but I know what the offset value

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

2005-07-21 Thread Jocelyn Mayer
On Thu, 2005-07-21 at 16:54 +0200, Karel Gardas wrote: On Thu, 21 Jul 2005, Brian Wheeler wrote: But, for your information, AIX boot has been tested and does not boot. The reason is it use a specific boot file format (with AIXM magic at start) and I did not spent any time to discover

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Jim C. Brown
On Thu, Jul 21, 2005 at 04:00:12PM +0200, Ren? Korthaus wrote: That is what I was also thinking about for some time, but first we should then agree on an universal way of saving configurations (this was already been touched by the list some time ago, couldnt find the mails by now). As I

Re: [Qemu-devel] Network code on AMD64

2005-07-21 Thread Jim C. Brown
On Thu, Jul 21, 2005 at 12:32:32PM +0100, Paul LeoNerd Evans wrote: Apologies if this issue has already been solved, by the way; I've only just joined the mailing list... No, this problem has come up a couple times but until now no one has actually tried to fix them. Good job. But there's

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

2005-07-21 Thread Karel Gardas
On Thu, 21 Jul 2005, Jocelyn Mayer wrote: That would be cool, since this will also help me with booting RTEMS/PowerPC apps (which are also standard multi-boot elfs) Unfortunately, I've not been able to come with any patch for this yet... You should be able to boot an ELF image using -kernel

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

2005-07-21 Thread Ludovic Drolez
Christian MICHON wrote: = Probing pci nic... [lancepci]pcnet32.c: Found lancepci, Vendor=0x1022 Device=0x2000 lancepci: 52:54:00:12:34:56 at ioaddr C020, No MII tranceiver found! = Very strange... I had no

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Stealth Dave
On Jul 21, 2005, at 6:46 AM, Hetz Ben Hamo wrote: On 7/21/05, Mike Kronenberg [EMAIL PROTECTED] wrote: Hetz Ben Hamo wrote: I'm thinking of a new way to store the images and saved VMs, too. Maybe we could make something like vpc: A package with the config, disk-images and saved VMs, located

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah but the Library is a obscure place, and VirtualPC for example uses Documents with packages inside and I think that is an elegant way and also will help deal with old users. Also VPC uses XML for hardware description and should be easy to

[Qemu-devel] We kindly ask you to get to know wit h this letter. ¹1149-AFRRQA

2005-07-21 Thread Stephen Marenger
Our company deals with the software development, creation of human-engineered interface web-sites and modern design. We work with the clients from Canada, United Kingdom, Deutschland and the USA. Our Head Office is located in Lithuania. Our employees are all around the world and they

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

2005-07-21 Thread Antony T Curtis
On Thu, 2005-07-21 at 15:49 +0200, Christian MICHON wrote: I tried using pxe (at least the probe) to get more diagnostics regarding this pcnet failure. Based on the windows host patches I posted earlier on, I get this message: = Probing pci

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

2005-07-21 Thread Filip Navara
Filip Navara wrote: Christian MICHON wrote: Hi Filip, On 7/20/05, Filip Navara wrote: Hmm, I used it on Windows some time ago... did it work ? I manage to update and compile the patch for qemu 0.7.0 and windows host (see attached file). I added some #ifdef and followed Paul's hint

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

2005-07-21 Thread Fabrice Bellard
Paul Brook wrote: On Thursday 21 July 2005 08:29, Lars Munch wrote: On Wed, Jul 20, 2005 at 12:32:10PM +0200, 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

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

2005-07-21 Thread J. Mayer
On Thu, 2005-07-21 at 17:33 +0200, Karel Gardas wrote: On Thu, 21 Jul 2005, Jocelyn Mayer wrote: That would be cool, since this will also help me with booting RTEMS/PowerPC apps (which are also standard multi-boot elfs) Unfortunately, I've not been able to come with any patch for this

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

2005-07-21 Thread Christian MICHON
On 7/21/05, Filip Navara wrote: Ok, I lost the compilation patch ... but the other one is here: www.volny.cz/xnavara/pcnet.c.diff the qemu instance still crashes. I'm using plain http://ftp.sh.cvut.cz/MIRRORS/slax/SLAX-5.0.x/special-editions/slax-frodo-5.0.6.iso for testing. As soon as

Re: [Qemu-devel] Network code on AMD64

2005-07-21 Thread Paul LeoNerd Evans
On Thu, Jul 21, 2005 at 11:25:43AM -0400, Jim C. Brown wrote: But there's a problem. Currently my only test image is a Windows 98SE install - not best known for being able to properly debug - I shall have to test with a decent Knoppix or something like that... But I find that if I start up

Re: [Qemu-devel] PowerPC64 and more

2005-07-21 Thread J. Mayer
On Fri, 2005-07-22 at 00:10 +0200, Filip Navara wrote: J. Mayer wrote: Here's a long awaited patch (hum, Fabrice ? ;-) ). It is really invasive in the target-ppc subdirectory. [snip] wow, you repeated my and Fabrice's mistake once more ... think about the code below more :) note:

Re: [Qemu-devel] PowerPC64 and more

2005-07-21 Thread Filip Navara
J. Mayer wrote: On Fri, 2005-07-22 at 00:10 +0200, Filip Navara wrote: J. Mayer wrote: Here's a long awaited patch (hum, Fabrice ? ;-) ). It is really invasive in the target-ppc subdirectory. [snip] wow, you repeated my and Fabrice's mistake once more ... think about the

Re: [Qemu-devel] PowerPC64 and more

2005-07-21 Thread Joe Batt
On Fri, 2005-07-22 at 00:37 +0200, J. Mayer wrote: We agreed with Fabrice that there should be at least one more indirection in page mapping, because it would cost too much memory to try to map the whole needed memory space in one table, even if we can forget some of the middle bits in most

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Joshua Root
On 21 Jul 2005, Natalia Portillo [EMAIL PROTECTED] wrote: El 21/07/2005, a las 18:33, Stealth Dave escribió: On Jul 21, 2005, at 6:46 AM, Hetz Ben Hamo wrote: On 7/21/05, Mike Kronenberg [EMAIL PROTECTED] wrote: Hetz Ben Hamo wrote: I'm thinking of a new way to store the images and saved