aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-03-01target/riscv: remove RISCV_FEATURE_PMPDaniel Henrique Barboza
2023-03-01target/riscv: remove RISCV_FEATURE_EPMPDaniel Henrique Barboza
2023-03-01target/riscv/cpu.c: error out if EPMP is enabled without PMPDaniel Henrique Barboza
2023-03-01target/riscv: remove RISCV_FEATURE_DEBUGDaniel Henrique Barboza
2023-03-01target/riscv: allow MISA writes as experimentalDaniel Henrique Barboza
2023-03-01target/riscv: do not mask unsupported QEMU extensions in write_misa()Daniel Henrique Barboza
2023-03-01target/riscv: introduce riscv_cpu_cfg()Daniel Henrique Barboza
2023-03-01target/xtensa: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/cris: Don't use tcg_temp_local_newRichard Henderson
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/avr: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hexagon: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/loongarch: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/mips: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/riscv: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/rx: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sh4: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/tricore: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/arm: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse
2023-03-01i386/xen: handle HVMOP_get_paramJoao Martins
2023-03-01i386/xen: Reserve Xen special pages for console, xenstore ringsDavid Woodhouse
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse