]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-10-04 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2023-10-04 Stefan HajnocziMerge tag 'migration-20231004-pull-request' of https...
2023-10-04 Stefan HajnocziMerge tag 'bsd-user-mmap-pull-request' of https://gitla...
2023-10-04 Stefan HajnocziMerge tag 'misc-pull-request' of https://gitlab.com...
2023-10-04 Daniel P. Berrangéosdep: set _FORTIFY_SOURCE=2 when optimization is enabled
2023-10-04 Peter Xumigration: Unify and trace vmstate field_exists() checks
2023-10-04 Steve Sistaremigration: file URI offset
2023-10-04 Steve Sistaremigration: file URI
2023-10-04 Daniil Tatianins390x/a-b-bios: zero the first byte of each page on...
2023-10-04 Daniil Tatianini386/a-b-bootblock: zero the first byte of each page...
2023-10-04 Daniil Tatianini386/a-b-bootblock: factor test memory addresses out...
2023-10-04 Li Zhijianmigration/rdma: zore out head.repeat to make the error...
2023-10-04 Peter Xumigration: Add co-maintainers for migration
2023-10-04 Peter XuMAINTAINERS: Add entry for rdma migration
2023-10-04 Tejus GKmigration: Update error description outside migration.c
2023-10-04 Tejus GKmigration/vmstate: Introduce vmstate_save_state_with_err
2023-10-03 Warner Loshbsd-user: Add stubs for vadvise(), sbrk() and sstk()
2023-10-03 Stacey Sonbsd-user: Implement shmat(2) and shmdt(2)
2023-10-03 Stacey Sonbsd-user: Implement shmctl(2)
2023-10-03 Stacey Sonbsd-user: Implement shm_unlink(2) and shmget(2)
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 Thomas Huthchardev/char-pty: Avoid losing bytes when the other...
2023-10-03 Laszlo Ersekhw/display/ramfb: plug slight guest-triggerable leak...
2023-10-03 Marc-André... hw/pc: remove needless includes
2023-10-03 Marc-André... hw/core: remove needless includes
2023-10-03 Marc-André... analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
2023-10-03 Marc-André... ui/gtk: fix UI info precondition
2023-10-03 Marc-André... win32: avoid discarding the exception handler
2023-10-03 Ken Xueui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
2023-10-03 Laszlo Ersekui/console: sanitize search in qemu_graphic_console_is_...
2023-10-03 Laszlo Ersekui/console: eliminate QOM properties from qemu_console_...
2023-10-03 Laszlo Ersekui/console: only walk QemuGraphicConsoles in qemu_conso...
2023-10-03 Laszlo Ersekui/console: make qemu_console_is_multihead() static
2023-10-03 Akihiko Odakiinput: Allow to choose console with qemu_input_is_absolute
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...
next