aboutsummaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)AuthorFilesLines
2019-08-29target/mips: Clean up handling of CP0 register 19Aleksandar Markovic2-32/+36
2019-08-29target/mips: Clean up handling of CP0 register 18Aleksandar Markovic2-40/+44
2019-08-29target/mips: Clean up handling of CP0 register 17Aleksandar Markovic1-16/+16
2019-08-29target/mips: Clean up handling of CP0 register 16Aleksandar Markovic2-31/+32
2019-08-29target/mips: Clean up handling of CP0 register 15Aleksandar Markovic2-10/+11
2019-08-29target/mips: Clean up handling of CP0 register 14Aleksandar Markovic2-4/+5
2019-08-29target/mips: Clean up handling of CP0 register 13Aleksandar Markovic2-4/+6
2019-08-29target/mips: Clean up handling of CP0 register 12Aleksandar Markovic2-16/+19
2019-08-29target/mips: Clean up handling of CP0 register 11Aleksandar Markovic1-4/+4
2019-08-29target/mips: Clean up handling of CP0 register 10Aleksandar Markovic2-4/+5
2019-08-29target/mips: Clean up handling of CP0 register 9Aleksandar Markovic1-14/+14
2019-08-29target/mips: Clean up handling of CP0 register 8Aleksandar Markovic2-16/+17
2019-08-29target/mips: Clean up handling of CP0 register 7Aleksandar Markovic1-4/+4
2019-08-29target/mips: Clean up handling of CP0 register 6Aleksandar Markovic2-28/+34
2019-08-29target/mips: Clean up handling of CP0 register 5Aleksandar Markovic2-32/+38
2019-08-29target/mips: Clean up handling of CP0 register 4Aleksandar Markovic2-16/+22
2019-08-29target/mips: Clean up handling of CP0 register 3Aleksandar Markovic2-10/+11
2019-08-29target/mips: Clean up handling of CP0 register 2Aleksandar Markovic2-32/+39
2019-08-29target/mips: Clean up handling of CP0 register 1Aleksandar Markovic2-32/+40
2019-08-29target/mips: Clean up handling of CP0 register 0Aleksandar Markovic2-20/+23
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-11/+0
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-2/+0
2019-08-19target/mips: Style improvements in translate.cAleksandar Markovic1-380/+393
2019-08-19target/mips: Style improvements in machine.cAleksandar Markovic1-2/+2
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic1-6/+11
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic1-19/+23
2019-08-19target/mips: rationalise softfloat includesAlex Bennée4-7/+10
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-22target/mips: Fix emulation of MSA pack instructions on big endian hostsAleksandar Markovic1-0/+74
2019-07-22target/mips: Add 'fall through' comments for handling nanoMips' SHXS, SWXSAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for certain cases of MTTR handlingAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for certain cases of MFTR handlingAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for a case of MTHC0 handlingAleksandar Markovic1-0/+1
2019-07-03Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...Peter Maydell2-274/+483
2019-07-02target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic1-1/+3
2019-07-02target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic1-73/+125
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic1-17/+41
2019-07-02target/mips: Correct comments in translate.cAleksandar Markovic1-183/+314
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic1-12/+12
2019-06-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell2-190/+403
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic1-0/+37