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

2007-12-11 Thread andrzej zaborowski
Hi, On 12/12/2007, Armin <[EMAIL PROTECTED]> wrote: > 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 fe

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 o

[Qemu-devel] Windows build broken

2007-12-11 Thread Balazs Attila-Mihaly (Cd-MaN)
Trying to build the current CVS Head with Mingw under windows, the result is the following error message: In file included from tap-win32.c:31: sysemu.h:125: error: syntax error before ';' token sysemu.h:137: error: syntax error before ',' token sysemu.h:138: error: syntax error before ')' token

[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 @@ -2437,6

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 reli

[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 ===

[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. -

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 fro

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 organizat

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

[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 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: http://cvs.savanna

[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 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: http://cvs.savanna

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 millise

[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 @@ -

[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 this

[Qemu-devel] [PATCH] zero/NULL fixes.

2007-12-11 Thread Thayne Harbaugh
The EFAULT changes use a result of NULL to detect a failure from lock*() functions. There are syscalls that accept NULL as a valid argument and now the syscalls return -EFAULT. These patches allow appropriate syscalls to accept NULL. I have put together a regression test harness wrapped around t

[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 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: http://cvs.sava

Re: [Qemu-devel] [Bug][PATCH] Fatal error caused by wrong memory access

2007-12-11 Thread andrzej zaborowski
On 30/11/2007, Stefan Weil <[EMAIL PROTECTED]> wrote: > What about my bug report? Up to now I got no replies. > > Please include the patch in CVS HEAD - or tell me why you won't do so. Please check that you can still reproduce the error. pbrook explains that tb->size cannot be zero unless there's

[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 16:14:

[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 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 comment typo.

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 availabl

[Qemu-devel] qemu vnc.c

2007-12-11 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 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: http://cvs.savannah.gnu.or

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

2007-12-11 Thread andrzej zaborowski
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 monitor > - added some more constants / defines to avoid

[Qemu-devel] qemu/hw ide.c

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

[Qemu-devel] qemu qemu-doc.texi

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

[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 f

[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] [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 3 of 3] Add -uuid command line flag

2007-12-11 Thread Ryan Harper
3 files changed, 61 insertions(+), 6 deletions(-) smbios.c | 58 -- sysemu.h |1 + vl.c |8 # HG changeset patch # User Ryan Harper <[EMAIL PROTECTED]> # Date 1197402122 21600 # Node ID f1372e77455459b3e21ae908bb56cd43356

[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 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 CVSWeb UR

[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 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: http://cvs.savannah.

[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 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 fixes:

[Qemu-devel] Two Small Solaris Patches

2007-12-11 Thread Ben Taylor
The first patch (solaris-force32bit.diff) is a patch to allow an x86-64 Solaris host to compile a 32-bit version of qemu. This works because Solaris x86-64 can run both 64-bit and 32-bit binaries. The second patch is just a README for building on Solaris with a status of the tools and libraries

[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 --- a/target-

[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 do_syscall

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 too

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 2

[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 +++ qemu/linux-user/syscall.c

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

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

2007-12-11 Thread Paul Brook
> > 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 and a few com

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

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 o

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. Kee

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 serializin

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 and -

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 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 contro

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 > ex

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 man

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" moni

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 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

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 form

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 manage

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 i

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

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

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

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 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 m

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

[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

[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

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 w

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 speaki

[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 f

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 int

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 projec

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 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 several

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 in

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] 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 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] [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 us