aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau10-50/+52
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau10-74/+71
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau10-86/+87
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau10-43/+42
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau10-51/+42
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau10-49/+46
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau10-66/+62
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau10-41/+32
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau10-43/+34
2019-01-07hw: remove SET_MACHINE_COMPATMarc-André Lureau1-12/+0
2019-01-07machine: move compat properties out of globalsMarc-André Lureau6-716/+637
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau9-93/+148
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau6-438/+577
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau8-19/+54
2019-01-04Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-reques...Peter Maydell3-44/+32
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang3-2/+1
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang2-15/+14
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang2-23/+14
2019-01-04fw_cfg: Improve error message when can't load splash fileLi Qiang1-4/+3
2019-01-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-11/+20
2019-01-04dmg: don't skip zero chunkyuchenlin1-7/+12
2019-01-04dmg: use enumeration type instead of hard coding numberyuchenlin1-2/+2
2019-01-04dmg: fix binary searchyuchenlin1-3/+7
2019-01-04dmg: Fixing wrong dmg block type value for block terminator.Julio Faracco1-1/+1
2019-01-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-december-2018...Peter Maydell8-1285/+2180
2019-01-03tests/tcg: mips: Test R5900 three-operand MADDU1Fredrik Noring1-2/+35
2019-01-03tests/tcg: mips: Test R5900 three-operand MADDUFredrik Noring2-0/+38
2019-01-03tests/tcg: mips: Test R5900 three-operand MADD1Fredrik Noring1-5/+38
2019-01-03tests/tcg: mips: Test R5900 three-operand MADDFredrik Noring2-0/+46
2019-01-03disas: nanoMIPS: Add a note on documentationAleksandar Markovic1-0/+7
2019-01-03disas: nanoMIPS: Reorder declarations and definitions of gpr decodersAleksandar Markovic2-103/+104
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding typeAleksandar Markovic1-0/+21
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding typeAleksandar Markovic2-3/+3
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding typeAleksandar Markovic1-0/+22
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding typeAleksandar Markovic2-4/+4
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding typeAleksandar Markovic1-0/+22
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding typeAleksandar Markovic2-4/+4
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding typeAleksandar Markovic1-0/+27
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding typeAleksandar Markovic2-6/+6
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding typeAleksandar Markovic1-0/+26
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding typeAleksandar Markovic2-11/+11
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding typeAleksandar Markovic1-0/+32
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding typeAleksandar Markovic2-6/+6
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding typeAleksandar Markovic1-3/+48
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding typeAleksandar Markovic2-49/+49
2019-01-03disas: nanoMIPS: Fix order of more invocationsAleksandar Markovic1-130/+130
2019-01-03disas: nanoMIPS: Name more functions in a more descriptive wayAleksandar Markovic2-120/+120
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 3Aleksandar Markovic2-130/+130
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 2Aleksandar Markovic2-122/+122
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 1Aleksandar Markovic2-72/+72