index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
2022-05-03
io: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
util: replace pipe()+cloexec with g_unix_open_pipe()
Marc-André Lureau
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
2022-05-03
Use g_unix_set_fd_nonblocking()
Marc-André Lureau
2022-05-03
libqtest: split QMP part in libqmp
Marc-André Lureau
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
2022-05-03
Use QEMU_SANITIZE_ADDRESS
Marc-André Lureau
2022-05-03
Use QEMU_SANITIZE_THREAD
Marc-André Lureau
2022-05-01
Merge tag 'pull-9p-20220501' of https://github.com/cschoenebeck/qemu into sta...
Richard Henderson
2022-05-01
9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
Christian Schoenebeck
2022-05-01
9pfs: fix removing non-existent POSIX ACL xattr on macOS host
Christian Schoenebeck
2022-05-01
9pfs: fix wrong errno being sent to Linux client on macOS host
Christian Schoenebeck
2022-05-01
9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
Christian Schoenebeck
2022-05-01
9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
Christian Schoenebeck
2022-04-30
9pfs: fix qemu_mknodat(S_IFREG) on macOS
Christian Schoenebeck
2022-04-30
9pfs: fix inode sequencing in 'synth' driver
Christian Schoenebeck
2022-04-29
Merge tag 'pull-riscv-to-apply-20220429' of github.com:alistair23/qemu into s...
Richard Henderson
2022-04-29
hw/riscv: Enable TPM backends
Alistair Francis
2022-04-29
hw/riscv: virt: Add device plug support
Alistair Francis
2022-04-29
hw/riscv: virt: Add support for generating platform FDT entries
Alistair Francis
2022-04-29
hw/riscv: virt: Create a platform bus
Alistair Francis
2022-04-29
hw/core: Move the ARM sysbus-fdt to core
Alistair Francis
2022-04-29
hw/riscv: virt: Add a machine done notifier
Alistair Francis
2022-04-29
target/riscv: add scalar crypto related extenstion strings to isa_string
Weiwei Li
2022-04-29
target/riscv: Fix incorrect PTE merge in walk_pte
Ralf Ramsauer
2022-04-29
target/riscv: rvk: expose zbk* and zk* properties
Weiwei Li
2022-04-29
disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
Weiwei Li
2022-04-29
target/riscv: rvk: add CSR support for Zkr
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zksed/zksh extension
Weiwei Li
2022-04-29
target/riscv: rvk: add support for sha512 related instructions for RV64 in zk...
Weiwei Li
2022-04-29
target/riscv: rvk: add support for sha512 related instructions for RV32 in zk...
Weiwei Li
2022-04-29
target/riscv: rvk: add support for sha256 related instructions in zknh extension
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zkne/zknd extension in RV64
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zknd/zkne extension in RV32
Weiwei Li
2022-04-29
crypto: move sm4_sbox from target/arm
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zbkx extension
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zbkc extension
Weiwei Li
2022-04-29
target/riscv: rvk: add support for zbkb extension
Weiwei Li
2022-04-29
target/riscv: rvk: add cfg properties for zbk* and zk*
Weiwei Li
2022-04-29
target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
Frank Chang
2022-04-29
hw/riscv: Don't add empty bootargs to device tree
Bin Meng
2022-04-29
hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
Bin Meng
2022-04-28
Merge tag 'pull-target-arm-20220428' of https://git.linaro.org/people/pmaydel...
Richard Henderson
2022-04-28
hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
Peter Maydell
[next]