aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-10i386: split smm helper (sysemu)Claudio Fontana6-18/+16
2021-05-10i386: split off sysemu-only functionality in tcg-cpuPaolo Bonzini7-71/+121
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana8-14/+18
2021-05-10target/i386: fix host_cpu_adjust_phys_bits error handlingClaudio Fontana1-10/+12
2021-05-10accel: introduce new accessor functionsClaudio Fontana4-12/+35
2021-05-10cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefnClaudio Fontana2-13/+13
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana15-379/+652
2021-05-10target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstorRichard Henderson1-16/+34
2021-05-10target/i386: Rename helper_fldt, helper_fsttRichard Henderson1-10/+9
2021-05-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...Peter Maydell10-14/+40
2021-05-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...Peter Maydell27-413/+720
2021-05-10hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck1-1/+1
2021-05-10hw/arm/mps2-tz: Implement AN524 memory remapping via machine propertyPeter Maydell2-1/+117
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell2-3/+19
2021-05-10hw/misc/mps2-scc: Add "QEMU interface" commentPeter Maydell1-0/+12
2021-05-10hw/arm/imx25_pdk: Fix error message for invalid RAM sizePhilippe Mathieu-Daudé1-3/+2
2021-05-10include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell3-6/+10
2021-05-10include/qemu/bswap.h: Handle being included outside extern "C" blockPeter Maydell1-4/+22
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell3-4/+20
2021-05-10hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2021-05-10xen-block: Use specific blockdev driverAnthony PERARD1-1/+13
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD2-3/+12
2021-05-10xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin1-1/+14
2021-05-10target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell1-0/+14
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell4-11/+14
2021-05-10target/arm: Make functions used by translate-neon globalPeter Maydell2-8/+10
2021-05-10target/arm: Move NeonGenThreeOpEnvFn typedef to translate.hPeter Maydell2-3/+2
2021-05-10target/arm: Delete unused typedefPeter Maydell1-2/+0
2021-05-10target/arm: Move vfp_reg_ptr() to translate-neon.c.incPeter Maydell2-7/+7
2021-05-10target/arm: Make translate-vfp.c.inc its own compilation unitPeter Maydell4-9/+13
2021-05-10target/arm: Make functions used by translate-vfp globalPeter Maydell2-17/+26
2021-05-10target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.incPeter Maydell2-20/+20
2021-05-10target/arm: Move gen_aa32 functions to translate-a32.hPeter Maydell2-35/+69
2021-05-10target/arm: Split m-nocp trans functions into their own filePeter Maydell5-198/+226
2021-05-10target/arm: Make functions used by m-nocp globalPeter Maydell3-33/+65
2021-05-10target/arm: Share unallocated_encoding() and gen_exception_insn()Peter Maydell4-22/+12
2021-05-10target/arm: Move constant expanders to translate.hPeter Maydell2-24/+24
2021-05-10target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()Peter Maydell1-1/+1
2021-05-10linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson1-0/+13
2021-05-10docs: fix link in sbsa descriptionAlex Bennée1-1/+1
2021-05-10virtio-gpu: add virtio-vga-glGerd Hoffmann3-0/+54
2021-05-10modules: add have_vgaGerd Hoffmann2-0/+8
2021-05-10virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann3-0/+62
2021-05-10virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann2-8/+12
2021-05-10virtio-gpu: drop use_virgl_rendererGerd Hoffmann3-37/+14
2021-05-10virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2-4/+9
2021-05-10virtio-gpu: drop VIRGL() macroGerd Hoffmann1-17/+0
2021-05-10virtio-gpu: move update_cursor_dataGerd Hoffmann3-32/+42
2021-05-10virtio-gpu: move virgl process_cmdGerd Hoffmann3-4/+18
2021-05-10virtio-gpu: move virgl gl_flushedGerd Hoffmann2-15/+13