aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-10target/ppc: Fix decrementer time underflow and infinite timer loopNicholas Piggin1-0/+2
2023-06-10target/ppc: Rework store conditional to avoid branchNicholas Piggin1-33/+30
2023-06-10target/ppc: Remove larx/stcx. memory barrier semanticsNicholas Piggin1-11/+0
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin3-4/+14
2023-06-10target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin1-0/+1
2023-06-10target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan1-19/+21
2023-06-10target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan1-13/+13
2023-06-10target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan1-7/+3
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan2-10/+6
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan3-25/+22
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan3-15/+11
2023-06-10target/ppc: Remove single use functionBALATON Zoltan1-10/+1
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin2-8/+15
2023-06-10target/ppc: Support directed privileged doorbell interrupt (SDOOR)Nicholas Piggin1-1/+1
2023-06-10target/ppc: Fix msgclrp interrupt typeNicholas Piggin1-1/+1
2023-06-10target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alertNicholas Piggin1-1/+0
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin6-41/+85
2023-06-10pnv/xive2: Quiet down some error messagesFrederic Barrat1-0/+4
2023-06-10target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin1-2/+5
2023-06-10pnv/xive2: Handle TIMA access through all portsFrederic Barrat2-1/+5
2023-06-10pnv/xive2: Introduce macros to manipulate TIMA addressesFrederic Barrat2-7/+23
2023-06-10pnv/xive2: Allow writes to the Physical Thread Enable registersFrederic Barrat1-0/+1
2023-06-10pnv/xive2: Add definition for the ESB cache configuration registerFrederic Barrat2-0/+11
2023-06-10pnv/xive2: Add definition for TCTXT Config registerFrederic Barrat2-1/+11
2023-06-09tcg/tci: Fix MemOpIdx operand index for 3-operand memopsRichard Henderson1-1/+1
2023-06-09Merge tag 'pull-maintainers-20230608' of https://gitlab.com/jraman/qemu into ...Richard Henderson1-1/+0
2023-06-08maintainers: update maintainers list for vfio-user & multi-process QEMUJagannathan Raman1-1/+0
2023-06-08Merge tag 'pull-9p-20230608' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2-2/+64
2023-06-089pfs: prevent opening special files (CVE-2023-2861)Christian Schoenebeck2-2/+64
2023-06-07Merge tag 'pull-tricore-20230607' of https://github.com/bkoppelmann/qemu into...Richard Henderson28-91/+572
2023-06-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-2/+2
2023-06-07Merge tag 'pull-xen-20230607' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson16-327/+73
2023-06-07Merge tag 'pull-vfio-user-20230607' of https://gitlab.com/jraman/qemu into st...Richard Henderson2-4/+12
2023-06-07tests/tcg/tricore: Add recursion test for CSAsBastian Koppelmann2-1/+17
2023-06-07target/tricore: Fix wrong PSW for call insnsBastian Koppelmann1-0/+2
2023-06-07target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann4-56/+123
2023-06-07tests/tcg/tricore: Add first C programBastian Koppelmann6-0/+396
2023-06-07tests/tcg/tricore: Uses label for memory addressesBastian Koppelmann3-7/+6
2023-06-07tests/tcg/tricore: Move asm tests into 'asm' directoryBastian Koppelmann17-17/+18
2023-06-07Merge tag 'pull-ci-20230607' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson6-41/+38
2023-06-07iotests: fix 194: filter out racy postcopy-active eventVladimir Sementsov-Ogievskiy2-1/+5
2023-06-07gitlab: Add cross-arm64-kvm-onlyRichard Henderson1-0/+8
2023-06-07target/arm: Only include tcg/oversized-guest.h if CONFIG_TCGRichard Henderson1-2/+3
2023-06-07tcg/tci: Adjust call-clobbered regs for int128_tRichard Henderson1-4/+5
2023-06-07tcg/tci: Adjust passing of MemOpIdxRichard Henderson2-34/+17
2023-06-07docs: fix multi-process QEMU documentationJagannathan Raman1-1/+1
2023-06-07vfio-user: update commentsJagannathan Raman1-3/+11
2023-06-07xen-block: fix segv on unrealizeAnthony PERARD1-2/+4
2023-06-07hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow3-19/+2
2023-06-07hw/isa/piix3: Resolve redundant k->config_write assignmentsBernhard Beschow1-2/+1