| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | m68k: write bootinfo as rom section and re-randomize on reboot | Jason A. Donenfeld | 2022-10-24 | 3 | -59/+111 |
| | * | | m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED | Jason A. Donenfeld | 2022-10-21 | 4 | -6/+21 |
| |/ / |
|
| * | | Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 2022-10-20 | 20 | -603/+914 |
| |\ \
| |/
|/| |
|
| | * | hw/ide/microdrive: Use device_cold_reset() for self-resets | Peter Maydell | 2022-10-20 | 1 | -4/+4 |
| | * | target/arm: Enable TARGET_TB_PCREL | Richard Henderson | 2022-10-20 | 6 | -71/+178 |
| | * | target/arm: Introduce gen_pc_plus_diff for aarch32 | Richard Henderson | 2022-10-20 | 1 | -17/+21 |
| | * | target/arm: Introduce gen_pc_plus_diff for aarch64 | Richard Henderson | 2022-10-20 | 1 | -12/+29 |
| | * | target/arm: Change gen_jmp* to work on displacements | Richard Henderson | 2022-10-20 | 1 | -16/+21 |
| | * | target/arm: Remove gen_exception_internal_insn pc argument | Richard Henderson | 2022-10-20 | 2 | -8/+8 |
| | * | target/arm: Change gen_exception_insn* to work on displacements | Richard Henderson | 2022-10-20 | 6 | -46/+43 |
| | * | target/arm: Change gen_*set_pc_im to gen_*update_pc | Richard Henderson | 2022-10-20 | 5 | -54/+56 |
| | * | target/arm: Change gen_goto_tb to work on displacements | Richard Henderson | 2022-10-20 | 2 | -23/+27 |
| | * | target/arm: Introduce curr_insn_len | Richard Henderson | 2022-10-20 | 3 | -4/+8 |
| | * | target/arm: Use bool consistently for get_phys_addr subroutines | Richard Henderson | 2022-10-20 | 1 | -4/+3 |
| | * | target/arm: Split out get_phys_addr_twostage | Richard Henderson | 2022-10-20 | 1 | -91/+100 |
| | * | target/arm: Use softmmu tlbs for page table walking | Richard Henderson | 2022-10-20 | 3 | -75/+145 |
| | * | target/arm: Move be test for regime into S1TranslateResult | Richard Henderson | 2022-10-20 | 1 | -2/+4 |
| | * | target/arm: Plumb debug into S1Translate | Richard Henderson | 2022-10-20 | 1 | -18/+37 |
| | * | target/arm: Split out S1Translate type | Richard Henderson | 2022-10-20 | 1 | -61/+79 |
| | * | target/arm: Restrict tlb flush from vttbr_write to vmid change | Richard Henderson | 2022-10-20 | 1 | -2/+2 |
| | * | target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx | Richard Henderson | 2022-10-20 | 3 | -49/+127 |
| | * | target/arm: Add ARMMMUIdx_Phys_{S,NS} | Richard Henderson | 2022-10-20 | 3 | -4/+24 |
| | * | target/arm: Use probe_access_full for BTI | Richard Henderson | 2022-10-20 | 5 | -31/+20 |
| | * | target/arm: Use probe_access_full for MTE | Richard Henderson | 2022-10-20 | 5 | -86/+36 |
| | * | target/arm: Enable TARGET_PAGE_ENTRY_EXTRA | Richard Henderson | 2022-10-20 | 2 | -0/+15 |
| | * | target/arm: update the cortex-a15 MIDR to latest rev | Alex Bennée | 2022-10-20 | 1 | -1/+3 |
| | * | hw/char/pl011: fix baud rate calculation | Baruch Siach | 2022-10-20 | 1 | -1/+1 |
| |/ |
|
| * | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 2022-10-18 | 32 | -2931/+5980 |
| |\ |
|
| | * | target/i386: remove old SSE decoder | Paolo Bonzini | 2022-10-18 | 5 | -1907/+19 |
| | * | target/i386: move 3DNow to the new decoder | Paolo Bonzini | 2022-10-18 | 6 | -76/+74 |
| | * | tests/tcg: extend SSE tests to AVX | Paolo Bonzini | 2022-10-18 | 3 | -94/+112 |
| | * | target/i386: Enable AVX cpuid bits when using TCG | Paul Brook | 2022-10-18 | 1 | -5/+5 |
| | * | target/i386: implement VLDMXCSR/VSTMXCSR | Paolo Bonzini | 2022-10-18 | 2 | -0/+45 |
| | * | target/i386: implement XSAVE and XRSTOR of AVX registers | Paolo Bonzini | 2022-10-18 | 1 | -3/+75 |
| | * | target/i386: reimplement 0x0f 0x28-0x2f, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -0/+185 |
| | * | target/i386: reimplement 0x0f 0x10-0x17, add AVX | Paolo Bonzini | 2022-10-18 | 5 | -0/+264 |
| | * | target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -0/+81 |
| | * | target/i386: reimplement 0x0f 0x38, add AVX | Paolo Bonzini | 2022-10-18 | 6 | -8/+524 |
| | * | target/i386: Use tcg gvec ops for pmovmskb | Richard Henderson | 2022-10-18 | 1 | -5/+83 |
| | * | target/i386: reimplement 0x0f 0x3a, add AVX | Paolo Bonzini | 2022-10-18 | 5 | -1/+491 |
| | * | target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes | Paolo Bonzini | 2022-10-18 | 2 | -5/+5 |
| | * | target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX | Paolo Bonzini | 2022-10-18 | 4 | -11/+122 |
| | * | target/i386: reimplement 0x0f 0x70-0x77, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -6/+293 |
| | * | target/i386: reimplement 0x0f 0x78-0x7f, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -0/+138 |
| | * | target/i386: reimplement 0x0f 0x50-0x5f, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -1/+210 |
| | * | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -1/+63 |
| | * | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini | 2022-10-18 | 3 | -1/+262 |
| | * | target/i386: Introduce 256-bit vector helpers | Paolo Bonzini | 2022-10-18 | 4 | -0/+14 |
| | * | target/i386: implement additional AVX comparison operators | Paolo Bonzini | 2022-10-18 | 2 | -0/+65 |
| | * | target/i386: provide 3-operand versions of unary scalar helpers | Paolo Bonzini | 2022-10-18 | 3 | -25/+61 |