Re: [Qemu-devel] [PATCH] OSX x86_64 host support

2007-12-11 Thread Markus Hitter
Am 09.12.2007 um 17:52 schrieb Mike Kronenberg: On the other hand, the QT implementation is and remains the fastest solution, as no of the other allows directly accessing the video- buffer, which results in way more copying. Likely, QT doesn't come with it's own set of video drivers, but

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Fabrice Bellard
Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several projects insists to have a similar interface. Regards, Fabrice. Yuval Kashtan wrote: Some answers: -

Re: [Qemu-devel] Re: [PATCH] mark host pages as reserved

2007-12-11 Thread Fabrice Bellard
Magnus Damm wrote: Hi everyone, On Dec 5, 2007 5:45 PM, Magnus Damm [EMAIL PROTECTED] wrote: Hi all, This patch teaches the user space emulator about host pages. It marks present host page mappings with PAGE_RESERVED so mmap_find_vma() properly can detect that pages at mmap_next_start should

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Laurent Vivier
Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several projects insists to have a

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Brad Campbell
Laurent Vivier wrote: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several projects

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Dor Laor
Laurent Vivier wrote: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Andreas Färber
Am 11.12.2007 um 10:23 schrieb Laurent Vivier: perhaps the DBUS interface can replace the command line monitor ? We have just to move the command line interface to a client speaking to qemu through the DBUS interface. That would work for few platforms only! Andreas

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Heikki Lindholm
Laurent Vivier kirjoitti: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Laurent Vivier
Le mardi 11 décembre 2007 à 11:20 +0100, Andreas Färber a écrit : Am 11.12.2007 um 10:23 schrieb Laurent Vivier: perhaps the DBUS interface can replace the command line monitor ? We have just to move the command line interface to a client speaking to qemu through the DBUS interface.

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Andreas Färber
Am 11.12.2007 um 11:29 schrieb Laurent Vivier: Le mardi 11 décembre 2007 à 11:20 +0100, Andreas Färber a écrit : Am 11.12.2007 um 10:23 schrieb Laurent Vivier: perhaps the DBUS interface can replace the command line monitor ? We have just to move the command line interface to a client

[Qemu-devel] An architectural question

2007-12-11 Thread Balazs Attila-Mihaly (Cd-MaN)
Hello all, First of all I want to apologize for this mail and hope that I won't wast to much of your valuable time hacking on Qemu ;-). My goal is to implement a tracing system in Qemu, which would suspend the emulation at certain points (determined by linear addresses), dump some information

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Avi Kivity
Fabrice Bellard wrote: Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several projects insists to have a similar interface. I think that many projects now

[Qemu-devel] patch: block-vvfat.c add no-mbr: option

2007-12-11 Thread Tristan Gingold
Hi, this very simple patch allows to suppress the (virtual) mbr of block- vvfat. Without an mbr, the fat filesystem starts obviously at block 0. Some simple OS doesn't support mbr. Tristan. qemu.diff Description: Binary data

[Qemu-devel] patch: ppc_prep.c: use qemu_alloc_ram

