summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmpBin Meng2022-09-271-2/+2
| * | | tests/qtest: generic_fuzz: Avoid using hardcoded /tmpBin Meng2022-09-271-2/+2
| * | | tests/qtest: fdc-test: Avoid using hardcoded /tmpBin Meng2022-09-271-2/+3
| * | | tests/qtest: cxl-test: Avoid using hardcoded /tmpBin Meng2022-09-271-9/+6Star
| * | | tests/qtest: boot-serial-test: Avoid using hardcoded /tmpBin Meng2022-09-271-4/+4
| * | | tests/qtest: aspeed_smc-test: Avoid using hardcoded /tmpBin Meng2022-09-271-3/+2Star
| * | | tests/qtest: ahci-test: Avoid using hardcoded /tmpBin Meng2022-09-271-8/+11
| * | | tests/qtest: i440fx-test: Rewrite create_blob_file() to be portableBin Meng2022-09-271-40/+14Star
| |/ /
* | | Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi2022-09-2843-262/+797
|\ \ \
| * | | linux-user: Add parameters of getrandom() syscall for straceHelge Deller2022-09-281-1/+1
| * | | linux-user: Lock log around straceRichard Henderson2022-09-271-19/+46
| * | | linux-user: Update print_futex_opRichard Henderson2022-09-271-37/+33Star
| * | | linux-user: Implement PI futexesRichard Henderson2022-09-272-0/+13
| * | | linux-user: Convert signal number for FUTEX_FDRichard Henderson2022-09-271-0/+1
| * | | linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson2022-09-271-0/+1
| * | | linux-user: Sink call to do_safe_futexRichard Henderson2022-09-271-29/+31
| * | | linux-user: Combine do_futex and do_futex_time64Richard Henderson2022-09-271-56/+11Star
| * | | linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang2022-09-271-0/+31
| * | | linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang2022-09-271-2/+27
| * | | linux-user/s390x: Save/restore fpc when handling a signalIlya Leoshkevich2022-09-271-0/+2
| * | | linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell2022-09-271-8/+16
| * | | linux-user: fix bug about missing signum convert of sigqueuefanwenjie2022-09-271-2/+2
| * | | linux-user/hppa: Fix setup_sigcontext()Helge Deller2022-09-271-13/+3Star
| * | | linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller2022-09-271-0/+2
| * | | linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller2022-09-273-2/+13
| * | | linux-user/hppa: Drop stack guard page on hppa targetHelge Deller2022-09-271-4/+9
| * | | linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2022-09-272-23/+32
| * | | linux-user: Add proper strace format strings for getdents()/getdents64()Helge Deller2022-09-271-2/+2
| * | | linux-user: Fix TARGET_PROT_SEM for XTENSAHelge Deller2022-09-271-1/+1
| * | | tests/tcg/linux-test: Add linux-madvise testIlya Leoshkevich2022-09-271-0/+70
| * | | linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich2022-09-273-6/+29
| * | | linux-user: Implement stracing madvise()Ilya Leoshkevich2022-09-272-1/+42
| * | | linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich2022-09-271-1/+2
| * | | linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-2722-0/+134
| * | | linux-user: Show timespec on strace for futex()Helge Deller2022-09-271-1/+10
| * | | linux-user: Add strace for clock_nanosleep()Helge Deller2022-09-272-1/+17
| * | | linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller2022-09-271-0/+4
| * | | linux-user: Fix strace of chmod() if mode == 0Helge Deller2022-09-271-0/+5
| * | | linux-user/hppa: Dump IIR on register dumpHelge Deller2022-09-271-2/+4
| * | | linux-user/hppa: Use EXCP_DUMP() to show enhanced debug infoHelge Deller2022-09-271-1/+5
| * | | linux-user: Log failing executable in EXCP_DUMP()Helge Deller2022-09-271-0/+2
| * | | linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller2022-09-273-0/+71
| * | | linux-user: Add missing clock_gettime64() syscall straceHelge Deller2022-09-272-0/+57
| * | | linux-user: Add missing signals in strace outputHelge Deller2022-09-273-53/+60
| * | | linux-user: fix readlinkat handling with magic exe symlinkJameson Nash2022-09-231-2/+13
| * | | linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé2022-09-232-2/+2
* | | | Merge tag 'vfio-updates-20220927.1' of https://gitlab.com/alex.williamson/qem...Stefan Hajnoczi2022-09-282-17/+21
|\ \ \ \
| * | | | vfio/common: Fix vfio_iommu_type1_info use after freeAlex Williamson2022-09-271-17/+19
| * | | | vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang2022-09-271-0/+2
| | |/ / | |/| |
* | | | Merge tag 'pull-xen-20220927' of https://xenbits.xen.org/git-http/people/aper...Stefan Hajnoczi2022-09-281-2/+2
|\ \ \ \ | |/ / / |/| | |