Re: [Qemu-devel] [PATCH V3] Add stdio char device on windows

2011-10-01 Thread Blue Swirl
On Wed, Sep 28, 2011 at 4:28 PM, Fabien Chouteau chout...@adacore.com wrote: Simple implementation of an stdio char device on Windows. Signed-off-by: Fabien Chouteau chout...@adacore.com ---  qemu-char.c |  216 ++-  1 files changed,

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

2011-10-01 Thread Jan Kiszka
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 It's about VM restore, but the situation is similar during

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

2011-10-01 Thread Stefan Weil
The unused code was detected using cppcheck. Cc: Kevin Wolf kw...@redhat.com Signed-off-by: Stefan Weil w...@mail.berlios.de --- block/vvfat.c | 56 1 files changed, 0 insertions(+), 56 deletions(-) diff --git a/block/vvfat.c

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 jan.kis...@web.de 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:

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 stefa...@gmail.com wrote: On Fri, Sep 30, 2011 at 12:28 AM, q...@buildbot.b1-systems.de wrote: The Buildbot has detected a new failure on builder default_x86_64_rhel5 while building qemu. Full details are available at:  

[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 kha...@kics.edu.pk 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

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

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

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

2011-10-01 Thread khansa
From: Khansa Butt kha...@kics.edu.pk Signed-off-by: Khansa Butt kha...@kics.edu.pk --- 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

[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 kha...@kics.edu.pk Signed-off-by: Khansa Butt kha...@kics.edu.pk --- 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

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

2011-10-01 Thread khansa
From: Khansa Butt kha...@kics.edu.pk Signed-off-by: Khansa Butt kha...@kics.edu.pk --- 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

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

2011-10-01 Thread khansa
From: Khansa Butt kha...@kics.edu.pk Signed-off-by: Khansa Butt kha...@kics.edu.pk Signed-off-by: Ehsan Ul Haq ehsan.ul...@kics.edu.pk Signed-off-by: Abdul Qadeer qad...@kics.edu.pk Signed-off-by: Abdul Waheed awah...@kics.edu.pk --- target-mips/cpu.h |7 + target-mips/helper.h|

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

2011-10-01 Thread khansa
From: Khansa Butt kha...@kics.edu.pk Signed-off-by: Khansa Butt kha...@kics.edu.pk --- 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

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 aneesh.ku...@linux.vnet.ibm.com wrote: On Fri, 30 Sep 2011 09:26:53 +0100, Stefan Hajnoczi stefa...@gmail.com wrote: On Fri, Sep 30, 2011 at 12:28 AM, q...@buildbot.b1-systems.de wrote: The Buildbot has detected a new failure on

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 ha...@linux.vnet.ibm.com 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,

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 blauwir...@gmail.com 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

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 w...@mail.berlios.de wrote: Am 18.09.2011 15:00, schrieb Blue Swirl: On Sun, Sep 18, 2011 at 12:46 PM, malc av1...@comtv.ru wrote: On Sun, 18 Sep 2011, Blue Swirl wrote: On Sun, Sep 18, 2011 at 10:49 AM, malc av1...@comtv.ru wrote: On Sun, 18

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 b...@comstyle.com 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

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 peter.mayd...@linaro.org 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 peter.mayd...@linaro.org --- A

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 peter.mayd...@linaro.org 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

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 jan.kis...@siemens.com wrote: T0 was already masked to 16 bits when loading it. Signed-off-by: Jan Kiszka jan.kis...@siemens.com ---  target-i386/translate.c |    2 --  1 files changed, 0 insertions(+), 2 deletions(-) diff --git

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 jan.kis...@siemens.com 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 jan.kis...@siemens.com --- I had a reordering

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 jan.kis...@siemens.com 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

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 ag...@suse.de 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

[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 peter.mayd...@linaro.org --- tcg/ia64/tcg-target.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git

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 yu@freescale.com Reviewed-by: Andreas Färber andreas.faer...@web.de Not only fixes Coding Style but also improves readability by consistent indentation IMO. Note that there are also

[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 peter.mayd...@linaro.org --- tcg/s390/tcg-target.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/tcg/s390/tcg-target.c

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 against master.

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 peter.mayd...@linaro.org Acked-by: Richard Henderson r...@twiddle.net 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 direct

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 custom

[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

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.

[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

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 r...@twiddle.net 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