2007-12-11 Thread Tristan Gingold
Hi, this patch updates ppc_prep.c. It now uses qemu_ram_alloc. The original purpose of this patch was being able to use a bios bigger than 1MB. And updating ppc_prep.c was a better way than increasing BIOS_SIZE. Tristan. qemu.diff Description: Binary data

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Anthony Liguori
Avi Kivity wrote: Fabrice Bellard wrote: Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several projects insists to have a similar interface. I think that

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Anthony Liguori
Dor Laor wrote: Laurent Vivier wrote: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Mon, Dec 10, 2007 at 10:28:01AM +0200, Yuval Kashtan wrote: Hello All, Attached is a proposed patch which adds DBus support to QEMU. DBus is a standard message bus for linux ( http://www.freedesktop.org/wiki/Software/dbus ) The idea behind this is to allow for external programs such as

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 01:05:38PM +0200, Avi Kivity wrote: Fabrice Bellard wrote: Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to maintain in addition to the command line monitor. However, I can change my mind if several projects insists

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 08:51:32AM -0600, Anthony Liguori wrote: Dor Laor wrote: Laurent Vivier wrote: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 08:51:32AM -0600, Anthony Liguori wrote: Dor Laor wrote: Laurent Vivier wrote: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested in integrating it into QEMU as it is one more API level to

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Anthony Liguori
Daniel P. Berrange wrote: On Tue, Dec 11, 2007 at 08:51:32AM -0600, Anthony Liguori wrote: Dor Laor wrote: Laurent Vivier wrote: Le mardi 11 décembre 2007 à 10:10 +0100, Fabrice Bellard a écrit : Hi, Hi, At this point I am not interested

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Yuval Kashtan
As I can see, There is HUGH interest in management API for QEMU. seemly, DBus is NOT the right solution for direct integration into QEMU as it is not cross platform enough, pose extra dependency and (probably) not suitable for embedded systems. Keeping only the old monitor interface with no

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 04:17:51PM +0100, Jean-Christian de Rivaz wrote: Anthony Liguori a écrit : The main objection I have to dbus is that it's very heavy weight. It implies a rather fat infrastructure and it not very suitable for embedding. QEMU has very few dependencies and that is a

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Jean-Christian de Rivaz
Anthony Liguori a écrit : The main objection I have to dbus is that it's very heavy weight. It implies a rather fat infrastructure and it not very suitable for embedding. QEMU has very few dependencies and that is a strength ATM. People interested in embedding QEMU still want a good

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 05:21:08PM +0200, Yuval Kashtan wrote: As I can see, There is HUGH interest in management API for QEMU. seemly, DBus is NOT the right solution for direct integration into QEMU as it is not cross platform enough, pose extra dependency and (probably) not suitable for

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Anthony Liguori
Yuval Kashtan wrote: As I can see, There is HUGH interest in management API for QEMU. seemly, DBus is NOT the right solution for direct integration into QEMU as it is not cross platform enough, pose extra dependency and (probably) not suitable for embedded systems. Keeping only the old

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Richard W.M. Jones
Anthony Liguori wrote: Daniel P. Berrange wrote: Or have 2 monitor interaction modes. One mode uses the command line style suitable for people / scripting languages. The other umode ses a binary XDR protocol for serializing the args returns values for formal control APIs to use in a easy

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 09:16:43AM +0200, Yuval Kashtan wrote: - This is very useful when you want to manage and control QEMU, for instance developing a GUI to attach and detach usb devices or controlling more than one instance of QEMU from a single management point, receiving parameters

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Anthony Liguori
Richard W.M. Jones wrote: Anthony Liguori wrote: Daniel P. Berrange wrote: Or have 2 monitor interaction modes. One mode uses the command line style suitable for people / scripting languages. The other umode ses a binary XDR protocol for serializing the args returns values for formal

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Avi Kivity
Daniel P. Berrange wrote: I think that many projects now want to control qemu programatically. The monitor is not a good interface since it is text-based, hard to parse, and liable to change without notice when new features are added. However, I agree that having many similar constructs is

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 09:48:22AM -0600, Anthony Liguori wrote: Richard W.M. Jones wrote: Actually, this was the original intention of the -name parameter. What a management tool would want to do is: 1) if -name is specified by user, generate one with uuidgen 2) pass -name name and

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Dor Laor
Anthony Liguori wrote: Richard W.M. Jones wrote: Anthony Liguori wrote: Daniel P. Berrange wrote: Or have 2 monitor interaction modes. One mode uses the command line style suitable for people / scripting languages. The other umode ses a binary XDR protocol for serializing the args

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Avi Kivity
Anthony Liguori wrote: Yuval Kashtan wrote: As I can see, There is HUGH interest in management API for QEMU. seemly, DBus is NOT the right solution for direct integration into QEMU as it is not cross platform enough, pose extra dependency and (probably) not suitable for embedded systems.

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Richard W.M. Jones
Avi Kivity wrote: libqemumonitor.so is an excellent idea. perhaps the libvirt code can be used as a base? We should also provide bindings to the saner languages that management apps are typically written in. Libvirt has most of the major languages covered now. The only language I'm aware

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Fabrice Bellard
Daniel P. Berrange wrote: On Tue, Dec 11, 2007 at 09:16:43AM +0200, Yuval Kashtan wrote: - This is very useful when you want to manage and control QEMU, for instance developing a GUI to attach and detach usb devices or controlling more than one instance of QEMU from a single management point,

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Avi Kivity
Paul Brook wrote: Why can't we make the monitor interface a formal interface? Because then fixing a type or extending the interface becomes a pain. It's also much more difficult to specify a text-base interface completey, compared to a C api (where sometimes all you need is the header

[Qemu-devel] [BUG][PATCH] execve processesing NULL args

2007-12-11 Thread Thayne Harbaugh
Here's a patch to avoid processing NULL args in execve. It prevents trying to dereference NULL. Index: qemu/linux-user/syscall.c === --- qemu.orig/linux-user/syscall.c 2007-11-19 20:45:20.0 -0700 +++

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Anthony Liguori
Daniel P. Berrange wrote: On Tue, Dec 11, 2007 at 09:48:22AM -0600, Anthony Liguori wrote: Richard W.M. Jones wrote: Actually, this was the original intention of the -name parameter. What a management tool would want to do is: 1) if -name is specified by user, generate one with uuidgen

Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Daniel P. Berrange
On Tue, Dec 11, 2007 at 10:49:05AM -0600, Anthony Liguori wrote: Daniel P. Berrange wrote: On Tue, Dec 11, 2007 at 09:48:22AM -0600, Anthony Liguori wrote: Richard W.M. Jones wrote: Actually, this was the original intention of the -name parameter. What a management tool would want to

