[Qemu-devel] SoftMMU address tracing

2007-08-08 Thread Clemens Kolbitsch
hi! ah... i'm going crazy... could someone help me please: i'm still (as previously posted on irc) trying to catch when the guest OS (or a program running in it) accesses a certain virtual address (e.g. reads from it). my guest code is something like: ... unsigned long *p = (unsigned long*

[Qemu-devel] ARM VM save/restore functions

2007-08-08 Thread Francis M. David
Is there any progress in this direction? I can work on supporting ARM VM snapshots if no one else is working on this. -Francis

Re: [Qemu-devel] [PATCH 4/4][RFC] Add logic to QEMU to read command line options from qcow2 images

2007-08-08 Thread Daniel P. Berrange
On Wed, Aug 08, 2007 at 04:52:58PM -0300, Jorge Luc?ngeli Obes wrote: > This patch makes QEMU check for command line options stored in qcow2 images. I think it is a bad idea from a security POV to automatically extract & use command line args from a disk image like this without the admin explici

[Qemu-devel] [PATCH 4/4][RFC] Add logic to QEMU to read command line options from qcow2 images

2007-08-08 Thread Jorge Lucángeli Obes
This patch makes QEMU check for command line options stored in qcow2 images. Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]> Signed-off-by: Jorge Lucángeli Obes <[EMAIL PROTECTED]> --- diff --git a/qemu/vl.c b/qemu/vl.c index 4ad39f1..1d28794 100644 --- a/qemu/vl.c +++ b/qemu/vl.c @@ -184,6 +184

[Qemu-devel] [PATCH 3/4][RFC] Add qemu-img option to store command line options into qcow2 images

2007-08-08 Thread Jorge Lucángeli Obes
This patch adds a new qemu-img option to store command line arguments in qcow2 snapshots. Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]> Signed-off-by: Jorge Lucángeli Obes <[EMAIL PROTECTED]> --- diff --git a/qemu/qemu-img.c b/qemu/qemu-img.c index a259546..afa1fcc 100644 --- a/qemu/qemu-img.c

[Qemu-devel] [PATCH 2/4][RFC] Add functions to manipulate image annotations

2007-08-08 Thread Jorge Lucángeli Obes
This patch adds block driver functions to use qcow2 image annotations. Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]> Signed-off-by: Jorge Lucángeli Obes <[EMAIL PROTECTED]> --- diff --git a/qemu/block.c b/qemu/block.c index 39ec37a..4d794f6 100644 --- a/qemu/block.c +++ b/qemu/block.c @@ -56,6

[Qemu-devel] [PATCH 1/4][RFC] Allow storing arbitrary annotations in qcow2 images

2007-08-08 Thread Jorge Lucángeli Obes
This patch adds an extra 'annot' field to qcow2 snapshots, and updates serialization functions. Signed-off-by: Jorge Lucángeli Obes <[EMAIL PROTECTED]> --- diff --git a/qemu/block-qcow2.c b/qemu/block-qcow2.c index 0f7a069..361d300 100644 --- a/qemu/block-qcow2.c +++ b/qemu/block-qcow2.c @@ -106,6

Re: [Qemu-devel] What 64-bit CPU targets dominate in the future?

2007-08-08 Thread Paul Brook
> What popularity of CPU will dominate in the years 2008 .. 2013? AFAICS this has nothing to do with qemu. Please don't post random unrelated questions to this list. You've already been told the same thing on some of the other lists you posted the exact same mail to. Paul

[Qemu-devel] kqemu compiler error

2007-08-08 Thread Gustavo Serra
Hi, I am using slack11, kernel 2.6.22, after ./compile; make, I had the errors: CC [M] /home/serra/kqemu-1.3.0pre11/kqemu-linux.o /home/serra/kqemu-1.3.0pre11/kqemu-linux.c: In function `kqemu_lock_user_page': /home/serra/kqemu-1.3.0pre11/kqemu-linux.c:82: error: dereferencing pointer to incomp

[Qemu-devel] What 64-bit CPU targets dominate in the future?

2007-08-08 Thread J.C. Pizarro
Hi people, I'm looking for simulators of 64-bit processors for my 32-bit PC and i've found one. "qemu-system-x86_64" works simulating a x86-64 linux as slamd64, ubuntu, etc. http://fabrice.bellard.free.fr/qemu/status.html indicates that x86-64 is OK for System emulation but is not supported for