[Qemu-devel] [PATCH] sparc32: fix power address

2007-12-30 Thread Robert Reif
Fix obio/power address for ss10 and ss20. ss600mp doesn't have obio/power so fix slavio_misc to work without it. Index: hw/slavio_misc.c === RCS file: /sources/qemu/qemu/hw/slavio_misc.c,v retrieving revision 1.16 diff -p -u -r1.16 sl

Re: [Qemu-devel] Enable Recording with mythtv protocol 32 to 35 (at least)

2007-12-30 Thread Hetz Ben Hamo
Hi, Are you sure you've sent it to correct mailing list? :) Thanks, Hetz On Dec 30, 2007 7:22 PM, Iain McFarlane <[EMAIL PROTECTED]> wrote: > Hi all, > > This patch allows mvpmc to schedule recordings with Mythtv protocol 32 to 35 > (and may do 36 but I haven't got a backend at that level to te

[Qemu-devel] OVF support?

2007-12-30 Thread higuita
Hi is there any plan to support OVF format? both vmware and xen say that they will support this... http://www.vmware.com/appliances/learn/ovf.html http://www.vmware.com/pdf/ovf_spec_draft.pdf thanks higuita -- Naturally the common people don't want war... but a

[Qemu-devel] Enable Recording with mythtv protocol 32 to 35 (at least)

2007-12-30 Thread Iain McFarlane
Hi all, This patch allows mvpmc to schedule recordings with Mythtv protocol 32 to 35 (and may do 36 but I haven't got a backend at that level to test) Signed-off-by: Iain McFarlane <[EMAIL PROTECTED]> Regards, Iain --- src/mythtv.c.orig 2007-12-29 09:21:39.0 + +++ src/mythtv.c

[Qemu-devel] qemu/target-sparc op_helper.c

2007-12-30 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/12/30 17:13:01 Modified files: target-sparc : op_helper.c Log message: Nicer debug output for exceptions CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op_helper.c?cvsroot=q

Re: [Qemu-devel] qemu networking help

2007-12-30 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Ryan W Smith <[EMAIL PROTECTED]> writes: : I'm currently working on a project where we're using qemu to trace : information flow through the operating system. One of the things : that we'd like to do is trace network data as it flows through the :

Re: [Qemu-devel] [PATCH][PPC] Use float32/64 instead of float/double

2007-12-30 Thread Blue Swirl
On 12/30/07, Aurelien Jarno <[EMAIL PROTECTED]> wrote: > The patch below changes the float and double types into float32 and > and float64 types in the PPC code. This doesn't change anything when > using softfloat-native as the types are the same, but that helps > compiling the PPC target with soft

[Qemu-devel] qemu/target-mips cpu.h exec.h translate.c

2007-12-30 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/30 15:36:58 Modified files: target-mips: cpu.h exec.h translate.c Log message: MIPS COP1X (and related) instructions, by Richard Sandiford. CVSWeb URLs: http://cvs.savannah.gnu.org/vi

[Qemu-devel] [PATCH][PPC] Use float32/64 instead of float/double

2007-12-30 Thread Aurelien Jarno
The patch below changes the float and double types into float32 and and float64 types in the PPC code. This doesn't change anything when using softfloat-native as the types are the same, but that helps compiling the PPC target with softfloat. Index: target-ppc/op_helper.c ===

Re: [Qemu-devel] qemu networking help

2007-12-30 Thread Mulyadi Santosa
Hi... > I'm currently working on a project where we're using qemu to trace > information flow through the operating system. One of the things > that we'd like to do is trace network data as it flows through the > operating system. I've been reading through the code, and I've > gotten a bit lost

[Qemu-devel] [PATCH] Make relative path correct in bdrv_create

2007-12-30 Thread Balazs Attila-Mihaly (Cd-MaN)
Description: When using base images (ie difference disks), the path of the backing image is interpreted correctly as being relative to the path of the difference image (which is very nice). However, at creation time, the path is copied verbatim from the command line, which can lead to incorrect

[Qemu-devel] qemu networking help

2007-12-30 Thread Ryan W Smith
I'm currently working on a project where we're using qemu to trace information flow through the operating system. One of the things that we'd like to do is trace network data as it flows through the operating system. I've been reading through the code, and I've gotten a bit lost. I gathe