summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)2022-10-281-10/+157
* target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-285-90/+60Star
* target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-285-14/+70
* target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)2022-10-283-59/+55Star
* target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)2022-10-283-12/+76
* target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-17/+60
* target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-41/+127
* target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-33/+71
* target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)2022-10-285-18/+16Star
* target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-26/+60
* target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)2022-10-285-7/+9
* target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-21/+35
* target/ppc: move msgsync to decodetreeMatheus Ferst2022-10-283-14/+10Star
* target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst2022-10-283-26/+28
* target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst2022-10-283-32/+77
* target/ppc: fix REQUIRE_HV macro definitionMatheus Ferst2022-10-281-6/+6
* target/ppc: fix msgsync insns flagsMatheus Ferst2022-10-281-1/+1
* target/ppc: fix msgclr/msgsnd insns flagsMatheus Ferst2022-10-281-2/+2
* Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-2613-98/+649
|\
| * dump/win_dump: limit number of processed PRCBsViktor Prutyanov2022-10-261-0/+7
| * s390x: pv: Add dump supportJanosch Frank2022-10-263-33/+246
| * s390x: Add KVM PV dump interfaceJanosch Frank2022-10-262-0/+60
| * include/elf.h: add s390x note typesJanosch Frank2022-10-261-0/+2
| * s390x: Introduce PV query interfaceJanosch Frank2022-10-263-0/+77
| * s390x: Add protected dump capJanosch Frank2022-10-264-0/+22
| * dump: Add architecture section and section string table supportJanosch Frank2022-10-243-26/+166
| * dump: Reintroduce memory_offset and section_offsetJanosch Frank2022-10-241-0/+2
| * dump: Reorder struct DumpStateJanosch Frank2022-10-241-7/+9
| * dump: Write ELF section headers right after ELF headerJanosch Frank2022-10-241-17/+14Star
| * dump: Use a buffer for ELF section data and headersJanosch Frank2022-10-242-24/+53
* | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-2669-1221/+1304
|\ \
| * | accel/tcg: Remove restore_state_to_opc functionRichard Henderson2022-10-262-17/+2Star
| * | target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+9
| * | target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+16
| * | target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-3/+9
| * | target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+7
| * | target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+13
| * | target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+10
| * | target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-7/+11
| * | target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+14
| * | target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-15/+19
| * | target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-13/+19
| * | target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+7
| * | target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11