aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson
2021-12-19linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson
2021-12-19linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson
2021-12-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2021-12-18hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé
2021-12-18tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521Philippe Mathieu-Daudé
2021-12-18hw/scsi/megasas: Fails command if SGL buffer overflowsPhilippe Mathieu-Daudé
2021-12-18hw/scsi: Fix scsi_bus_init_named() docstringPhilippe Mathieu-Daudé
2021-12-18meson: add "check" argument to run_commandPaolo Bonzini
2021-12-18cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini
2021-12-18meson: reenable test-fdmon-epollPaolo Bonzini
2021-12-18configure: remove DIRSPaolo Bonzini
2021-12-18configure: remove unnecessary symlinksPaolo Bonzini
2021-12-18configure, meson: move ARCH to meson.buildPaolo Bonzini
2021-12-18meson: rename "arch" variablePaolo Bonzini
2021-12-18configure: unify x86_64 and x32Paolo Bonzini
2021-12-18configure: unify ppc64 and ppc64lePaolo Bonzini
2021-12-18configure: unify two case statements on $cpuPaolo Bonzini
2021-12-18configure: move target detection before CPU detectionPaolo Bonzini
2021-12-18configure: make $targetos lowercase, use windows instead of MINGW32Paolo Bonzini
2021-12-17Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Richard Henderson
2021-12-17Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson
2021-12-17ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devicesCédric Le Goater
2021-12-17ppc/pnv: Move realize of PEC stacks under the PEC modelCédric Le Goater
2021-12-17ppc/pnv: Remove "system-memory" property from PHB4 PECCédric Le Goater
2021-12-17ppc/pnv: Compute the PHB index from the PHB4 PEC modelCédric Le Goater
2021-12-17ppc/pnv: Introduce a num_stack class attributeCédric Le Goater
2021-12-17ppc/pnv: Introduce a "chip" property under the PHB4 modelCédric Le Goater
2021-12-17ppc/pnv: Introduce version and device_id class atributes for PHB4 devicesCédric Le Goater
2021-12-17ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devicesCédric Le Goater
2021-12-17ppc/pnv: Use QOM hierarchy to scan PHB3 devicesCédric Le Goater
2021-12-17ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()Cédric Le Goater
2021-12-17ppc/pnv: Drop the "num-phbs" propertyCédric Le Goater
2021-12-17ppc/pnv: Use the chip class to check the index of PHB3 devicesCédric Le Goater
2021-12-17ppc/pnv: Introduce a "chip" property under PHB3Cédric Le Goater
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst
2021-12-17target/ppc: fix xscvqpdp register accessMatheus Ferst