[Qemu-devel] [PATCH] block/vvfat: Remove unused code

2011-10-01 Thread Stefan Weil
The unused code was detected using cppcheck. Cc: Kevin Wolf Signed-off-by: Stefan Weil --- block/vvfat.c | 56 1 files changed, 0 insertions(+), 56 deletions(-) diff --git a/block/vvfat.c b/block/vvfat.c index f45939d..ba207e2 100644 -

Re: [Qemu-devel] [PATCH 11/22] i8259: Update IRQ state after reset

2011-10-01 Thread Blue Swirl
On Sat, Oct 1, 2011 at 6:47 AM, Jan Kiszka wrote: > On 2011-09-30 22:47, Blue Swirl wrote: >> That part of the discussion is obsolete (or at least uninteresting >> here). For example this message has a relevant example: >> http://lists.nongnu.org/archive/html/qemu-devel/2009-06/msg01081.html >> >>

Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5

2011-10-01 Thread Aneesh Kumar K.V
On Fri, 30 Sep 2011 09:26:53 +0100, Stefan Hajnoczi wrote: > On Fri, Sep 30, 2011 at 12:28 AM, wrote: > > The Buildbot has detected a new failure on builder default_x86_64_rhel5 > > while building qemu. > > Full details are available at: > >  http://buildbot.b1-systems.de/qemu/builders/default_

[Qemu-devel] [PATCH v1 0/6] MIPS64 user mode emulation in QEMU with Cavium specific instruction support

2011-10-01 Thread khansa
From: Khansa Butt This is the team work of Ehsan-ul-Haq, Abdul Qadeer, Abdul Waheed, Khansa Butt from HPCN Lab KICS UET Lahore. v1 contains: * SEQI related changes specified by Richard Henderson * Fix issues related to coding style, typos and misleading comments * Cavium specific change in set_t

[Qemu-devel] [PATCH v1 1/6] linux-user: Support for MIPS64 user mode emulation in QEMU

2011-10-01 Thread khansa
From: Khansa Butt Signed-off-by: Khansa Butt --- configure |1 + default-configs/mips64-linux-user.mak |1 + linux-user/main.c | 21 +++-- linux-user/mips64/syscall.h |2 ++ linux-user/signal.c

[Qemu-devel] [PATCH v1 3/6] linux-user: Signal handling for MIPS64

2011-10-01 Thread khansa
From: Khansa Butt Signed-off-by: Khansa Butt --- linux-user/signal.c | 438 +-- 1 files changed, 426 insertions(+), 12 deletions(-) diff --git a/linux-user/signal.c b/linux-user/signal.c index 59c3c88..f5f8bba 100644 --- a/linux-user/signal.c +

[Qemu-devel] [PATCH v1 2/6] target-mips: Enabling of 64 bit user mode and floating point operations

2011-10-01 Thread khansa
From: Khansa Butt Signed-off-by: Khansa Butt --- target-mips/translate.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target-mips/translate.c b/target-mips/translate.c index d5b1c76..0550333 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -127

[Qemu-devel] [PATCH v1 4/6] target-mips: Octeon cpu definition

2011-10-01 Thread khansa
From: Khansa Butt Signed-off-by: Khansa Butt --- target-mips/mips-defs.h |2 ++ target-mips/translate_init.c | 24 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h index bf094a3..e1ec2b2 100644

[Qemu-devel] [PATCH v1 5/6] target-mips: Support for Cavium specific instructions

2011-10-01 Thread khansa
From: Khansa Butt Signed-off-by: Khansa Butt Signed-off-by: Ehsan Ul Haq Signed-off-by: Abdul Qadeer Signed-off-by: Abdul Waheed --- target-mips/cpu.h |7 + target-mips/helper.h|5 + target-mips/machine.c | 12 ++ target-mips/op_helper.c | 73 target-mips/tr

[Qemu-devel] [PATCH v1 6/6] Addition of Cavium instructions in disassembler

2011-10-01 Thread khansa
From: Khansa Butt Signed-off-by: Khansa Butt --- mips-dis.c | 53 + 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/mips-dis.c b/mips-dis.c index e3a6e0b..96ab1e8 100644 --- a/mips-dis.c +++ b/mips-dis.c @@ -300,6 +300,7 @@

Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5

2011-10-01 Thread Aneesh Kumar K.V
On Sat, 01 Oct 2011 14:28:47 +0530, "Aneesh Kumar K.V" wrote: > On Fri, 30 Sep 2011 09:26:53 +0100, Stefan Hajnoczi > wrote: > > On Fri, Sep 30, 2011 at 12:28 AM, wrote: > > > The Buildbot has detected a new failure on builder default_x86_64_rhel5 > > > while building qemu. > > > Full detail

Re: [Qemu-devel] [PATCH v2 0/3] Replace 9p debug infrastructure with Qemu Tracing

