aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao
2022-01-06linux-user: Mark cpu_loop() with noreturn attributePhilippe Mathieu-Daudé
2022-01-06linux-user/hexagon: Use generic target_stat64 structurePhilippe Mathieu-Daudé
2022-01-06qemu-binfmt-conf.sh: fix -F optionMartin Wilck
2022-01-04common-user: Really fix i386 calls to safe_syscall_set_errno_tailRichard Henderson
2022-01-04Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-01-04common-user: Fix tail calls to safe_syscall_set_errno_tailRichard Henderson
2022-01-04sysemu: Cleanup qemu_run_machine_init_done_notifiers()Xiaoyao Li
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé
2022-01-04tcg/optimize: Fix folding of vector opsRichard Henderson
2022-01-04Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into stagingRichard Henderson
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst
2022-01-04ppc/ppc405: Dump specific registersCédric Le Goater
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater
2022-01-04ppc/ppc405: Fix timer initializationCédric Le Goater
2022-01-04ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater
2022-01-04target/ppc: Print out literal exception names in logsCédric Le Goater
2022-01-04target/ppc: Remove static inlineCédric Le Goater
2022-01-04target/ppc: Check effective address validityCédric Le Goater
2022-01-04target/ppc: Improve logging in Radix MMUCédric Le Goater
2022-01-04pnv_phb4.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza
2022-01-04pnv_phb3.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza
2022-01-04ppc/pnv: Remove the PHB4 "device-id" propertyCédric Le Goater
2022-01-04ppc/pnv: Remove PHB4 reset handlerCédric Le Goater
2022-01-04ppc/pnv: Change the maximum of PHB3 devices for Power8NVLCédric Le Goater
2022-01-03Merge tag 'pull-misc-20220103' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-01-03gitlab: Disable check-python-toxRichard Henderson
2021-12-31Merge tag 'machine-core-20211231' of https://github.com/philmd/qemu into stagingRichard Henderson
2021-12-31MAINTAINERS: email address changeLi Zhijian
2021-12-31MAINTAINERS: Change philmd's email addressPhilippe Mathieu-Daudé
2021-12-31MAINTAINERS: Self-recommended as reviewer of "Machine core"Yanan Wang
2021-12-31tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_initYanan Wang
2021-12-31tests/unit/test-smp-parse: No need to explicitly zero MachineClass membersYanan Wang
2021-12-31tests/unit/test-smp-parse: Add testcases for CPU clustersYanan Wang
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang
2021-12-31qemu-options: Improve readability of SMP related DocsYanan Wang
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé