aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-12Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell
2021-05-12coverity-scan: list components, move model to scripts/coverity-scanPaolo Bonzini
2021-05-12configure: fix detection of gdbus-codegenPaolo Bonzini
2021-05-12qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdictPaolo Bonzini
2021-05-12Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210510' into st...Peter Maydell
2021-05-11Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390-ccw-bios-2021-05...Peter Maydell
2021-05-11Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell
2021-05-11main-loop: remove dead codePaolo Bonzini
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini
2021-05-11target/i386: extract mmu_translatePaolo Bonzini
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana
2021-05-10i386: split off sysemu part of cpu.cClaudio Fontana
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana
2021-05-10i386: split tcg excp_helper into sysemu and user partsClaudio Fontana
2021-05-10i386: split smm helper (sysemu)Claudio Fontana
2021-05-10i386: split off sysemu-only functionality in tcg-cpuPaolo Bonzini
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana
2021-05-10target/i386: fix host_cpu_adjust_phys_bits error handlingClaudio Fontana
2021-05-10accel: introduce new accessor functionsClaudio Fontana
2021-05-10cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefnClaudio Fontana
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana
2021-05-10target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstorRichard Henderson
2021-05-10target/i386: Rename helper_fldt, helper_fsttRichard Henderson
2021-05-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...Peter Maydell
2021-05-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...Peter Maydell
2021-05-10hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck
2021-05-10hw/arm/mps2-tz: Implement AN524 memory remapping via machine propertyPeter Maydell
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell
2021-05-10hw/misc/mps2-scc: Add "QEMU interface" commentPeter Maydell
2021-05-10hw/arm/imx25_pdk: Fix error message for invalid RAM sizePhilippe Mathieu-Daudé
2021-05-10include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell
2021-05-10include/qemu/bswap.h: Handle being included outside extern "C" blockPeter Maydell
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell
2021-05-10hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell
2021-05-10xen-block: Use specific blockdev driverAnthony PERARD
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD