aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-09util/interval-tree: Check root for null in interval_tree_iter_firstHelge Deller
2023-08-09tests/tcg: Disable filename test for info proc mappingsRichard Henderson
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-09linux-user: Split out do_mmapRichard Henderson
2023-08-08qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACERichard Henderson
2023-08-08Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-08-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-08-08linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Rewrite fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson
2023-08-08linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson
2023-08-08linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson
2023-08-08linux-user: Do not adjust zero_bss for host page sizeRichard Henderson
2023-08-08linux-user: Do not adjust image mapping for host page sizeRichard Henderson
2023-08-08linux-user: Adjust initial brk when interpreter is close to executableHelge Deller
2023-08-08linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson
2023-08-08linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson
2023-08-08configure: unify case statements for CPU canonicalizationPaolo Bonzini
2023-08-08linux-user: cleanup unused linux-user/include/host directoriesPaolo Bonzini
2023-08-08configure: fix detection for x32 linux-userPaolo Bonzini
2023-08-07Merge tag 'fixes-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Richard Henderson
2023-08-07Merge tag 'trivial-patches-pull' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson
2023-08-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2023-08-07ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_textureDongwon Kim
2023-08-07hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou
2023-08-07dump: kdump-zlib data pages not dumped with pvtime/aarch64Dongli Zhang
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau
2023-08-07chardev: report the handshake errorMarc-André Lureau
2023-08-07Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi
2023-08-07stubs/colo.c: spellingMichael Tokarev
2023-08-07hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan
2023-08-07hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen
2023-08-07hw/nvme: fix oob memory read in fdp events logKlaus Jensen
2023-08-06Merge tag 'pull-tcg-20230806-3' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-08-06bsd-user: Remove last_brkRichard Henderson
2023-08-06linux-user: Remove last_brkRichard Henderson
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki
2023-08-06linux-user: Do nothing if too small brk is specifiedAkihiko Odaki
2023-08-06linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki
2023-08-06linux-user: Do not call get_errno() in do_brk()Akihiko Odaki
2023-08-06linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki
2023-08-06linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki
2023-08-06linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-08-06configure: Fix linux-user host detection for riscv64Richard Henderson