This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-11-24 12:09:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7b24626cd0
xemu
/
target-microblaze
/
Makefile.objs
4 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: move other target-*/ objects to nested Makefile.objs Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-05-29 09:48:59 +00:00
obj-y
+=
translate.o op_helper.o helper.o cpu.o
cpu: Introduce CPUClass::gdb_{read,write}_register() Completes migration of target-specific code to new target-*/gdbstub.c. Acked-by: Michael Walle <michael@walle.cc> (for lm32) Acked-by: Max Filippov <jcmvbkbc@gmail.com> (for xtensa) Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-06-29 02:18:45 +00:00
obj-y
+=
gdbstub.o
target-microblaze: Mark as unmigratable cpu_{save,load} were no-ops, so de facto it is unmigratable and no backwards compatibility to keep. Therefore mark the MicroBlazeCPU as unmigratable at device level the QOM way and suppress "cpu_common" VMState registration by dropping CPU_SAVE_VERSION. Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Juan Quintela <quintela@redhat.com>
2013-01-20 18:03:32 +00:00
obj-$(CONFIG_SOFTMMU)
+=
mmu.o
Reference in New Issue
Copy Permalink