summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/riscv: Add Hypervisor machine CSRs accessesAlistair Francis2020-02-271-0/+27
| * | target/riscv: Add Hypervisor virtual CSRs accessesAlistair Francis2020-02-271-0/+116
| * | target/riscv: Add Hypervisor CSR access functionsAlistair Francis2020-02-271-2/+134
| * | target/riscv: Dump Hypervisor registers if enabledAlistair Francis2020-02-271-0/+33
| * | target/riscv: Print priv and virt in disas logAlistair Francis2020-02-271-0/+8
| * | target/riscv: Fix CSR perm checking for HS modeAlistair Francis2020-02-271-4/+14
| * | target/riscv: Add the force HS exception modeAlistair Francis2020-02-273-0/+26
| * | target/riscv: Add the virtulisation modeAlistair Francis2020-02-273-0/+25
| * | target/riscv: Rename the H irqs to VS irqsAlistair Francis2020-02-272-9/+9
| * | target/riscv: Add support for the new execption numbersAlistair Francis2020-02-274-20/+37
| * | target/riscv: Add the Hypervisor CSRs to CPUStateAlistair Francis2020-02-273-18/+48
| * | target/riscv: Add the Hypervisor extensionAlistair Francis2020-02-271-0/+1
| * | target/riscv: Convert MIP CSR to target_ulongAlistair Francis2020-02-272-2/+2
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200302-pull-request' ...Peter Maydell2020-03-022-3/+3
|\ \ \
| * | | qxl: map rom r/oGerd Hoffmann2020-03-021-1/+1
| * | | Arithmetic error in EDID generation fixedAnton V. Boyarshinov2020-03-021-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200228' into stagingPeter Maydell2020-03-024-53/+60
|\ \ \
| * | | accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée2020-02-291-9/+26
| * | | accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée2020-02-291-5/+6
| * | | accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée2020-02-291-8/+0Star
| * | | accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée2020-02-291-9/+10
| * | | tcg/arm: Expand epilogue inlineRichard Henderson2020-02-281-10/+2Star
| * | | tcg/arm: Split out tcg_out_epilogueRichard Henderson2020-02-281-8/+11
| * | | compiler.h: Don't use compile-time assert when __NO_INLINE__ is definedZenghui Yu2020-02-281-1/+1
| * | | accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée2020-02-281-10/+11
| |/ /
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-03-0226-32/+31Star
|\ \ \ | |/ / |/| |
| * | vl: Abort if multiple machines are registered as defaultPhilippe Mathieu-Daudé2020-02-281-2/+4
| * | hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-2820-24/+26
| * | hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé2020-02-285-5/+0Star
| * | hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()Philippe Mathieu-Daudé2020-02-281-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200228'...Peter Maydell2020-02-2834-472/+873
|\ \
| * | hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2Peter Maydell2020-02-281-0/+9
| * | target/arm: Implement ARMv8.3-CCIDXPeter Maydell2020-02-282-1/+35
| * | target/arm: Implement v8.4-RCPCPeter Maydell2020-02-284-1/+97
| * | target/arm: Implement v8.3-RCPCPeter Maydell2020-02-284-0/+31
| * | target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell2020-02-281-2/+2
| * | tests/acceptance/integratorcp: Verify Tux is displayed on framebufferPhilippe Mathieu-Daudé2020-02-281-0/+52
| * | tests/acceptance: Extract boot_integratorcp() from test_integratorcp()Philippe Mathieu-Daudé2020-02-281-7/+11
| * | tests/acceptance: Add a test for the integratorcp arm machineThomas Huth2020-02-282-0/+44
| * | tests/acceptance: Add a test for the N800 and N810 arm machinesThomas Huth2020-02-282-0/+50
| * | hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck2020-02-281-17/+0Star
| * | hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck2020-02-281-2/+3
| * | target/arm: Split VMINMAXNM decodeRichard Henderson2020-02-282-77/+44Star
| * | target/arm: Split VFM decodeRichard Henderson2020-02-282-14/+55
| * | target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson2020-02-281-90/+60Star
| * | target/arm: Remove ARM_FEATURE_VFP*Richard Henderson2020-02-285-37/+0Star
| * | linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAPRichard Henderson2020-02-281-10/+13
| * | target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson2020-02-281-54/+29Star
| * | target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson2020-02-283-44/+50
| * | target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson2020-02-281-4/+0Star