mirror of https://github.com/xemu-project/xemu.git
MIPS queue for February 4th, 2020
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJeOSNhAAoJENSXKoln91plJskH/jwH32GeGbo2j26DKwamw5SR
OrbBeotFAVHj3o4RRPozhYHapM5drQugZoOQNaTFDLoqiMTQDkFsuLrtWqz5CAH6
C2agRerd3tvtw3kTaVPFf8ne+QYZVa1hDQaBXgursqrZn88rH4635EBaWEKkP/mN
IcLZQ1zQgcCNwe9kHldMq3QEf4V/wc0CyTbYXU3r2ni9lOpUDL5gXTTh7RR6xLIl
58joPZ5aDW5xgpaXRfT/JDtg0vgHwe02CNIdfSkXQuyldIybUowbdknbqE+YTHWD
dCnmAG86HuHaN+vgrdnt61P0nVgWIwYhv5JCQNug0He+sAKCGfRiyKoOV+31CKU=
=Cwhh
-----END PGP SIGNATURE-----
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-04-2020' into staging
MIPS queue for February 4th, 2020
# gpg: Signature made Tue 04 Feb 2020 07:55:13 GMT
# gpg: using RSA key D4972A8967F75A65
# gpg: Good signature from "Aleksandar Markovic <amarkovic@wavecomp.com>" [full]
# Primary key fingerprint: 8526 FBF1 5DA3 811F 4A01 DD75 D497 2A89 67F7 5A65
* remotes/amarkovic/tags/mips-queue-feb-04-2020:
target/mips: Separate FPU-related helpers into their own file
target/mips: Separate CP0-related helpers into their own file
target/mips: Fix handling of LL/SC instructions after 7dd547e5ab
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
163b095168
|
@ -1,5 +1,6 @@
|
|||
obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
|
||||
obj-y += gdbstub.o msa_helper.o
|
||||
obj-y += translate.o cpu.o gdbstub.o helper.o
|
||||
obj-y += op_helper.o cp0_helper.o fpu_helper.o
|
||||
obj-y += dsp_helper.o lmi_helper.o msa_helper.o
|
||||
obj-$(CONFIG_SOFTMMU) += mips-semi.o
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o cp0_timer.o
|
||||
obj-$(CONFIG_KVM) += kvm.o
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue