aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake32-424/+161
2020-12-19migration: Refactor migrate_cap_addEric Blake1-13/+9
2020-12-19rocker: Revamp fp_port_get_infoEric Blake3-15/+12
2020-12-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell20-307/+434
2020-12-17riscv/opentitan: Update the OpenTitan memory layoutAlistair Francis2-30/+74
2020-12-17hw/riscv: Use the CPU to determine if 32-bitAlistair Francis5-37/+29
2020-12-17target/riscv: cpu: Set XLEN independently from targetAlistair Francis1-9/+16
2020-12-17target/riscv: csr: Remove compile time XLEN checksAlistair Francis2-88/+92
2020-12-17target/riscv: cpu_helper: Remove compile time XLEN checksAlistair Francis1-5/+7
2020-12-17target/riscv: cpu: Remove compile time XLEN checksAlistair Francis1-9/+10
2020-12-17target/riscv: Specify the XLEN for CPUsAlistair Francis1-10/+23
2020-12-17target/riscv: Add a riscv_cpu_is_32bit() helper functionAlistair Francis2-0/+11
2020-12-17target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis2-24/+8
2020-12-17hw/riscv: sifive_u: Remove compile time XLEN checksAlistair Francis1-25/+30
2020-12-17hw/riscv: spike: Remove compile time XLEN checksAlistair Francis1-21/+24
2020-12-17hw/riscv: virt: Remove compile time XLEN checksAlistair Francis1-15/+17
2020-12-17hw/riscv: boot: Remove compile time XLEN checksAlistair Francis5-31/+39
2020-12-17riscv: virt: Remove target macro conditionalsAlistair Francis2-7/+1
2020-12-17riscv: spike: Remove target macro conditionalsAlistair Francis2-7/+1
2020-12-17target/riscv: Add a TYPE_RISCV_CPU_BASE CPUAlistair Francis1-0/+6
2020-12-17hw/riscv: Expand the is 32-bit check to support more CPUsAlistair Francis1-1/+11
2020-12-17intc/ibex_plic: Clear interrupts that occur during claim processAlistair Francis1-3/+10
2020-12-17target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSRAlex Richardson1-2/+2
2020-12-17target/riscv: Fix the bug of HLVX/HLV/HSVYifei Jiang1-1/+2
2020-12-17hw/core/register.c: Don't use '#' flag of printf formatXinhao Zhang1-8/+8
2020-12-17hw/riscv: microchip_pfsoc: add QSPI NOR flashVitaly Wool2-0/+24
2020-12-17hw/riscv: sifive_u: Add UART1 DT node in the generated DTBAnup Patel1-0/+15
2020-12-17Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell63-766/+956
2020-12-16cpu: Remove unnecessary noop methodsEduardo Habkost1-13/+0
2020-12-16tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost1-1/+3
2020-12-16tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost1-3/+8
2020-12-16tcg: cpu_exec_{enter,exit} helpersEduardo Habkost1-5/+18
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2-13/+15
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana19-148/+238
2020-12-16x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2-1/+3
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-1/+18
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-2/+17
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-6/+19
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-17/+34
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana4-514/+539
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana16-13/+14
2020-12-16i386: hvf: remove stale MAINTAINERS entry for old hvf stubsClaudio Fontana1-1/+0
2020-12-16i386: move hax accel files into hax/Claudio Fontana13-11/+12
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana8-10/+7
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana25-22/+26
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell79-1595/+1832
2020-12-15build: -no-pie is no functional linker flagChristian Ehrhardt2-4/+0
2020-12-15scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé1-0/+3
2020-12-15compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2-12/+0
2020-12-15linux-user: remove GNUC checkMarc-André Lureau1-4/+0