aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson19-15/+42
2021-12-19bsd-user: Create special-errno.hRichard Henderson2-1/+29
2021-12-19linux-user: Create special-errno.hRichard Henderson6-18/+37
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson35-70/+70
2021-12-19bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson31-46/+45
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson19-254/+1
2021-12-19linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson2-0/+92
2021-12-19linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson2-0/+151
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson10-84/+144
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson7-396/+396
2021-12-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson12-177/+173
2021-12-18hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé1-0/+4
2021-12-18tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521Philippe Mathieu-Daudé1-0/+30
2021-12-18hw/scsi/megasas: Fails command if SGL buffer overflowsPhilippe Mathieu-Daudé1-0/+1
2021-12-18hw/scsi: Fix scsi_bus_init_named() docstringPhilippe Mathieu-Daudé1-1/+1
2021-12-18meson: add "check" argument to run_commandPaolo Bonzini1-3/+3
2021-12-18cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini2-7/+0
2021-12-18meson: reenable test-fdmon-epollPaolo Bonzini1-1/+1
2021-12-18configure: remove DIRSPaolo Bonzini1-8/+1
2021-12-18configure: remove unnecessary symlinksPaolo Bonzini2-2/+1
2021-12-18configure, meson: move ARCH to meson.buildPaolo Bonzini2-26/+21
2021-12-18meson: rename "arch" variablePaolo Bonzini1-6/+6
2021-12-18configure: unify x86_64 and x32Paolo Bonzini2-6/+3
2021-12-18configure: unify ppc64 and ppc64lePaolo Bonzini2-7/+7
2021-12-18configure: unify two case statements on $cpuPaolo Bonzini1-35/+32
2021-12-18configure: move target detection before CPU detectionPaolo Bonzini1-60/+55
2021-12-18configure: make $targetos lowercase, use windows instead of MINGW32Paolo Bonzini1-33/+25
2021-12-17Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Richard Henderson10-9/+52
2021-12-17Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson59-1646/+2513
2021-12-17ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devicesCédric Le Goater1-7/+13
2021-12-17ppc/pnv: Move realize of PEC stacks under the PEC modelCédric Le Goater2-37/+34
2021-12-17ppc/pnv: Remove "system-memory" property from PHB4 PECCédric Le Goater2-7/+1
2021-12-17ppc/pnv: Compute the PHB index from the PHB4 PEC modelCédric Le Goater2-3/+17
2021-12-17ppc/pnv: Introduce a num_stack class attributeCédric Le Goater3-8/+12
2021-12-17ppc/pnv: Introduce a "chip" property under the PHB4 modelCédric Le Goater3-0/+11
2021-12-17ppc/pnv: Introduce version and device_id class atributes for PHB4 devicesCédric Le Goater3-2/+6
2021-12-17ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devicesCédric Le Goater2-11/+10
2021-12-17ppc/pnv: Use QOM hierarchy to scan PHB3 devicesCédric Le Goater1-18/+54
2021-12-17ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()Cédric Le Goater2-12/+11
2021-12-17ppc/pnv: Drop the "num-phbs" propertyCédric Le Goater1-1/+0
2021-12-17ppc/pnv: Use the chip class to check the index of PHB3 devicesCédric Le Goater1-1/+1
2021-12-17ppc/pnv: Introduce a "chip" property under PHB3Cédric Le Goater3-0/+6
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza6-0/+85
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza5-4/+42
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza7-1/+146
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza2-0/+73
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza5-1/+21
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza5-8/+51
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza6-4/+157