[Qemu-devel] [PATCH] linux-user, Add missing break just before execve.

2007-12-11 Thread Takashi Yoshii
Small patch around execve again. Now unlinkat() goes through into execve. Here is the fix. /yoshii diff -u -p -r1.157 syscall.c --- a/linux-user/syscall.c 9 Dec 2007 23:12:55 - 1.157 +++ b/linux-user/syscall.c 11 Dec 2007 17:02:11 - @@ -3177,6 +3176,7 @@ abi_long

[Qemu-devel] [PATCH] SH4, Add more float instructions.

2007-12-11 Thread Takashi Yoshii
Hi, I found some instructions missing on SH4, and added some. Graphics extentions(like sin/cos/sqrt/vector op) are still missing, but I believe no one need them, at least, so far. fneg is implemented as 32bit op, according to the programming manual. /yoshii diff -u -p -r1.10 op.c ---

[Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...

2007-12-11 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/12/11 19:33:21 Modified files: pc-bios: README openbios-sparc32 openbios-sparc64 Log message: Update OpenBIOS images to SVN revision 181. Changes: r177: Reset

[Qemu-devel] qemu cpu-exec.c exec-all.h exec.c translate-all.c

2007-12-11 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/12/11 19:35:45 Modified files: . : cpu-exec.c exec-all.h exec.c translate-all.c Log message: Fix code generation buffer overflow reported by TeLeMan CVSWeb URLs:

[Qemu-devel] qemu Makefile.target cpu-exec.c target-sparc/op.c

2007-12-11 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/12/11 19:39:25 Modified files: . : Makefile.target cpu-exec.c target-sparc : op.c Log message: Partial fix to Sparc32 Linux host global register mangling problem

[Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present

2007-12-11 Thread Ryan Harper
3 files changed, 38 insertions(+), 2 deletions(-) Makefile.target |5 - configure | 26 ++ smbios.c|9 - # HG changeset patch # User Ryan Harper [EMAIL PROTECTED] # Date 1197402122 21600 # Node ID 115f40a4994be1d5b44ef193b3ccbe8e26410eef #

[Qemu-devel] [PATCH 0 of 3] Add SMBIOS/DMI table generation to PC machine

2007-12-11 Thread Ryan Harper
This patchset introduces SMBIOS/DMI table generation to qemu for PC machines. The intial patch includes all changes needed to create the tables and load them into memory. This patch depends on libuuid. The subsequent patches detect for libuuid and optionally link to the library if present. The

[Qemu-devel] [PATCH 1 of 3] export SMBIOS/DMI tables to PC machines

2007-12-11 Thread Ryan Harper
5 files changed, 749 insertions(+), 3 deletions(-) Makefile.target |4 hw/pc.c | 45 smbios.c| 517 +++ smbios_types.h | 182 +++ sysemu.h|4 # HG changeset patch # User Ryan Harper [EMAIL

[Qemu-devel] qemu qemu-doc.texi

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/11 21:56:43 Modified files: . : qemu-doc.texi Log message: Update documention with '-drive' usage (Laurent Vivier). CVSWeb URLs:

[Qemu-devel] qemu/hw ide.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/11 22:15:29 Modified files: hw : ide.c Log message: IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). CVSWeb URLs:

[Qemu-devel] qemu vnc.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/11 22:31:32 Modified files: . : vnc.c Log message: Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori). CVSWeb URLs:

Re: [Qemu-devel] [PATCH] Capture network traffic to a tcpdump file - updated

2007-12-11 Thread Paul Brook
On Tuesday 11 December 2007, andrzej zaborowski wrote: On 10/12/2007, Balazs Attila-Mihaly (Cd-MaN) [EMAIL PROTECTED] wrote: Here goes v0.2 for my patch :-) Changes - now the option is a separate command line switch: -net capture,vlan=2,file=test.pcap - it is also available from the

[Qemu-devel] qemu vl.c linux-user/syscall.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/11 23:23:52 Modified files: . : vl.c linux-user : syscall.c Log message: Add missing break just before execve, by Takashi Yoshii. Fix a

[Qemu-devel] [PATCH] print default cpu_model

2007-12-11 Thread Thayne Harbaugh
The linux-user qemu help usage doesn't output the default cpu_model in the usage. This patch is a minimal code change to output the default cpu_model. Index: qemu/linux-user/main.c === --- qemu.orig/linux-user/main.c 2007-12-11

