OSDN Git Service

qmiga/qemu.git
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 gaosongtcg/loongarch64: Fix buid error
2023-10-04 Philippe Mathieu... tests/avocado: Re-enable MIPS Malta tests (GitLab issue...
2023-10-04 Richard Hendersonbuild: Remove --enable-gprof
2023-10-04 Richard Hendersonlinux-user/hppa: Fix struct target_sigcontext layout
2023-10-04 Richard Hendersontcg: Split out tcg init functions to tcg/startup.h
2023-10-04 Richard Hendersontcg: Remove argument to tcg_prologue_init
2023-10-04 Philippe Mathieu... accel/tcg: Make cpu-exec-common.c a target agnostic...
2023-10-04 Philippe Mathieu... accel/tcg: Make icount.o a target agnostic unit
2023-10-04 Philippe Mathieu... accel/tcg: Make monitor.c a target-agnostic unit
2023-10-04 Philippe Mathieu... accel/tcg: Rename target-specific 'internal.h' -> ...
2023-10-04 Philippe Mathieu... exec: Rename target specific page-vary.c -> page-vary...
2023-10-04 Philippe Mathieu... exec: Rename cpu.c -> cpu-target.c
2023-10-04 Philippe Mathieu... accel: Rename accel-common.c -> accel-target.c
2023-10-04 Philippe Mathieu... accel: Make accel-blocker.o target agnostic
2023-10-04 Philippe Mathieu... accel/tcg: Restrict dump_exec_info() declaration
2023-10-04 Philippe Mathieu... exec: Move cpu_loop_foo() target agnostic functions...
2023-10-04 Philippe Mathieu... exec: Make EXCP_FOO definitions target agnostic
2023-10-04 Anton Johanssonaccel/tcg: move ld/st helpers to ldst_common.c.inc
2023-10-04 Anton Johanssonaccel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
2023-10-04 Anton Johanssonaccel/tcg: Remove env_tlb()
2023-10-04 Anton Johanssonaccel/tcg: Use CPUState in atomicity helpers
2023-10-04 Anton Johanssonaccel/tcg: Modify atomic_mmu_lookup() to use CPUState
2023-10-04 Anton Johanssonaccel/tcg: Modify memory access functions to use CPUState
2023-10-04 Anton Johanssonaccel/tcg: Modify probe_access_internal() to use CPUState
2023-10-04 Anton Johanssonaccel/tcg: Modify tlb_*() to use CPUState
2023-10-04 Richard Hendersontcg: Remove TCGContext.tlb_fast_offset
2023-10-04 Richard Hendersonaccel/tcg: Remove env_neg()
2023-10-04 Richard Hendersonaccel/tcg: Remove cpu_set_cpustate_pointers
2023-10-04 Richard Hendersonaccel/tcg: Replace CPUState.env_ptr with cpu_env()
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 Richard Hendersontcg: Rename cpu_env to tcg_env
2023-10-03 Richard Hendersonaccel/tcg: Remove cpu_neg()
2023-10-03 Richard Hendersonaccel/tcg: Move can_do_io to CPUNegativeOffsetState
next