2011-10-01 Thread Aneesh Kumar K.V
On Fri, 30 Sep 2011 16:06:12 +0530, Harsh Prateek Bora wrote: > This patchset introduces Qemu Tracing to 9p pdu handlers and removes the > existing debug infrastructure which became less meaningful after the > introduction of coroutines. With the existing debug infra, parallel > operations create

Re: [Qemu-devel] [PATCH 11/22] i8259: Update IRQ state after reset

2011-10-01 Thread Peter Maydell
On 30 September 2011 21:47, Blue Swirl wrote: > If reliable post reset effects are needed, reset should be divided > into two separate phases. So far no interesting cases have been > demonstrated. I've already cited one in this thread [realview mmc card present] and that's just the one I happen t

Re: [Qemu-devel] [PATCH 0/8] tcg/interpreter: Add TCG + interpreter for bytecode (virtual machine)

2011-10-01 Thread Blue Swirl
On Sun, Sep 25, 2011 at 8:37 PM, Stefan Weil wrote: > Am 18.09.2011 15:00, schrieb Blue Swirl: > > On Sun, Sep 18, 2011 at 12:46 PM, malc wrote: > > On Sun, 18 Sep 2011, Blue Swirl wrote: > > On Sun, Sep 18, 2011 at 10:49 AM, malc wrote: > > On Sun, 18 Sep 2011, Blue Swirl wrote: > > On Sat, Sep

Re: [Qemu-devel] configure: Detect predefined compiler symbols for ARM and HPPA

2011-10-01 Thread Blue Swirl
Thanks, applied. On Thu, Sep 8, 2011 at 1:24 AM, Brad wrote: > configure: Detect predefined compiler symbols for ARM and HPPA > > To be able to detect some ARM / HPPA based architectures such as with > OpenBSD/(armish / zaurus) or OpenBSD/hppa. > > Signed-off-by: Brad Smith > > --- >  configure

Re: [Qemu-devel] [PATCH] tcg/arm: Remove unused tcg_out_addi()

2011-10-01 Thread Blue Swirl
Thanks, applied. On Mon, Sep 12, 2011 at 10:03 AM, Peter Maydell wrote: > Remove the unused function tcg_out_addi() from the ARM TCG backend; > this fixes a compilation failure on ARM hosts with newer gcc. > > Signed-off-by: Peter Maydell > --- > A previous patch from Richard Henderson for this

Re: [Qemu-devel] [PATCH] softfloat: Reinstate accidentally disabled target-specific NaN handling

2011-10-01 Thread Blue Swirl
Thanks, applied. On Mon, Sep 26, 2011 at 3:56 PM, Peter Maydell wrote: > Include config.h in softfloat.c, so that the target specific ifdefs in > softfloat-specialize.h are evaluated correctly. This was accidentally > broken in commit 789ec7ce2 when config-target.h was removed from > softfloat.h,

Re: [Qemu-devel] [PATCH] target-i386: Remove redundant word mask in port out instructions

2011-10-01 Thread Blue Swirl
Thanks, applied. On Mon, Sep 26, 2011 at 5:20 PM, Jan Kiszka wrote: > T0 was already masked to 16 bits when loading it. > > Signed-off-by: Jan Kiszka > --- >  target-i386/translate.c |    2 -- >  1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/target-i386/translate.c b/target-i

Re: [Qemu-devel] [PATCH] mips_fulong2e: Reorder ISA bus and i8259 creation

2011-10-01 Thread Blue Swirl
Thanks, applied. On Wed, Sep 28, 2011 at 9:19 AM, Jan Kiszka wrote: > Missed during memory region conversion: The i8259 now depends on the ISA > bus being created first. Reorder the initialization. > > Signed-off-by: Jan Kiszka > --- > > I had a reordering patch in my i8259-qdev queue as well, a

Re: [Qemu-devel] [PATCH v4] tcg-i386: Introduce limited deposit support

2011-10-01 Thread Blue Swirl
Thanks, applied. On Thu, Sep 29, 2011 at 4:52 PM, Jan Kiszka wrote: > On 2011-09-29 18:11, Richard Henderson wrote: >> On 09/29/2011 08:23 AM, Jan Kiszka wrote: >>> +#ifndef TCG_TARGET_deposit_i32_valid >>> +#define TCG_TARGET_deposit_i32_valid(ofs, len) 0 >>> +#endif >>> +#ifndef TCG_TARGET_depo

Re: [Qemu-devel] [PATCH 1/1] PPC: Drop initial ESCC mapping

2011-10-01 Thread Blue Swirl
Thanks, applied. On Fri, Sep 30, 2011 at 1:29 PM, Alexander Graf wrote: > We are mapping ESCC to a static (incorrect) address on machine init. This > overlaps with our vram, rendering the screen barely usable. > > Since openBIOS is clever enough to map ESCC to where it needs to be, we can > just

[Qemu-devel] [PATCH 1/2] tcg/ia64: Remove unused tcg_out_addi()