[Qemu-devel] qemu hw/sh_serial.c linux-user/syscall.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/12 00:40:25 Modified files: hw : sh_serial.c linux-user : syscall.c Log message: sh_serial: enable tx after reset (Magnus Damm). CVSWeb URLs:

[Qemu-devel] [PATCH] arm eabi TLS

2007-12-11 Thread Thayne Harbaugh
I believe Paul Brook did the original patch for arm eabi TLS. The patch has bounced around for a bit but hasn't been applied. We've been using this patch for a while and have tweaked it to be a bit more correct as far as code organization. Please let me know what else should be improved for

[Qemu-devel] [PATCH] futimesat()

2007-12-11 Thread Thayne Harbaugh
This futimesat() patch for linux-user was never applied. Index: qemu/linux-user/syscall.c === --- qemu.orig/linux-user/syscall.c 2007-11-20 21:02:40.0 -0700 +++ qemu/linux-user/syscall.c 2007-11-20 21:03:59.0 -0700 @@

Re: [Qemu-devel] high resolution timer question

2007-12-11 Thread Robert Reif
Blue Swirl wrote: On 12/10/07, Robert Reif [EMAIL PROTECTED] wrote: Writing data to a serial port on the sparc emulation happens immediately. I would like to throttle the write speed to match the actual baud rate. What's the best way to do this in qemu? Will QEMUTimer work for a 1

[Qemu-devel] qemu/hw sh.h sh7750.c sh_timer.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/12 01:11:43 Modified files: hw : sh.h sh7750.c sh_timer.c Log message: Adds interrupt support to the sh specific timer code (Magnus Damm). CVSWeb URLs:

[Qemu-devel] qemu cpu-all.h exec.c linux-user/mmap.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/12 01:16:24 Modified files: . : cpu-all.h exec.c linux-user : mmap.c Log message: Mark host pages as reserved (Magnus Damm). CVSWeb URLs:

Re: [Qemu-devel] Re: [PATCH 2/3] virtio network device

2007-12-11 Thread Rusty Russell
On Sunday 09 December 2007 09:02:48 Anthony Liguori wrote: If QEMU ever got true SMP support, then virtio would not work as it requires 16-bit atomic writes which AFAIK is not possible on a number of non-x86 architectures. Hmm? Where is this requirement coming from? I think everyone should

Re: [Qemu-devel] [PATCH] arm eabi TLS

2007-12-11 Thread Paul Brook
On Wednesday 12 December 2007, Thayne Harbaugh wrote: I believe Paul Brook did the original patch for arm eabi TLS. The patch has bounced around for a bit but hasn't been applied. We've been using this patch for a while and have tweaked it to be a bit more correct as far as code

Re: [Qemu-devel] Re: [PATCH 2/3] virtio network device

2007-12-11 Thread Anthony Liguori
Rusty Russell wrote: On Sunday 09 December 2007 09:02:48 Anthony Liguori wrote: If QEMU ever got true SMP support, then virtio would not work as it requires 16-bit atomic writes which AFAIK is not possible on a number of non-x86 architectures. Hmm? Where is this requirement coming

[Qemu-devel] [Patch 1/2][PXA27x] initial keypad support

2007-12-11 Thread Armin
Hello, Please consider this for inclusion Here is an attempt to add PXA27x keypad support. It currently only supports the matrix type interface. It still needs direct and mulitswitch support added. Just wanted to get something out there for folks to pound on. Comment and feedback welcome.

[Qemu-devel] [Patch 2/2][PXA27x] Mainstone keypad support

2007-12-11 Thread Armin
This is the mainstone II keypad support for alpha numeric keypad. excludes the multiswitch and rotatory switch support Needs [Patch 1/2][PXA27x] initial keypad support patch in order to work - Armin Index: qemu/hw/mainstone.c ===

Re: [Qemu-devel] high resolution timer question

2007-12-11 Thread Robert Reif
Robert Reif wrote: The problem I'm having is with sparc32 using a sun openboot image in nographics mode where the prom uses serial port A as the system console. The serial port output shows up in the host terminal window that qemu was started in. Characters written to serial port A are not

[Qemu-devel] [PATCH] QEMU_STRACE documentation

2007-12-11 Thread Thayne Harbaugh
This patch adds documentation for the QEMU_STRACE environment setting. Index: qemu/qemu-doc.texi === --- qemu.orig/qemu-doc.texi 2007-12-11 19:00:53.0 -0700 +++ qemu/qemu-doc.texi 2007-12-11 19:16:28.0 -0700 @@

Re: [Qemu-devel] high resolution timer question

2007-12-11 Thread Robert Reif
Robert Reif wrote: Characters written to serial port A are not reliably making it to the screen. Turning on serial debugging shows that the characters are written to the serial port. The characters do make it to the screen when debugging. The problem seems to be caused by multiple streams