aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11riscv: Add initial support for Shakti C machineVijai Kumar K6-0/+265
2021-05-11target/riscv: Add Shakti C class CPUVijai Kumar K2-0/+2
2021-05-11hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]Bin Meng1-1/+1
2021-05-11target/riscv: Align the data type of reset vector addressDylan Jhong1-1/+1
2021-05-11docs/system/generic-loader.rst: Fix styleAxel Heider1-3/+6
2021-05-11target/riscv: Remove privilege v1.9 specific CSR related codeAtish Patra7-72/+23
2021-05-11main-loop: remove dead codePaolo Bonzini2-79/+0
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini1-207/+36
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini1-12/+18
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini3-16/+39
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini1-6/+6
2021-05-11target/i386: extract mmu_translatePaolo Bonzini1-65/+86
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini4-21/+31
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini2-10/+5
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana3-1/+26
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana4-3/+3
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana2-15/+18
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana1-0/+10
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana1-104/+51
2021-05-10i386: split off sysemu part of cpu.cClaudio Fontana4-379/+429
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana7-229/+311
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana5-61/+80
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana4-39/+63
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana5-467/+519
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana6-277/+311
2021-05-10i386: split tcg excp_helper into sysemu and user partsClaudio Fontana5-573/+623
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