[Qemu-devel] [PATCH] Add libcacard/trace/generated-tracers.c to .gitignore

2013-01-07 Thread Alex Rozenman
Signed-off-by: Alex Rozenman alex_rozen...@mentor.com --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0e38169..9085f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ trace/generated-tracers.h trace/generated-tracers.c trace/generated

[Qemu-devel] [PATCH] gdbstub: Implement Xfer:spaces requests. This is a part of Codebench IDE integration.

2013-01-07 Thread Alex Rozenman
Signed-off-by: Alex Rozenman alex_rozen...@mentor.com --- gdbstub.c | 113 + 1 file changed, 113 insertions(+) diff --git a/gdbstub.c b/gdbstub.c index a8dd437..564bde1 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -1839,6 +1839,90

[Qemu-devel] [PATCH] Fix SWI (SVC) instruction in THUMB.

2012-12-25 Thread Alex Rozenman
target-arm/helper.c (do_interrupt_v7m): When do_interrupt_v7m is called, PC is already points to a correct instruction (after the SVC one). Don't modify the PC here. Signed-off-by: Alex Rozenman alex_rozen...@mentor.com --- target-arm/helper.c |1 - 1 file changed, 1 deletion(-) diff --git

[Qemu-devel] [PATCH] target-arm: Fix SWI (SVC) instruction in M profile.

2012-12-25 Thread Alex Rozenman
When do_interrupt_v7m is called with EXCP_SWI, the PC already points to the next instruction. Don't modify it here. Signed-off-by: Alex Rozenman alex_rozen...@mentor.com --- target-arm/helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target

Re: [Qemu-devel] [PATCH] Initial support for ARM V6-M

2011-12-14 Thread Alex Rozenman
17:44, Alex Rozenman alex_rozen...@mentor.com wrote: Please review / discuss / push the attched patch. It adds initial support for V6-M for ARM and Cortex-M0. Please don't submit patches as attachments (see http://wiki.qemu.org/Contribute/SubmitAPatch for other guidelines). This patch

[Qemu-devel] [PATCH] Initial support for ARM V6-M

2011-12-13 Thread Alex Rozenman
Hi, Please review / discuss / push the attched patch. It adds initial support for V6-M for ARM and Cortex-M0. Best regards, Alex Rozenman From ff09b4ef970cde304c170c6e0a7678d2486b63e6 Mon Sep 17 00:00:00 2001 From: Alex Rozenman alex_rozen...@mentor.com Date: Tue, 13 Dec 2011 19:28:39 +0200

[Qemu-devel] [PATCH] use correct initial region_offset

2011-01-27 Thread Alex Rozenman
addresses there. A small patch is attached. I have ssh membership on savannah. Please approve and/or push. This is my first time when I am suggesting patches to QEMU; I also would like to add some fixes for ppc440/ppc440x6 cores. -- Best regards, Alex Rozenman (rozen...@gmail.com). From

[Qemu-devel] [PATCH] Added ppc440x6 and ppc440x6f cores.

2011-01-27 Thread Alex Rozenman
Hi, Small patch adding ppc440x6 cores. Please push. -- Best regards, Alex Rozenman (rozen...@gmail.com). From 96f21d28bc9dc7404b664a890da299fdaaf86667 Mon Sep 17 00:00:00 2001 From: Alex Rozenman rozen...@gmail.com Date: Thu, 27 Jan 2011 13:06:32 +0200 Subject: [PATCH] Added ppc440x6

[Qemu-devel] QEMU in TLM-2.0 environment

2010-02-22 Thread Alex Rozenman
, please approve my membership on QEMU/savannah.nongnu ? I've already signed FSF papers before. I am a member of BISON group. -- Best regards, Alex Rozenman (rozen...@gmail.com).