2011-10-01 Thread Peter Maydell
Remove the unused function tcg_out_addi() from the ia64 TCG backend; this brings it into line with other backends. Signed-off-by: Peter Maydell --- tcg/ia64/tcg-target.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/t

Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/2] ppc/e500_pci: Fix code style

2011-10-01 Thread Andreas Färber
Am 30.09.2011 um 05:52 schrieb Liu Yu: Put trailing statements on next line. Signed-off-by: Liu Yu Reviewed-by: Andreas Färber Not only fixes Coding Style but also improves readability by consistent indentation IMO. Note that there are also three superfluous semicolons after the clos

[Qemu-devel] [PATCH 2/2] tcg/s390: Remove unused tcg_out_addi()

2011-10-01 Thread Peter Maydell
Remove the unused function tcg_out_addi() from the s390 TCG backend; this brings it into line with other backends. Signed-off-by: Peter Maydell --- tcg/s390/tcg-target.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/tcg/s390/tcg-target.c b/tcg/s390/tcg-target.c ind

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-01 Thread Richard Henderson
Ping 2. On 09/27/2011 08:32 AM, Richard Henderson wrote: > Ping. > > On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote: >> On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson wrote: >>> Changes v10 - v11: >>> * Fixes for icount, based on feedback from Peter and Edgar. >>> * Re-based aga

Re: [Qemu-devel] [PATCH 2/2] tcg/s390: Remove unused tcg_out_addi()

2011-10-01 Thread Richard Henderson
On 10/01/2011 05:56 AM, Peter Maydell wrote: > Remove the unused function tcg_out_addi() from the s390 TCG backend; > this brings it into line with other backends. > > Signed-off-by: Peter Maydell Acked-by: Richard Henderson r~

Re: [Qemu-devel] Hang when using 9p mounts after last Seabios update

2011-10-01 Thread Kevin O'Connor
On Thu, Sep 22, 2011 at 12:45:11PM +0100, Daniel P. Berrange wrote: > On 0.14, 0.15 releaes, this all works just fine. On current GIT master, > the guest OS will hang during boot. [...] > To reproduce this you will need my custom initrd for mounting 9p filesystems > as the root FS. You can get that

Re: [Qemu-devel] [PATCH 6/8] tcg: Add bytecode generator for tcg interpreter

2011-10-01 Thread Andreas Färber
Am 17.09.2011 22:00, schrieb Stefan Weil: > Unlike other tcg target code generators, this one does not generate > machine code for some cpu. It generates machine independent bytecode > which is interpreted later. > > This allows running QEMU on any host. > > Interpreted bytecode is slower than dire

Re: [Qemu-devel] Hang when using 9p mounts after last Seabios update

2011-10-01 Thread Richard W.M. Jones
On Sat, Oct 01, 2011 at 12:50:43PM -0400, Kevin O'Connor wrote: > On Thu, Sep 22, 2011 at 12:45:11PM +0100, Daniel P. Berrange wrote: > > On 0.14, 0.15 releaes, this all works just fine. On current GIT master, > > the guest OS will hang during boot. > [...] > > To reproduce this you will need my cu

[Qemu-devel] qga/qapi dependency issue?

2011-10-01 Thread Andreas Färber
Hello, I've noticed that the following rebuild is sometimes triggered after a full build, but only once: $ make -j8 [...] LINK s390x-softmmu/qemu-system-s390x LINK sparc64-softmmu/qemu-system-sparc64 $ make -j8 CCqapi-generated/qga-qapi-types.o LINK qemu-ga $ make -j8 $ It doesn't

Re: [Qemu-devel] [PATCH 6/8] tcg: Add bytecode generator for tcg interpreter

2011-10-01 Thread Stefan Weil
Am 01.10.2011 18:54, schrieb Andreas Färber: Am 17.09.2011 22:00, schrieb Stefan Weil: Unlike other tcg target code generators, this one does not generate machine code for some cpu. It generates machine independent bytecode which is interpreted later. This allows running QEMU on any host. Inte

[Qemu-devel] Qemu - compiling error in tcg.c - flush_icache_range

2011-10-01 Thread Maurizio Caloro
Hello together iam new here in this forum, i try to compile qemu 0.15.0 on Netbsd 5.1 MacPPC G4 machine i standing now here and i don't found any solution to fix this Error. bash-4.2# make => Bootstrap dependency digest>=20010302: found digest-20080510 ===> Building for qemu-0.15.0nb1 LINK i38

Re: [Qemu-devel] [PATCH] tcg: Use the GDB JIT debugging interface.

2011-10-01 Thread Daniel Jacobowitz
On Fri, Sep 30, 2011 at 10:36 AM, Richard Henderson wrote: > On 09/30/2011 12:12 AM, Jan Kiszka wrote: >>> Breakpoint 1, __ldb_mmu (addr=1001716, mmu_idx=0) >>>     at /home/rth/work/qemu/qemu/softmmu_template.h:86 >>> 86   { >>> (gdb) where >>> #0  __ldb_mmu (addr=1001716, mmu_idx=0) >>>     at /