[Qemu-devel] [PATCH 4/6] A cumulative MIPS patchset

2006-11-21 Thread Thiemo Seufer
Hello All, this patch inlines mtc0 instructions for the MIPS system emulation. Thiemo Index: qemu-work/target-mips/exec.h === --- qemu-work.orig/target-mips/exec.h 2006-11-17 16:02:11.0 + +++

[Qemu-devel] loadvm and tap problem (perhaps a bug?!)

2006-11-21 Thread The Moon Seeker
Hi, I've two server running on qemu, there are connecte via tun/tap. I try to save the vm state and then restart the servers from vm state. The vm start correctly but the the networkin doesn't work. I don't know, perhaps my scripts are wrong?! phase 1 (first boot) brctl addbr link1 qemu

[Qemu-devel] Base images

2006-11-21 Thread David Roberts
Hi, I've got a couple of questions about creating images linked to base images: - `qemu-img commit` commits changes directly to the base image. Is there a way to create a new merged image with the changes so as not to change the original? - I noticed that images refer to their base image using

Re: [Qemu-devel] Base images

2006-11-21 Thread David Roberts
Would be nice if a command like:   qemu-img relocate filename -p path_to_new_base_image would be added. Yes, thats the kind of thing I was hoping for. I have been able sometimes to hack new path names into the header of the qemu image-file but that is not an ideal solution, and it is not

[Qemu-devel] Bounce message (was: loadvm and tap problem (perhaps a bug?!))

2006-11-21 Thread Joshua Root
David Roberts wrote: I'm getting exactly the same thing. I'm assuming this person no longer is receving messages - perhaps they could be removed from the list (If any list admins are reading this). On Tuesday 21 November 2006 10:04 pm, The Moon Seeker wrote: David Roberts a écrit : Stop

[Qemu-devel] (no subject)

2006-11-21 Thread Torbjörn Andersson
Hello qemu developers!I´m using QEMU for some ARM debugging and I have som questions regardning the CPSR register. I get the feeling that the CPSR condition code bits, representing the results from the ALU, are not maintained.What I want to do is to try to verify QEMU maintains the CPSR register

[Qemu-devel] [PATCH 1/6] A cumulative MIPS patchset

2006-11-21 Thread Thiemo Seufer
Hello All, the attached patch is an update of Daniel's MIPS TLB improvements Thiemo Date: Sun, 12 Nov 2006 12:49:44 -0500 From: Daniel Jacobowitz [EMAIL PROTECTED] To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] [PATCH] Huge TLB performance improvement target-mips/cpu.h |3 ++-

Re: [Qemu-devel] loadvm and tap problem (perhaps a bug?!)

2006-11-21 Thread David Roberts
I've two server running on qemu, there are connecte via tun/tap. I try to save the vm state and then restart the servers from vm state. The vm start correctly but the the networkin doesn't work. I don't know, perhaps my scripts are wrong?! You've sent the same message 3 times. I've had

[Qemu-devel] ARM CPSR and conditional instructions

2006-11-21 Thread Torbjörn Andersson
Hello qemu developers! I´m using QEMU for some ARM debugging and I have som questions regardning the CPSR register. I get the feeling that the CPSR condition code bits, representing the results from the ALU, are not maintained at all points. Is the JIT in QEMU tailored in any way towards GCC

[Qemu-devel] ARM CPSR and conditional instructions

2006-11-21 Thread Torbjörn Andersson
Hello qemu developers! I´m using QEMU for some ARM debugging and I have som questions regardning the CPSR register. I get the feeling that the CPSR condition code bits, representing the results from the ALU, are not maintained at all points. Is the JIT in QEMU tailored in any way towards GCC

Re: [Qemu-devel] Base images

2006-11-21 Thread David Roberts
qemu-img convert [-c] changes-file -O qcow new-base-file should do what you want. Great. However, does that mean that I cannot compress an image without merging it with its base image? -- David Roberts :) http://kavenc.sf.net/ ___ Qemu-devel