Re: [Qemu-devel] cross compiler for MIPS64

2011-09-10 Thread Mulyadi Santosa
Hi :) On Fri, Sep 9, 2011 at 19:01, Khansa Butt wrote: > Hi > I'm working on MIPS64 emulation and I need cross compiler for MIPS64. > would you please guide me in this regard?. Is there any cross compiler > exist > or I have to make it from scratch? > thanks try http://landley.net/aboriginal/dow

[Qemu-devel] [PATCH] qcow2: fix range check

2011-09-10 Thread Frediano Ziglio
QCowL2Meta::offset is not cluster aligned but only sector aligned however nb_clusters count cluster from cluster start. This fix range check. Note that old code have no corruption issues related to this check cause it only cause intersection to occur when shouldn't. Signed-off-by: Frediano Ziglio

[Qemu-devel] [PATCH] qcow2: align cluster_data to block to improve performance using O_DIRECT

2011-09-10 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- block/qcow2.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index 8aed310..510ff68 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -237,7 +237,7 @@ static int qcow2_open(BlockDriverState *b

[Qemu-devel] unable to access the serial port on the KVM

2011-09-10 Thread bala suru
Hi, I'm running one VM on the Qemu hypervisor. I'm tried too access the /dev/ttyS0 from the VM, but I cant access that ,. it shows input out error . i.e when I do $cat /dev/ttyS0 -> it gives input output error . what may be the problem .. pls help

Re: [Qemu-devel] [PATCH v2] Fix X86 CPU topology in KVM mode

2011-09-10 Thread Bharata B Rao
On Fri, Sep 9, 2011 at 10:44 PM, Anthony Liguori wrote: > > This breaks the build: > >  CC    i386-linux-user/helper.o > /home/anthony/git/qemu/target-i386/helper.c: In function ‘cpu_x86_init’: > /home/anthony/git/qemu/target-i386/helper.c:1260:47: error: ‘smp_cpus’ > undeclared (first use in this

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-10 Thread Andreas Färber
Am 08.09.2011 um 18:54 schrieb Alexander Graf: Commit 23c5e4ca (convert to memory API) broke the VIA Cuda emulation layer by not registering the IO structs. This patch registers them properly and thus makes -M g3beige and -M mac99 work again. Signed-off-by: Alexander Graf Tested-by: An

Re: [Qemu-devel] [PATCH 1/2] mipsnet: convert to qdev

2011-09-10 Thread Blue Swirl
Thanks, applied both. 2011/9/4 Hervé Poussineau : > Move mipsnet_init() function to mipssim machine > > Signed-off-by: Hervé Poussineau > --- >  hw/mips.h         |    3 -- >  hw/mips_mipssim.c |   18 >  hw/mipsnet.c      |   80 > +++-

Re: [Qemu-devel] [PATCH v5 00/32] target-xtensa: new target architecture

2011-09-10 Thread Blue Swirl
On Mon, Sep 5, 2011 at 11:55 PM, Max Filippov wrote: > This series adds support for Tensilica Xtensa target. > Port status: Linux for DC232B works in the qemu. >  Not implemented xtensa options: MAC16, >  floating point coprocessor, cache option, debug option. Thanks, applied whole series. > v4

Re: [Qemu-devel] [PATCH V2] [SPARC] Gdbstub: Fix back-trace on SPARC32

2011-09-10 Thread Blue Swirl
Thanks, applied. On Thu, Sep 8, 2011 at 10:48 AM, Fabien Chouteau wrote: > Gdb expects all registers windows to be flushed in ram, which is not the case > in Qemu. Therefore the back-trace generation doesn't work. This patch adds a > function to handle reads (and only read) in stack frames as if

Re: [Qemu-devel] [PATCH v5 00/32] target-xtensa: new target architecture

2011-09-10 Thread Stefan Weil
Am 06.09.2011 01:55, schrieb Max Filippov: This series adds support for Tensilica Xtensa target. Port status: Linux for DC232B works in the qemu. Not implemented xtensa options: MAC16, floating point coprocessor, cache option, debug option. v4 -> v5 changes: - implement boolean option; -

[Qemu-devel] [PATCH] qemu-doc: Remove URL which is no longer available

2011-09-10 Thread Stefan Weil
http://perso.magic.fr/l_indien/ was removed several years ago. There is obviously no mirror or any other replacement for it. Signed-off-by: Stefan Weil --- qemu-doc.texi |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 31199f6..a1e