aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow9-17/+37
2023-06-13hw/char/parallel: Export struct ParallelStateBernhard Beschow2-20/+21
2023-06-13hw/scsi/megasas: Silent GCC duplicated-cond warningPhilippe Mathieu-Daudé1-6/+10
2023-06-13hw/ide/ahci: Remove stray backslashNiklas Cassel1-1/+1
2023-06-13hw/i2c: Enable an id for the pca954x devicesPatrick Venture1-0/+22
2023-06-13target/i386: Rename helper template headers as '.h.inc'Philippe Mathieu-Daudé6-11/+11
2023-06-13target/i386/helper: Shuffle do_cpu_init()Philippe Mathieu-Daudé1-8/+4
2023-06-13target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulationPhilippe Mathieu-Daudé2-4/+2
2023-06-13target/hppa/meson: Only build int_helper.o with system emulationPhilippe Mathieu-Daudé2-4/+1
2023-06-13accel/hvf: Report HV_DENIED errorAntonio Caggiano1-0/+6
2023-06-13util/cacheflush: Avoid possible redundant dcache flush on DarwinPhilippe Mathieu-Daudé1-1/+8
2023-06-13util/cacheflush: Use declarations from <OSCacheControl.h> on DarwinPhilippe Mathieu-Daudé1-2/+2
2023-06-13cocoa: Fix warnings about invalid prototype declarationsPhilippe Mathieu-Daudé2-2/+2
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab2-2/+18
2023-06-10Merge tag 'pull-ppc-20230610' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson19-196/+289
2023-06-10Merge tag 'trivial-patches-20230610' of https://gitlab.com/mjt0k/qemu into st...Richard Henderson16-30/+30
2023-06-10hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCIThomas Huth1-0/+1
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan3-0/+20
2023-06-10tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirpThomas Huth1-0/+1
2023-06-10hw/ppc/openpic: Do not open-code ROUND_UP() macroPhilippe Mathieu-Daudé1-1/+1
2023-06-10target/ppc: Decrementer fix BookE semanticsNicholas Piggin1-7/+2
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-10linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery1-1/+2
2023-06-10linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery1-1/+1
2023-06-10vnc: move assert in vnc_worker_thread_loopAnastasia Belova1-1/+2
2023-06-10linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell1-2/+2
2023-06-09linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev1-4/+4