aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaƫl Urankar
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-user: Implement getdents related syscallsStacey Son
2023-08-28bsd-user: Implement statfs related syscallsStacey Son
2023-08-28bsd-user: Implement statfh related syscallsStacey Son
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son
2023-08-28bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh
2023-08-28bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son
2023-08-28bsd-user: Add struct target_statfsMichal Meloun
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun
2023-08-28bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh
2023-08-28bsd-user: Disable clang warningsKyle Evans
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-08-24Merge tag 'pull-loongarch-20230824' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-08-24hw/loongarch: Fix ACPI processor id off-by-one errorJiajie Chen
2023-08-24target/loongarch: Split fcc register to fcc0-7 in gdbstubJiajie Chen
2023-08-24hw/intc/loongarch_pch: fix edge triggered irq handlingBibo Mao
2023-08-24target/loongarch: cpu: Implement get_arch_id callbackBibo Mao
2023-08-24target/loongarch: Add avail_IOCSR to check iocsr instructionsSong Gao
2023-08-24target/loongarch: Add avail_LSX to check LSX instructionsSong Gao
2023-08-24target/loongarch: Add avail_LAM to check atomic instructionsSong Gao
2023-08-24target/loongarch: Add avail_LSPW to check LSPW instructionsSong Gao
2023-08-24target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructionsSong Gao
2023-08-24hw/loongarch: Remove restriction of la464 cores in the virt machineSong Gao
2023-08-24target/loongarch: Add LoongArch32 cpu la132Jiajie Chen
2023-08-24target/loongarch: Add avail_64 to check la64-only instructionsSong Gao
2023-08-24target/loongarch: Add a check parameter to the TRANS macroSong Gao
2023-08-24target/loongarch: Sign extend results in VA32 modeJiajie Chen
2023-08-24target/loongarch: Truncate high 32 bits of address in VA32 modeJiajie Chen
2023-08-24target/loongarch: Extract set_pc() helperJiajie Chen
2023-08-24target/loongarch: Extract make_address_pc() helperJiajie Chen
2023-08-24target/loongarch: Extract make_address_i() helperJiajie Chen