Re: [Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-10-31 Thread Anthony Liguori
On 10/31/2011 05:02 PM, Stefan Weil wrote: Am 31.10.2011 22:38, schrieb Anthony Liguori: I'll defer to Blue and/or Aurelien here as I don't know enough about TCG to really review this series. But I'd recommend waiting to pull this until after 1.1 opens up. This is the sort of thing that 1)

[Qemu-devel] [PATCH 3/7] target-xtensa: raise an exception for invalid and reserved opcodes

2011-10-31 Thread Max Filippov
This includes opcodes from disabled features and those marked reserved in the ISA. Also end TB on opcodes that definitely generate an exception: illegal instructions, syscall and privileged instructions. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/translate.c |7 ++-

Re: [Qemu-devel] [PULL 0/7] target-xtensa patches for 1.0

2011-10-31 Thread Max Filippov
The following fixes for target-xtensa targeting 1.0 are available in the git repository at git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa Max Filippov (7): target-xtensa: mask out undefined bits of WINDOWBASE SR target-xtensa: handle cache options in the overlay tool

[Qemu-devel] [PULL 0/7] target-xtensa patches for 1.0

2011-10-31 Thread Max Filippov
The following fixes for target-xtensa targeting 1.0 are available in the git repository at git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa Max Filippov (7): target-xtensa: mask out undefined bits of WINDOWBASE SR target-xtensa: handle cache options in the overlay tool target-xtensa:

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-31 Thread Nishanth Aravamudan
On 31.10.2011 [15:14:12 +1100], David Gibson wrote: Good points below. I forgot to CC Nish, the original patch author on my post, so I've added him to the list now. Nish, can you correct these problems and resend the patch please? Yep, I'll work on this shortly. On Mon, Oct 31, 2011 at

[Qemu-devel] [PATCH 1/7] target-xtensa: mask out undefined bits of WINDOWBASE SR

2011-10-31 Thread Max Filippov
According to ISA, table 5-156, bits 32:NAREG/4 of the WINDOWSTART SR must be zero. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/translate.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-xtensa/translate.c b/target-xtensa/translate.c index

[Qemu-devel] [PATCH 2/7] target-xtensa: handle cache options in the overlay tool

2011-10-31 Thread Max Filippov
Cache options must be enabled for the cores that have cache to avoid illegal instruction exceptions. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/overlay_tool.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/target-xtensa/overlay_tool.h

[Qemu-devel] [PATCH 3/3] xtensa_lx60: fix build date code and change memory region names

2011-10-31 Thread Max Filippov
Fix date code to uses MMDD notation. Change memory region names to reflect specification that defines them. Signed-off-by: Max Filippov jcmvb...@gmail.com --- hw/xtensa_lx60.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xtensa_lx60.c b/hw/xtensa_lx60.c

[Qemu-devel] [PATCH] MAINTAINERS: Add PReP maintainer

2011-10-31 Thread Andreas Färber
Officially take on maintainership for PReP and upgrade to Odd Fixes. Signed-off-by: Andreas Färber andreas.faer...@web.de Cc: Alexander Graf ag...@suse.de Cc: Hervé Poussineau hpous...@reactos.org --- MAINTAINERS |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[Qemu-devel] [PATCH 5/7] xtensa_lx60: add FLASH support

2011-10-31 Thread Max Filippov
LX60 carry 4 Mbyte FLASH and 128 Kbyte SRAM, LX200 carry 16 Mbyte FLASH and 32 Mbyte SRAM. Either of these memories may be mapped to the system ROM region. Select boot from FLASH if -kernel option is not specified, otherwise boot from SRAM. Signed-off-by: Max Filippov jcmvb...@gmail.com ---

Re: [Qemu-devel] [PATCH] MAINTAINERS: Add PReP maintainer

2011-10-31 Thread Alexander Graf
On 31.10.2011, at 16:03, Andreas Färber andreas.faer...@web.de wrote: Officially take on maintainership for PReP and upgrade to Odd Fixes. Signed-off-by: Andreas Färber andreas.faer...@web.de Cc: Alexander Graf ag...@suse.de Cc: Hervé Poussineau hpous...@reactos.org Acked-by: Alexander

[Qemu-devel] [PATCH 2/3] xtensa_lx60: pass kernel arguments from -append

2011-10-31 Thread Max Filippov
Create boot parameters in the end of SRAM region, insert kernel arguments specified in -append there. Signed-off-by: Max Filippov jcmvb...@gmail.com --- hw/xtensa_bootparam.h | 25 + hw/xtensa_lx60.c | 24 2 files changed, 45

[Qemu-devel] [PATCH 7/7] xtensa_lx60: fix build date code and change memory region names

2011-10-31 Thread Max Filippov
Fix date code to uses MMDD notation. Change memory region names to reflect specification that defines them. Signed-off-by: Max Filippov jcmvb...@gmail.com --- hw/xtensa_lx60.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xtensa_lx60.c b/hw/xtensa_lx60.c

[Qemu-devel] [PATCH 6/7] xtensa_lx60: pass kernel arguments from -append

2011-10-31 Thread Max Filippov
Create boot parameters in the end of SRAM region, insert kernel arguments specified in -append there. Signed-off-by: Max Filippov jcmvb...@gmail.com --- hw/xtensa_bootparam.h | 25 + hw/xtensa_lx60.c | 24 2 files changed, 45

[Qemu-devel] [PATCH 1/3] xtensa_lx60: add FLASH support

2011-10-31 Thread Max Filippov
LX60 carry 4 Mbyte FLASH and 128 Kbyte SRAM, LX200 carry 16 Mbyte FLASH and 32 Mbyte SRAM. Either of these memories may be mapped to the system ROM region. Select boot from FLASH if -kernel option is not specified, otherwise boot from SRAM. Signed-off-by: Max Filippov jcmvb...@gmail.com ---

[Qemu-devel] [PATCH 4/7] opencores_eth: fix RX path: FCS, padding and TL

2011-10-31 Thread Max Filippov
OpenCores 10/100 Mbps Ethernet MAC specification doesn't clearly state whether FCS is counted in the RX frame length or not. Looks like it is. Append zero FCS to the received frames. Get rid of big static buffer for RX frame padding, optimize it for the most common MINFL value range. Set RXD_TL

Re: [Qemu-devel] [PATCH] linux-user: add binfmt wrapper for argv[0] handling

2011-10-31 Thread Alexander Graf
On 31.10.2011, at 12:16, Riku Voipio riku.voi...@iki.fi wrote: On Sat, Oct 29, 2011 at 08:08:39PM +0200, Alexander Graf wrote: When using qemu's linux-user binaries through binfmt, argv[0] gets lost along the execution because qemu only gets passed in the full file name to the executable

Re: [Qemu-devel] GSoC mentor summit QEMU users session

2011-10-31 Thread Alexander Graf
On 31.10.2011, at 06:12, Peter Maydell peter.mayd...@linaro.org wrote: On 29 October 2011 14:52, Alexander Graf ag...@suse.de wrote: We should also show people unmaintained areas. The conclusion was a wiki page with subsystems and status so people know what to expect. Maybe we could generate

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-31 Thread Alexander Graf
On 31.10.2011, at 15:53, Nishanth Aravamudan wrote: On 31.10.2011 [15:14:12 +1100], David Gibson wrote: Good points below. I forgot to CC Nish, the original patch author on my post, so I've added him to the list now. Nish, can you correct these problems and resend the patch please?

[Qemu-devel] [PATCH] block.c typo in comment fixed

2011-10-31 Thread matthias . bgg
From: Matthias Brugger matthias@gmail.com Signed-off-by: Matthias Brugger matthias@gmail.com --- block.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block.c b/block.c index 9bb236c..480aae2 100644 --- a/block.c +++ b/block.c @@ -497,7 +497,7 @@ static int

Re: [Qemu-devel] [PULL 0/3] 128-bit support for the memory API

2011-10-31 Thread David Gibson
On Mon, Oct 31, 2011 at 11:05:47AM -0500, Anthony Liguori wrote: On 10/30/2011 09:02 AM, Avi Kivity wrote: This somewhat controversial patchset converts internal arithmetic in the memory API to 128 bits. Given the level of controversy, what do you think about deferring this to 1.1? If it's

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-31 Thread Nishanth Aravamudan
On 31.10.2011 [17:35:13 -0700], Alexander Graf wrote: On 31.10.2011, at 15:53, Nishanth Aravamudan wrote: On 31.10.2011 [15:14:12 +1100], David Gibson wrote: Good points below. I forgot to CC Nish, the original patch author on my post, so I've added him to the list now. Nish, can

Re: [Qemu-devel] GSoC mentor summit QEMU users session

2011-10-31 Thread Peter Maydell
On 1 November 2011 00:08, Alexander Graf ag...@suse.de wrote: On 31.10.2011, at 06:12, Peter Maydell peter.mayd...@linaro.org wrote: On 29 October 2011 14:52, Alexander Graf ag...@suse.de wrote: We should also show people unmaintained areas. The conclusion was a wiki page with subsystems and

Re: [Qemu-devel] [PATCH] qed: adjust the way to get nb_sectors

2011-10-31 Thread Zhi Yong Wu
On Mon, Oct 31, 2011 at 02:11:00PM +, Stefan Hajnoczi wrote: From: Stefan Hajnoczi stefa...@gmail.com To: Zhi Yong Wu zwu.ker...@gmail.com Cc: Kevin Wolf kw...@redhat.com, Zhi Yong Wu wu...@linux.vnet.ibm.com, qemu-devel@nongnu.org, stefa...@linux.vnet.ibm.com Content-Type: text/plain;

Re: [Qemu-devel] [PATCH v2] trace: Add wildcard trace event support

2011-10-31 Thread Mark Wu
On 10/31/2011 10:05 PM, Stefan Hajnoczi wrote: net/queue.c |1 + Oops! Thanks. Very sorry for that! I will be more cautious.

[Qemu-devel] [patch] explicitly initialize tcg_cpu_thread

2011-10-31 Thread Jun Koi
This patch explicitly initializes tcg_cpu_thread to NULL in cpus.c (One code patch in qemu_tcg_init_vcpu() relies on the value of tcg_cpu_thread to create env-thread and so on ) Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/cpus.c b/cpus.c index f768683..47feb58 100644 --- a/cpus.c

Re: [Qemu-devel] GSoC mentor summit QEMU users session

2011-10-31 Thread Alexander Graf
On 31.10.2011, at 18:35, Peter Maydell wrote: On 1 November 2011 00:08, Alexander Graf ag...@suse.de wrote: On 31.10.2011, at 06:12, Peter Maydell peter.mayd...@linaro.org wrote: On 29 October 2011 14:52, Alexander Graf ag...@suse.de wrote: We should also show people unmaintained areas. The

Re: [Qemu-devel] [PATCH] qmp: report TRAY_STATE_CHANGED events

2011-10-31 Thread ShaoHe Feng
test-by: ShaoHe Fengshao...@linux.vnet.ibm.com It seems this patch can not work well. there is my test process. I startup a guest by the follow option: -drive file=/home/fsh/image/OCDC-natty-Test-Drive-20110823_010339.iso,if=ide,index=1,media=cdrom after the guest startups, then I right

[Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0

2011-10-31 Thread qemu
The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki

[Qemu-devel] buildbot failure in qemu on qmp_i386_debian_6_0

2011-10-31 Thread qemu
The Buildbot has detected a new failure on builder qmp_i386_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/qmp_i386_debian_6_0/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build

[Qemu-devel] buildbot failure in qemu on qmp_x86_64_debian_6_0

2011-10-31 Thread qemu
The Buildbot has detected a new failure on builder qmp_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/qmp_x86_64_debian_6_0/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build

[Qemu-devel] buildbot failure in qemu on trivial-patches_i386_debian_6_0

2011-10-31 Thread qemu
The Buildbot has detected a new failure on builder trivial-patches_i386_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/trivial-patches_i386_debian_6_0/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this

[Qemu-devel] buildbot failure in qemu on trivial-patches_x86_64_debian_6_0

2011-10-31 Thread qemu
The Buildbot has detected a new failure on builder trivial-patches_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/trivial-patches_x86_64_debian_6_0/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for

[Qemu-devel] [patch] remove unused function arg in qemu_iohandler_poll() and qemu_iohandler_fill()

2011-10-31 Thread Jun Koi
This patch removes unused function argument xfds from qemu_iohandler_poll() and qemu_iohandler_fill() Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/iohandler.c b/iohandler.c index 5640d49..9963790 100644 --- a/iohandler.c +++ b/iohandler.c @@ -89,7 +89,7 @@ int

[Qemu-devel] buildbot failure in qemu on xen_x86_64_debian_6_0

2011-10-31 Thread qemu
The Buildbot has detected a new failure on builder xen_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/xen_x86_64_debian_6_0/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build

<    1   2   3