RE: [kvm-devel] [Qemu-devel] [PATCH] USB 2.0 EHCI emulation

2008-02-28 Thread Arnon Gilboa
In hw/pc.c, replace usb_uhci_piix3_init(pci_bus, piix3_devfn + 2); With usb_ehci_init(pci_bus, piix3_devfn + 2); Note my comments on the original post: -tested on XP guest -does not support ISO transfers -timing issues -Original Message- From: Gerb Stralko [mailto:[EMAIL PROTECTED] Sent:

Re: [Qemu-devel] qemu/tcg/sparc

2008-02-28 Thread Igor Kovalenko
On Wed, Feb 27, 2008 at 8:51 PM, Blue Swirl <[EMAIL PROTECTED]> wrote: > CVSROOT:/cvsroot/qemu > Module name:qemu > Changes by: Blue Swirl 08/02/27 17:51:14 > > New directory: > tcg/sparc > I found a couple of typos with register references, please apply the following

Re: [kvm-devel] [Qemu-devel] [PATCH] USB 2.0 EHCI emulation

2008-02-28 Thread Gerb Stralko
> Attached is a repost of the preliminary patch implementing USB 2.0 EHCI > emulation. I want to start testing your patches for the EHCI stuff. Do i need to enable anything inorder to get EHCI emulation working after applying your patch? Unfortunately, with this patch it doesn't work for me.

Re: [Qemu-devel] Tips for adding "sendkeys"

2008-02-28 Thread David Barrett
I agree, it's only for convenience. Sendkey is great for individual keystrokes, but it's not super convenient for batches of keystrokes. Incidentally, what's the policy for patch submission to Qemu? If I write this patch and submit it, what are the odds that it would get accepted in the main

Re: [Qemu-devel] Tips for adding "sendkeys"

2008-02-28 Thread Alexander Graf
Hi David, On Feb 28, 2008, at 10:39 PM, David Barrett wrote: Hi there, can you give me any tips for where to get started adding a new function "sendkeys" to the monitor that is essentially like "sendkey" except for multiple keystrokes? I don't really think that is needed. The sendkey comma

RE : [Qemu-devel] Atheros Wireless Device Emulation

2008-02-28 Thread Sylvain Petreolle
The emulation works beautifully on windows Xp Pro SP2 guest and official Atheros drivers, no installation problems at all. Nice job ! > > Some infos about the patch: > - 2 lines added to pci.c you have to take recent e1000 inclusion to make it apply cleanly on CVS > - added function declaratio

[Qemu-devel] Tips for adding "sendkeys"

2008-02-28 Thread David Barrett
Hi there, can you give me any tips for where to get started adding a new function "sendkeys" to the monitor that is essentially like "sendkey" except for multiple keystrokes? I'm using Qemu for some automated testing (in conjunction with AutoIt on the guest XP image) and it's working great. E

[Qemu-devel] qemu/target-cris translate.c

2008-02-28 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/02/28 09:37:59 Modified files: target-cris: translate.c Log message: Cut the translation block after translating a break insn. This avoids an issue where QEMU finds an illegal CRIS ins

[Qemu-devel] qemu gdbstub.c target-cris/cpu.h target-cris/he...

2008-02-28 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/02/28 08:28:32 Modified files: . : gdbstub.c target-cris: cpu.h helper.c mmu.c op.c translate.c Log message: More consistent naming for CRIS register-number macros

Re: [Qemu-devel] [PATCH] gdbstub: Debug user-mode signals

2008-02-28 Thread Edgar E. Iglesias
On Thu, Feb 28, 2008 at 08:22:30PM +0100, Edgar E. Iglesias wrote: > Hello, > > This patch makes it possible to debug signal handlers when simulating > programs in user-mode. Without it, the session aborts as soon as a signal is > delivered. > > On CRIS I still cannot get GDB to unwind the stac

[Qemu-devel] [PATCH] gdbstub: Debug user-mode signals

2008-02-28 Thread Edgar E. Iglesias
Hello, This patch makes it possible to debug signal handlers when simulating programs in user-mode. Without it, the session aborts as soon as a signal is delivered. On CRIS I still cannot get GDB to unwind the stack beyond the signals return trampoline, but I'm pretty sure it's related to some

Re: [Qemu-devel] [PATCH] Fix qemu PPC breakage in monitor.c

2008-02-28 Thread Anthony Liguori
The CPU hotplug patches have not been applied to QEMU yet. Regards,, Anthony Liguori Jerone Young wrote: # HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1204150440 21600 # Branch merge # Node ID f255b23b6ef9461be4ee18fa0745f30c4fb66e6a # Parent 64a281615f436e65ca7fb2f3c272

Re: [Qemu-devel] [PATCH] Fix qemu PPC breakage in monitor.c

2008-02-28 Thread Jerone Young
For go this patch. It was not in upstream qemu. On Wed, 2008-02-27 at 16:35 -0600, Jerone Young wrote: > # HG changeset patch > # User Jerone Young <[EMAIL PROTECTED]> > # Date 1204150440 21600 > # Branch merge > # Node ID f255b23b6ef9461be4ee18fa0745f30c4fb66e6a > # Parent 64a281615f436e65ca7fb2

[Qemu-devel] Re: Atheros Wireless Device Emulation

2008-02-28 Thread Clemens Kolbitsch
On Thursday 28 February 2008 15:12:20 [EMAIL PROTECTED] wrote: > Atheros Wireless Device Emulation Hm... seems attachments don't go too well. Since it is a 9.500 LOC patch, I put here for download: http://stud4.tuwien.ac.at/~e0126605/qemu_atheros/atheros_wlan.patch Cheers

[Qemu-devel] bdrv_set_change_cb() /* XXX: no longer used */

2008-02-28 Thread Pat Campbell
In qemu 9.1 block.c I see: 794 /* XXX: no longer used */ 795 void bdrv_set_change_cb(BlockDriverState *bs, 796 void (*change_cb)(void *opaque), void *opaque) 797 { I also see that hw/ide.c and hw/sd.c call function bdrv_set_change_cb(). Is the comment wrong or is it an in

[Qemu-devel] [PATCH] Fix sun4m machine if MAX_FD != 2

2008-02-28 Thread Hervé Poussineau
Hi, In sun4m.c machine, attached patch removes assumption that MAX_FD is 2. Hervé Index: sun4m.c === RCS file: /sources/qemu/qemu/hw/sun4m.c,v retrieving revision 1.84 diff -u -r1.84 sun4m.c --- sun4m.c 11 Feb 2008 20:01:36 -000

[Qemu-devel] qemu/linux-user signal.c main.c

2008-02-28 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/02/28 11:29:27 Modified files: linux-user : signal.c main.c Log message: First try at supporting ordinary signals for CRIS linux-user guests. CVSWeb URLs: http://cvs.savannah.gnu.org/v

[Qemu-devel] qemu/tests/cris Makefile

2008-02-28 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/02/28 11:23:21 Modified files: tests/cris : Makefile Log message: Add small testcase for ordinary signals. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/cris/Makefile?cvs

[Qemu-devel] qemu/tests/cris check_sigalrm.c

2008-02-28 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/02/28 11:23:14 Added files: tests/cris : check_sigalrm.c Log message: Add small testcase for ordinary signals. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/cris/check_si

[Qemu-devel] [PATCH] Change the e1000 mmio addr space according to spec

2008-02-28 Thread Dor Laor
repository: /home/build/src/kvm branch: trunk commit cd5edbab7d647b81cbbf60d530068f2916658753 Author: Dor Laor <[EMAIL PROTECTED]> Date: Thu Feb 28 11:01:41 2008 +0200 Change the e1000 mmio addr space according to spec. According to the Intel 82540EM manual, the mmio space is 12