summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/acceptance: test hot(un)plug of ccw devicesCornelia Huck2020-12-211-0/+24
* target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson2020-12-215-73/+45Star
* target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson2020-12-215-82/+43Star
* target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson2020-12-215-67/+34Star
* target/s390x: Improve cc computation for ADD LOGICALRichard Henderson2020-12-215-74/+97
* qga/commands-posix: Send CCW address on s390x with the fsinfo dataThomas Huth2020-12-212-1/+53
* MAINTAINERS: move my git tree to gitlabCornelia Huck2020-12-211-5/+5
* s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank2020-12-212-3/+61
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2020-12-1820-307/+434
|\
| * riscv/opentitan: Update the OpenTitan memory layoutAlistair Francis2020-12-182-30/+74
| * hw/riscv: Use the CPU to determine if 32-bitAlistair Francis2020-12-185-37/+29Star
| * target/riscv: cpu: Set XLEN independently from targetAlistair Francis2020-12-181-9/+16
| * target/riscv: csr: Remove compile time XLEN checksAlistair Francis2020-12-182-88/+92
| * target/riscv: cpu_helper: Remove compile time XLEN checksAlistair Francis2020-12-181-5/+7
| * target/riscv: cpu: Remove compile time XLEN checksAlistair Francis2020-12-181-9/+10
| * target/riscv: Specify the XLEN for CPUsAlistair Francis2020-12-181-10/+23
| * target/riscv: Add a riscv_cpu_is_32bit() helper functionAlistair Francis2020-12-182-0/+11
| * target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis2020-12-182-24/+8Star
| * hw/riscv: sifive_u: Remove compile time XLEN checksAlistair Francis2020-12-181-25/+30
| * hw/riscv: spike: Remove compile time XLEN checksAlistair Francis2020-12-181-21/+24
| * hw/riscv: virt: Remove compile time XLEN checksAlistair Francis2020-12-181-15/+17
| * hw/riscv: boot: Remove compile time XLEN checksAlistair Francis2020-12-185-31/+39
| * riscv: virt: Remove target macro conditionalsAlistair Francis2020-12-182-7/+1Star
| * riscv: spike: Remove target macro conditionalsAlistair Francis2020-12-182-7/+1Star
| * target/riscv: Add a TYPE_RISCV_CPU_BASE CPUAlistair Francis2020-12-181-0/+6
| * hw/riscv: Expand the is 32-bit check to support more CPUsAlistair Francis2020-12-181-1/+11
| * intc/ibex_plic: Clear interrupts that occur during claim processAlistair Francis2020-12-181-3/+10
| * target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSRAlex Richardson2020-12-181-2/+2
| * target/riscv: Fix the bug of HLVX/HLV/HSVYifei Jiang2020-12-181-1/+2
| * hw/core/register.c: Don't use '#' flag of printf formatXinhao Zhang2020-12-181-8/+8
| * hw/riscv: microchip_pfsoc: add QSPI NOR flashVitaly Wool2020-12-182-0/+24
| * hw/riscv: sifive_u: Add UART1 DT node in the generated DTBAnup Patel2020-12-181-0/+15
|/
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell2020-12-1763-766/+956
|\
| * cpu: Remove unnecessary noop methodsEduardo Habkost2020-12-161-13/+0Star
| * tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost2020-12-161-1/+3
| * tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost2020-12-161-3/+8
| * tcg: cpu_exec_{enter,exit} helpersEduardo Habkost2020-12-161-5/+18
| * i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2020-12-162-13/+15
| * i386: move TCG cpu class initialization to tcg/Claudio Fontana2020-12-1619-148/+238
| * x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2020-12-162-1/+3
| * i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-1/+18
| * i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-2/+17
| * i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-6/+19
| * i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-17/+34
| * i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana2020-12-164-514/+539
| * i386: move TCG accel files into tcg/Claudio Fontana2020-12-1616-13/+14
| * i386: hvf: remove stale MAINTAINERS entry for old hvf stubsClaudio Fontana2020-12-161-1/+0Star
| * i386: move hax accel files into hax/Claudio Fontana2020-12-1613-11/+12
| * i386: move whpx accel files into whpx/Claudio Fontana2020-12-168-10/+7Star
| * i386: move kvm accel files into kvm/Claudio Fontana2020-12-1625-22/+26
|/