From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyW7v-0005UY-2n for qemu-devel@nongnu.org; Thu, 06 Jul 2006 11:50:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyW7t-0005Sj-KD for qemu-devel@nongnu.org; Thu, 06 Jul 2006 11:50:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyW7t-0005ST-F2 for qemu-devel@nongnu.org; Thu, 06 Jul 2006 11:50:49 -0400 Received: from [66.249.92.175] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyW86-0002nF-ND for qemu-devel@nongnu.org; Thu, 06 Jul 2006 11:51:02 -0400 Received: by ug-out-1314.google.com with SMTP id j40so331874ugd for ; Thu, 06 Jul 2006 08:50:47 -0700 (PDT) Message-ID: <2ea3fae10607060850n710b24c2y472e09ec01c1c8cd@mail.gmail.com> Date: Thu, 6 Jul 2006 08:50:46 -0700 From: yhlu Subject: Re: [Qemu-devel] win64 In-Reply-To: <2ea3fae10606302115k2cd1ac0w6d9ef21a93e707a7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2ea3fae10606302115k2cd1ac0w6d9ef21a93e707a7@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org it works well with "-smp 1", but the "-smp 2" will have blue screen when it try to get into gui installation window. Also for 32 bit win, even "-smp 2", there will be only one cpu show up on the guest win... YH On 6/30/06, yhlu wrote: > win64 as guest? > > YH > > On 6/26/06, ZIGLIO, Frediano, VF-IT wrote: > > I got windows xp 64 working using current CVS. > > I still have problems with network, I had to use this patch > > > > Index: hw/rtl8139.c > > =================================================================== > > RCS file: /sources/qemu/qemu/hw/rtl8139.c,v > > retrieving revision 1.1 > > diff -u -1 -0 -r1.1 rtl8139.c > > --- hw/rtl8139.c 5 Feb 2006 04:14:41 -0000 1.1 > > +++ hw/rtl8139.c 26 Jun 2006 08:44:49 -0000 > > @@ -2826,21 +2826,21 @@ > > d = (PCIRTL8139State *)pci_register_device(bus, > > "RTL8139", > > sizeof(PCIRTL8139State), > > -1, > > NULL, NULL); > > pci_conf = d->dev.config; > > pci_conf[0x00] = 0xec; /* Realtek 8139 */ > > pci_conf[0x01] = 0x10; > > pci_conf[0x02] = 0x39; > > pci_conf[0x03] = 0x81; > > pci_conf[0x04] = 0x05; /* command = I/O space, Bus Master */ > > - pci_conf[0x08] = 0x20; /* 0x10 */ /* PCI revision ID; >=0x20 is for > > 8139C+ */ > > + pci_conf[0x08] = 0x10; /* 0x10 */ /* PCI revision ID; >=0x20 is for > > 8139C+ */ > > pci_conf[0x0a] = 0x00; /* ethernet network controller */ > > pci_conf[0x0b] = 0x02; > > pci_conf[0x0e] = 0x00; /* header_type */ > > pci_conf[0x3d] = 1; /* interrupt pin 0 */ > > pci_conf[0x34] = 0xdc; > > > > s = &d->rtl8139; > > > > /* I/O handler for memory-mapped I/O */ > > s->rtl8139_mmio_io_addr = > > > > without it using rtl3139 card windows hangs (it don't have driver for > > ne2000). Perhaps it would be helpful to add a rtl8139old card. > > With patch all is working however saving state and restoring (after > > quitting qemu) cause machine to hangs (mouse do not move, cursors do not > > blink, remote desktop give timeout but I can see cpu activity with info > > registers). > > > > bye > > Frediano Ziglio > > > > > > > > _______________________________________________ > > Qemu-devel mailing list > > Qemu-devel@nongnu.org > > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > >