summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-22/+26
| * | target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+9
| * | accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-263-3/+34
| * | accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-263-31/+10Star
| * | accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2022-10-262-50/+50
| * | accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson2022-10-261-2/+6
| * | accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson2022-10-261-8/+5Star
| * | accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson2022-10-263-14/+11Star
| * | accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson2022-10-261-1/+1
| * | accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2022-10-263-14/+3Star
| * | accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson2022-10-263-10/+11
| * | accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson2022-10-263-4/+5
| * | accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson2022-10-265-30/+55
| * | accel/tcg: Remove duplicate store to tb->page_addr[]Richard Henderson2022-10-261-3/+0Star
| * | accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMCRichard Henderson2022-10-261-23/+2Star
| * | accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2022-10-262-8/+5Star
| * | accel/tcg: Split out tb-maint.cRichard Henderson2022-10-264-755/+802
| * | accel/tcg: Split out PageDesc to internal.hRichard Henderson2022-10-262-30/+32
| * | accel/tcg: Remove disabled debug in translate-all.cRichard Henderson2022-10-261-109/+0Star
| * | accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-265-13/+19
| * | include/qemu/thread: Use qatomic_* functionsRichard Henderson2022-10-261-4/+4
| * | include/qemu/atomic: Use qemu_build_assertRichard Henderson2022-10-261-8/+8
| * | include/qemu/osdep: Add qemu_build_assertRichard Henderson2022-10-261-0/+8
| * | accel/tcg: Add a quicker check for breakpointsLeandro Lupori2022-10-261-6/+9
| * | tcg/aarch64: Remove unused code in tcg_out_opQi Hu2022-10-251-17/+14Star
| * | tcg/loongarch64: Add direct jump supportQi Hu2022-10-252-7/+50
| * | Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell2022-10-252-5/+7
| |/
* | Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2022-10-2615-39/+452
|\ \
| * | arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater2022-10-241-3/+3
| * | m25p80: Add the w25q01jvq SFPD tablePatrick Williams2022-10-243-1/+40
| * | m25p80: Add the w25q512jv SFPD tableCédric Le Goater2022-10-243-1/+39
| * | m25p80: Add the w25q256 SFPD tableCédric Le Goater2022-10-243-1/+44
| * | m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater2022-10-243-2/+71
| * | m25p80: Add the mx25l25635f SFPD tableCédric Le Goater2022-10-243-0/+71
| * | m25p80: Add the mx25l25635e SFPD tableCédric Le Goater2022-10-243-1/+30
| * | m25p80: Add erase size for mx25l25635eCédric Le Goater2022-10-241-1/+2
| * | m25p80: Add the n25q256a SFDP tableCédric Le Goater2022-10-244-3/+66
| * | m25p80: Add basic support for the SFDP commandCédric Le Goater2022-10-244-1/+47