aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-04tests/tcg: Fix some targets default cross compiler pathPhilippe Mathieu-Daudé2-7/+13
2021-11-04tests/tcg: Enable container_cross_cc for microblazeRichard Henderson1-0/+6
2021-11-04tests/docker: Add debian-microblaze-cross imageRichard Henderson3-0/+95
2021-11-04tests/docker: Add debian-nios2-cross imageRichard Henderson4-0/+149
2021-11-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...Richard Henderson9-52/+45
2021-11-03Hexagon HVX (tests/tcg/hexagon) histogram testTaylor Simpson4-0/+1123
2021-11-03Hexagon HVX (tests/tcg/hexagon) scatter_gather testTaylor Simpson1-0/+1011
2021-11-03Hexagon HVX (tests/tcg/hexagon) hvx_misc testTaylor Simpson1-0/+469
2021-11-03Hexagon HVX (tests/tcg/hexagon) vector_add_int testTaylor Simpson1-0/+61
2021-11-03Hexagon HVX (target/hexagon) import instruction encodingsTaylor Simpson4-0/+819
2021-11-03Hexagon HVX (target/hexagon) instruction decodingTaylor Simpson4-2/+283
2021-11-03Hexagon HVX (target/hexagon) import semanticsTaylor Simpson4-0/+2804
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector storesTaylor Simpson1-0/+218
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector loadsTaylor Simpson1-0/+150
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector splat and absTaylor Simpson1-0/+26
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector comparesTaylor Simpson1-0/+103
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector logical opsTaylor Simpson1-0/+42
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector max/minTaylor Simpson1-0/+34
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector shiftsTaylor Simpson1-0/+122
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector add & subTaylor Simpson1-0/+50
2021-11-03Hexagon HVX (target/hexagon) helper overrides - vector assign & cmovTaylor Simpson1-0/+31
2021-11-03Hexagon HVX (target/hexagon) helper overrides for histogram instructionsTaylor Simpson1-0/+106
2021-11-03Hexagon HVX (target/hexagon) helper overrides infrastructureTaylor Simpson6-9/+35
2021-11-03Hexagon HVX (target/hexagon) TCG generationTaylor Simpson3-4/+311
2021-11-03Hexagon HVX (target/hexagon) helper functionsTaylor Simpson2-2/+296
2021-11-03Hexagon HVX (target/hexagon) instruction utility functionsTaylor Simpson3-0/+73
2021-11-03Hexagon HVX (target/hexagon) C preprocessor for decode treeTaylor Simpson1-0/+13
2021-11-03Hexagon HVX (target/hexagon) semantics generator - part 2Taylor Simpson3-22/+360
2021-11-03Hexagon HVX (target/hexagon) semantics generatorTaylor Simpson2-0/+46
2021-11-03Hexagon HVX (target/hexagon) import macro definitionsTaylor Simpson3-0/+955
2021-11-03Hexagon HVX (target/hexagon) macrosTaylor Simpson2-0/+376
2021-11-03Hexagon HVX (target/hexagon) instruction attributesTaylor Simpson1-0/+22
2021-11-03Hexagon HVX (target/hexagon) register namesTaylor Simpson2-1/+2
2021-11-03Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson6-6/+200
2021-11-03Hexagon HVX (target/hexagon) READMETaylor Simpson1-1/+80
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson47-203/+292
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson9-15/+17
2021-11-03Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211102-2' into stagingRichard Henderson20-35/+544
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson35-426/+829
2021-11-03Optimized the function of fill_connection_key.Rao, Lei4-32/+17
2021-11-03colo: Don't dump colo cache if dump-guest-core=offLukas Straub1-0/+6
2021-11-03Changed the last-mode to none of first start COLORao, Lei1-5/+3
2021-11-03Removed the qemu_fclose() in colo_process_incoming_threadRao, Lei1-5/+0
2021-11-03colo: fixed 'Segmentation fault' when the simplex mode PVM poweroffRao, Lei1-0/+1
2021-11-03Fixed SVM hang when do failover before PVM crashRao, Lei1-0/+2
2021-11-03Fixed qemu crash when guest power off in COLO modeRao, Lei1-1/+3
2021-11-03Some minor optimizations for COLORao, Lei2-2/+2
2021-11-03migration: Zero migration compression countersJuan Quintela1-0/+1
2021-11-03migration: initialise compression_counters for a new migrationyuxiating1-1/+2
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier3-6/+8