]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-10-03 Stacey Sonbsd-user: Implement shm_open(2)
2023-10-03 Stacey Sonbsd-user: Implement do_obreak function
2023-10-03 Stacey Sonbsd-user: Implement mincore(2)
2023-10-03 Karim Tahabsd-user: Implment madvise(2) to match the linux-user...
2023-10-03 Stacey Sonbsd-user: Implement mlock(2), munlock(2), mlockall...
2023-10-03 Stacey Sonbsd-user: Implement msync(2)
2023-10-03 Stacey Sonbsd-user: Implement mprotect(2)
2023-10-03 Stacey Sonbsd-user: Implement mmap(2) and munmap(2)
2023-10-03 Stacey Sonbsd-user: Introduce bsd-mem.h to the source tree
2023-10-03 Stacey Sonbsd-user: Implement shmid_ds conversion between host...
2023-10-03 Stacey Sonbsd-user: Implement ipc_perm conversion between host...
2023-10-03 Stacey Sonbsd-user: Implement target_set_brk function in bsd...
2023-10-03 Karim Tahabsd-user: Add bsd-mem.c to meson.build
2023-10-03 Kyle Evansbsd-user: Implement shm_rename(2) system call
2023-10-03 Karim Tahabsd-user: Implement shm_open2(2) system call
2023-10-03 Stacey Sonbsd-user: Introduce freebsd/os-misc.h to the source...
2023-10-03 Stacey Sonbsd-user: Declarations for ipc_perm and shmid_ds conver...
2023-10-03 Stacey Sonbsd-user: Implement struct target_shmid_ds
2023-10-03 Stacey Sonbsd-user: Implement struct target_ipc_perm
2023-10-03 Stacey Sonbsd-user: Implement pdfork(2) system call.
2023-10-03 Stacey Sonbsd-user: Implement rfork(2) system call.
2023-10-03 Stacey Sonbsd-user: Implement fork(2) and vfork(2) system calls.
2023-10-03 Stacey Sonbsd-user: Implement pdgetpid(2) and the undocumented...
2023-10-03 Stacey Sonbsd-user: Implement setloginclass(2) and getloginclass...
2023-10-03 Stacey Sonbsd-user: Implement wait4(2) and wait6(2) system calls.
2023-10-03 Karim Tahabsd-user: Implement execve(2) and fexecve(2) system...
2023-10-03 Stacey Sonbsd-user: Implement procctl(2) along with necessary...
2023-10-03 Stacey Sonbsd-user: Implement freebsd_exec_common, used in implem...
2023-10-03 Karim Tahabsd-user: Implement get_filename_from_fd.
2023-10-03 Stacey Sonbsd-user: Implement getpriority(2) and setpriority(2).
2023-10-03 Stacey Sonbsd-user: Add stubs for profil(2), ktrace(2), utrace...
2023-10-03 Stacey Sonbsd-user: Implement get/set[resuid/resgid/sid] and...
2023-10-03 Stacey Sonbsd-user: Implement several get/set system calls:
2023-10-03 Stacey Sonbsd-user: Implement getrlimit(2) and setrlimit(2)
2023-10-03 Stacey Sonbsd-user: Implement getrusage(2).
2023-10-03 Stacey Sonbsd-user: Implement umask(2), setlogin(2) and getlogin(2)
2023-10-03 Stacey Sonbsd-user: Implement getgroups(2) and setgroups(2) syste...
2023-10-03 Kyle Evansbsd-user: Get number of cpus.
2023-10-03 Stacey Sonbsd-user: Implement host_to_target_waitstatus conversion.
2023-10-03 Stacey Sonbsd-user: Implement host_to_target_rusage and host_to_t...
2023-10-03 Stacey Sonbsd-user: Implement target_to_host_rlim and host_to_tar...
2023-10-03 Stacey Sonbsd-user: Implement target_to_host_resource conversion...
2023-10-03 Stacey Sonbsd-user: add extern declarations for bsd-proc.c conver...
2023-10-03 Stacey Sonbsd-user: Add freebsd_exec_common and do_freebsd_procct...
2023-10-03 Stacey Sonbsd-user: Implement host_to_target_siginfo.
2023-10-03 Stacey Sonbsd-user: Define procctl(2) related structs
2023-10-03 Karim Tahabsd-user: define TARGET_RFSPAWN for rfork to use vfork...
2023-10-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-03 Paolo Bonziniaudio: forbid default audiodev backend with -nodefaults
2023-10-03 Martin Kletzanderaudio: propagate Error * out of audio_init
2023-10-03 Paolo Bonzinivt82c686 machines: Support machine-default audiodev...
2023-10-03 Martin Kletzanderhw/ppc: Support machine-default audiodev with fallback
2023-10-03 Martin Kletzanderhw/arm: Support machine-default audiodev with fallback
2023-10-03 Martin KletzanderIntroduce machine property "audiodev"
2023-10-03 Paolo Bonziniaudio: remove QEMU_AUDIO_* and -audio-help support
2023-10-03 Paolo Bonziniaudio: simplify flow in audio_init
2023-10-03 Paolo Bonziniaudio: commonize voice initialization
2023-10-03 Paolo Bonziniaudio: return Error ** from audio_state_by_name
2023-10-03 Paolo Bonziniaudio: allow returning an error from the driver init
2023-10-03 Martin Kletzanderaudio: Require AudioState in AUD_add_capture
2023-10-03 Paolo Bonziniui/vnc: Require audiodev= to enable audio
2023-10-03 Paolo Bonzinicrypto: only include tls-cipher-suites in emulators
2023-10-03 Mark Cave-Aylandscsi-disk: ensure that FORMAT UNIT commands are terminated
2023-10-03 Mark Cave-Aylandesp: restrict non-DMA transfer length to that of availa...
2023-10-03 Mark Cave-Aylandesp: use correct type for esp_dma_enable() in sysbus_es...
2023-10-02 Stefan HajnocziMerge tag 'migration-20231002-pull-request' of https...
2023-10-02 Stefan HajnocziMerge tag 'pull-shadow-2023-09-29' of https://repo...
2023-10-02 Stefan HajnocziMerge tag 'pull-tricore-20230929' of https://github...
2023-10-02 Stefan HajnocziMerge tag 'pull-tcg-20230928' of https://gitlab.com...
2023-10-02 Stefan HajnocziMerge tag 'tracing-pull-request' of https://gitlab...
2023-10-02 Paolo BonziniMakefile: build plugins before running TCG tests
2023-09-29 Juan Quintelamigration/rdma: Simplify the function that saves a...
2023-09-29 Juan Quintelamigration: Remove unused qemu_file_credit_transfer()
2023-09-29 Juan Quintelamigration/rdma: Don't use imaginary transfers
2023-09-29 Juan Quintelamigration/rdma: Remove QEMUFile parameter when not...
2023-09-29 Juan Quintelamigration/RDMA: It is accounting for zero/normal pages...
2023-09-29 Juan Quintelamigration: Don't abuse qemu_file transferred for RDMA
2023-09-29 Juan Quintelamigration: Use qemu_file_transferred_noflush() for...
2023-09-29 Tejus GKmigration: Refactor repeated call of yank_unregister_in...
2023-09-29 Juan Quintelamigration-test: simplify shmem_opts handling
2023-09-29 Juan Quintelamigration-test: dirtylimit checks for x86_64 arch before
2023-09-29 Juan Quintelamigration-test: Add bootfile_create/delete() functions
2023-09-29 Juan Quintelamigration-test: bootpath is the same for all tests...
2023-09-29 Juan Quintelamigration-test: Create kvm_opts
2023-09-29 Laurent Vivierdisas/m68k: clean up local variable shadowing
2023-09-29 Klaus Jensenhw/nvme: Clean up local variable shadowing in nvme_ns_i...
2023-09-29 Alistair Francissoftmmu/device_tree: Fixup local variables shadowing
2023-09-29 Alistair Francistarget/riscv: vector_helper: Fixup local variables...
2023-09-29 Alistair Francistarget/riscv: cpu: Fixup local variables shadowing
2023-09-29 Alistair Francishw/riscv: opentitan: Fixup local variables shadowing
2023-09-29 Eric Blakeqemu-nbd: changes towards enabling -Wshadow=local
2023-09-29 Daniel P. Berrangéseccomp: avoid shadowing of 'action' variable
2023-09-29 Daniel P. Berrangécrypto: remove shadowed 'ret' variable
2023-09-29 Peter Xuintel_iommu: Fix shadow local variables on "size"
2023-09-29 Cédric Le Goateraspeed/timer: Clean up local variable shadowing
2023-09-29 Cédric Le Goateraspeed/i3c: Rename variable shadowing a local
2023-09-29 Cédric Le Goateraspeed: Clean up local variable shadowing
2023-09-29 Cédric Le Goateraspeed/i2c: Clean up local variable shadowing
2023-09-29 Peter Maydellhw/arm/smmuv3-internal.h: Don't use locals in statement...
2023-09-29 Peter Maydellhw/arm/smmuv3.c: Avoid shadowing variable
next