aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-29target/mips: Add emulation of MXU instructions S32LDD and S32LDDRCraig Janeczek1-7/+47
2018-10-29target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSUCraig Janeczek1-7/+94
2018-10-29target/mips: Add emulation of MXU instruction D16MACCraig Janeczek1-3/+87
2018-10-29target/mips: Add emulation of MXU instruction D16MULCraig Janeczek1-3/+63
2018-10-29target/mips: Add emulation of MXU instruction S8LDDCraig Janeczek1-3/+87
2018-10-29target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switchAleksandar Markovic1-18/+23
2018-10-29target/mips: Add emulation of MXU instructions S32I2M and S32M2ICraig Janeczek1-6/+85
2018-10-29target/mips: Add emulation of non-MXU MULL within MXU decoding engineCraig Janeczek1-1/+18
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn3'Craig Janeczek1-0/+10
2018-10-29target/mips: Add bit encoding for MXU operand getting pattern 'optn2'Craig Janeczek1-0/+6
2018-10-29target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'Aleksandar Markovic1-0/+6
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'Craig Janeczek1-0/+6
2018-10-29target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'Aleksandar Markovic1-0/+6
2018-10-29target/mips: Add MXU decoding engineAleksandar Markovic1-2/+1141
2018-10-29target/mips: Add and integrate MXU decoding engine placeholderAleksandar Markovic1-0/+8
2018-10-29target/mips: Amend MXU instruction opcodesAleksandar Markovic1-91/+69
2018-10-29target/mips: Define a bit for MXU in insn_flagsCraig Janeczek1-0/+1
2018-10-29target/mips: Introduce MXU registersCraig Janeczek2-0/+30
2018-10-29target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder casesAleksandar Markovic1-0/+2
2018-10-29Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181029-pull-request' ...Peter Maydell3-8/+13
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi3-2/+2
2018-10-29audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi2-8/+8
2018-10-29audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi2-2/+2
2018-10-29hw: AC97: make it more QOMconventionalLi Qiang1-4/+8
2018-10-29hw: ccid-card-emulated: cleanup resource when realize in error pathLi Qiang1-6/+14
2018-10-29hw: ccid-card-emulated: introduce clean_event_notifierLi Qiang1-0/+7
2018-10-29vga_int: remove unused function protypeyuchenlin1-1/+0
2018-10-29qxl: store channel id in qxl->idGerd Hoffmann2-7/+13
2018-10-29usb: ohci: make num_ports to an unsinged integerLi Qiang1-3/+3
2018-10-27Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into st...Peter Maydell8-11/+33
2018-10-26Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell9-2/+23498
2018-10-26hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé1-1/+1
2018-10-26hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2-2/+2
2018-10-26tests/bios-tables-test: Remove an useless castPhilippe Mathieu-Daudé1-1/+1
2018-10-26xen: Use the PCI_DEVICE macroPhilippe Mathieu-Daudé1-4/+4
2018-10-26qobject: Catch another straggler for use of qdict_put_str()Philippe Mathieu-Daudé1-1/+1
2018-10-26configure: Support pkg-config for zlibStefan Weil1-17/+23
2018-10-26tests: Fix typos in comments and help message (found by codespell)Stefan Weil8-9/+9
2018-10-26cpu.h: fix a typo in commentLi Qiang1-1/+1
2018-10-26linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota1-1/+1
2018-10-26qemu-iotests: make 218 executableCleber Rosa1-0/+0
2018-10-26scripts/qemu.py: remove trailing quotes on docstringCleber Rosa1-1/+1
2018-10-26scripts/decodetree.py: remove unused importsCleber Rosa1-2/+0
2018-10-26docs/devel/testing.rst: add missing newlines after code blockCleber Rosa1-0/+2
2018-10-26qemu-iotests: fix filename containing checksCleber Rosa1-2/+2
2018-10-26tests/tcg/README: fix location for lm32 testsCleber Rosa1-1/+1
2018-10-26memory.h: fix typos in commentsLi Qiang1-3/+3
2018-10-26vga_int: remove unused function protypeyuchenlin1-1/+0
2018-10-26configs/alpha: Remove unused CONFIG_PARALLEL_ISA switchThomas Huth1-1/+0
2018-10-26tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé1-4/+4