2012/6/30 Stefan Weil :
> commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table
> type safety which now raises compiler errors when latest QEMU was
> configured with --enable-debug.
>
The error occurs when building with --enable-werror, which is
default option, not --enable-debug.
> F
Am 30.06.2012 14:16, schrieb Dunrong Huang:
2012/6/30 Stefan Weil :
commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table
type safety which now raises compiler errors when latest QEMU was
configured with --enable-debug.
The error occurs when building with --enable-werror, which is
Am 28.06.2012 21:21, schrieb Juan Quintela:
This would make easier to add more operations in the next patches.
Signed-off-by: Juan Quintela
---
savevm.c | 54 +-
vmstate.h | 7 +++
2 files changed, 32 insertions(+), 29 deletions(-)
Hi Ju
Joey Klonowski writes:
> Hi all,
>
> I'm trying to edit the qemu source code so I can use qemu as a profiler for a
> benchmark of ARM programs. A good start would be counting loads, stores, int
> ops, float ops and branch instructions used by each of the binary files. I
> have two (related) questi
On 6/28/2012 11:22 PM, Juan Quintela wrote:
Enable the creation of a method to tell migration if that section is
active and should be migrate. We use it for blk-migration, that is
normally not active. We don't create the method for RAM, as setups
without RAM are very strange O:-)
Signed-off-by
** Changed in: qemu
Assignee: (unassigned) => Javier Donoso (jedc375)
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1019467
Title:
Text mode cursor doesn't blink
Status in QEMU:
New
Bug de
This is the OpenCores OpenRISC 1200 support for QEMU.
Full implementation of the system-model and linux-user-model support.
OpenRISC 1200 is a OpenCores open source CPU,
its architecture manual can be found at
http://opencores.org/svnget,or1k?file=/trunk/docs/openrisc_arch.pdf
A OpenRISC Linux ke
Add OpenRISC machine.
Signed-off-by: Jia Liu
---
target-openrisc/cpu.h | 58 -
target-openrisc/machine.c | 22 -
2 files changed, 78 insertions(+), 2 deletions(-)
diff --git a/target-openrisc/cpu.h b/target-openrisc/cpu.h
index
Add OpenRISC target stubs and cpu support.
Signed-off-by: Jia Liu
---
arch_init.c |2 +
arch_init.h |1 +
configure| 14 +-
cpu-exec.c |2 +
default-configs/or32-softmmu.mak |4 +
elf.h
Add OpenRISC int instruction helpers.
Signed-off-by: Jia Liu
---
target-openrisc/Makefile.objs |2 +-
target-openrisc/helper.h |5 +++
target-openrisc/int_helper.c | 87 +
3 files changed, 93 insertions(+), 1 deletion(-)
create mode 100644
Add OpenRISC instruction tanslation routines.
Signed-off-by: Jia Liu
---
target-openrisc/translate.c | 1678 +++
1 file changed, 1678 insertions(+)
diff --git a/target-openrisc/translate.c b/target-openrisc/translate.c
index 4d4aa23..b69722c 100644
--- a/
Add a IIS dummy board.
Signed-off-by: Jia Liu
---
hw/openrisc/Makefile.objs |2 +-
hw/openrisc_sim.c | 150 +
2 files changed, 151 insertions(+), 1 deletion(-)
create mode 100644 hw/openrisc_sim.c
diff --git a/hw/openrisc/Makefile.objs b
Add OpenRISC gdb stub support.
Signed-off-by: Jia Liu
---
gdbstub.c | 64 +
1 file changed, 64 insertions(+)
diff --git a/gdbstub.c b/gdbstub.c
index 08cf864..5d37dd9 100644
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1155,6 +1155,68 @@ stat
Add OpenRISC MMU support.
Signed-off-by: Jia Liu
---
target-openrisc/cpu.h| 79 +++-
target-openrisc/mmu.c| 206 +-
target-openrisc/mmu_helper.c | 20
3 files changed, 303 insertions(+), 2 deletions(-)
diff --git a/ta
Add OpenRISC exception support.
Signed-off-by: Jia Liu
---
target-openrisc/Makefile.objs |4 ++--
target-openrisc/excp.c| 27 +++
target-openrisc/excp.h| 28
target-openrisc/excp_helper.c | 29
Add OpenRISC Programmable Interrupt Controller support.
Signed-off-by: Jia Liu
---
hw/openrisc/Makefile.objs |2 ++
hw/openrisc_pic.c | 60 +
target-openrisc/cpu.h |3 +++
3 files changed, 65 insertions(+)
create mode 100644 hw/o
Add QEMU OpenRISC linux user support.
Signed-off-by: Jia Liu
---
configure |1 +
default-configs/or32-linux-user.mak |1 +
linux-user/elfload.c| 41 +++
linux-user/main.c | 100 +++
linux-user/signal.c
Add OpenRISC float instruction helpers.
Signed-off-by: Jia Liu
---
target-openrisc/Makefile.objs |2 +-
target-openrisc/fpu_helper.c | 300 +
target-openrisc/helper.h | 33 +
3 files changed, 334 insertions(+), 1 deletion(-)
create mode 1
Add OpenRISC interrupt support.
Signed-off-by: Jia Liu
---
cpu-exec.c | 17
target-openrisc/Makefile.objs |2 +-
target-openrisc/cpu.h |8 +-
target-openrisc/helper.h| 25 +
target-openrisc/intrpt.c|
Add OpenRISC system instructions.
Signed-off-by: Jia Liu
---
target-openrisc/Makefile.objs |3 +-
target-openrisc/cpu.h |3 +
target-openrisc/helper.h |4 +
target-openrisc/sys_helper.c | 287 +
target-openrisc/translate.c |
Add OpenRISC timer support.
Signed-off-by: Jia Liu
---
hw/openrisc/Makefile.objs |2 +-
hw/openrisc_timer.c | 101 +
target-openrisc/cpu.h | 22 ++
3 files changed, 124 insertions(+), 1 deletion(-)
create mode 100644 hw/openri
Add OpenRISC linux syscall, signal and termbits.
Signed-off-by: Jia Liu
---
linux-user/openrisc/syscall.h | 24 ++
linux-user/openrisc/syscall_nr.h| 506 +++
linux-user/openrisc/target_signal.h | 26 ++
linux-user/openrisc/termbits.h | 294 +++
On Thu, Jun 28, 2012 at 05:46:02PM +0100, Peter Maydell wrote:
> On 20 June 2012 18:28, Rabin Vincent wrote:
> > Add a minimal dump-guest-memory support for ARM. The -p option is not
> > supported and we don't add any QEMU-specific notes.
>
> So what does this patch give us? This commit message
23 matches
Mail list logo