summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Hexagon (target/hexagon) opcode data structuresTaylor Simpson2021-02-182-0/+200
| * | Hexagon (target/hexagon) generater phase 4 - decode treeTaylor Simpson2021-02-181-0/+351
| * | Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode treeTaylor Simpson2021-02-181-0/+188
| * | Hexagon (target/hexagon) generator phase 2 - generate header filesTaylor Simpson2021-02-1810-0/+1565
| * | Hexagon (target/hexagon) generator phase 1 - C preprocessor for semanticsTaylor Simpson2021-02-181-0/+88
| * | Hexagon (target/hexagon/imported) arch importTaylor Simpson2021-02-1814-0/+9236
| * | Hexagon (target/hexagon/fma_emu.[ch]) utility functionsTaylor Simpson2021-02-182-0/+738
| * | Hexagon (target/hexagon/conv_emu.[ch]) utility functionsTaylor Simpson2021-02-182-0/+208
| * | Hexagon (target/hexagon/arch.[ch]) utility functionsTaylor Simpson2021-02-182-0/+334
| * | Hexagon (target/hexagon) instruction printingTaylor Simpson2021-02-182-0/+173
| * | Hexagon (target/hexagon) instruction/packet decodeTaylor Simpson2021-02-182-0/+989
| * | Hexagon (target/hexagon) instruction attributesTaylor Simpson2021-02-182-0/+132
| * | Hexagon (target/hexagon) register fieldsTaylor Simpson2021-02-183-0/+104
| * | Hexagon (target/hexagon) instruction and packet typesTaylor Simpson2021-02-181-0/+74
| * | Hexagon (target/hexagon) architecture typesTaylor Simpson2021-02-181-0/+38
| * | Hexagon (target/hexagon) GDB StubTaylor Simpson2021-02-182-0/+49
| * | Hexagon (target/hexagon) scalar core helpersTaylor Simpson2021-02-182-0/+1152
| * | Hexagon (target/hexagon) register namesTaylor Simpson2021-02-181-0/+83
| * | Hexagon (disas) disassemblerTaylor Simpson2021-02-183-0/+67
| * | Hexagon (target/hexagon) scalar core definitionTaylor Simpson2021-02-185-0/+599
| * | Hexagon (include/elf.h) ELF machine definitionTaylor Simpson2021-02-181-0/+1
| * | Hexagon (target/hexagon) READMETaylor Simpson2021-02-181-0/+235
| * | Hexagon Update MAINTAINERS fileTaylor Simpson2021-02-181-0/+9
| * | qemu/int128: Add int128_orRichard Henderson2021-02-181-0/+10
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210218-pull-request' ...Peter Maydell2021-02-182-3/+17
|\ \ | |/ |/|
| * usb/pcap: set flag_setupGerd Hoffmann2021-02-171-0/+2
| * usb-host: use correct altsetting in usb_host_ep_updateNick Rosbrook2021-02-171-3/+15
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-plugin-updates-180221...Peter Maydell2021-02-1836-215/+769
|\ \
| * | tests/acceptance: add a memory callback checkAlex Bennée2021-02-181-0/+31
| * | tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée2021-02-181-7/+20
| * | tests/acceptance: add a new tests to detect counting errorsAlex Bennée2021-02-181-0/+26
| * | accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-187-27/+49
| * | accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-182-39/+15Star
| * | accel/tcg: re-factor non-RAM execution codeAlex Bennée2021-02-181-15/+15
| * | accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée2021-02-181-40/+4Star
| * | accel/tcg: actually cache our partial icount TBAlex Bennée2021-02-181-8/+9
| * | tests/acceptance: add a new set of tests to exercise pluginsAlex Bennée2021-02-182-0/+92
| * | tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée2021-02-184-1/+38
| * | target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2021-02-182-12/+18
| * | target/mips: Create mips_io_recompile_replay_branchRichard Henderson2021-02-182-10/+20
| * | accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-182-4/+23
| * | exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-189-12/+8Star
| * | accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée2021-02-181-21/+11Star
| * | contrib: Open brace '{' following struct go on the same linezhouyang2021-02-181-2/+1Star
| * | contrib: space required after that ','zhouyang2021-02-181-6/+6
| * | contrib: Add spaces around operatorzhouyang2021-02-181-1/+1
| * | contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang2021-02-181-1/+1
| * | contrib: Don't use '#' flag of printf formatzhouyang2021-02-184-6/+6
| * | plugins: new hwprofile pluginAlex Bennée2021-02-183-0/+340
| * | plugins: add API to return a name for a IO deviceAlex Bennée2021-02-182-0/+26