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-05
target/arm: Merge allocation of the cpreg and its name
Richard Henderson
2022-05-05
target/arm: Store cpregs key in the hash table directly
Richard Henderson
2022-05-05
target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases
Richard Henderson
2022-05-05
target/arm: Name CPSecureState type
Richard Henderson
2022-05-05
target/arm: Name CPState type
Richard Henderson
2022-05-05
target/arm: Change cpreg access permissions to enum
Richard Henderson
2022-05-05
target/arm: Avoid bare abort() or assert(0)
Richard Henderson
2022-05-05
target/arm: Reorg ARMCPRegInfo type field bits
Richard Henderson
2022-05-05
target/arm: Make some more cpreg data static const
Richard Henderson
2022-05-05
target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
Richard Henderson
2022-05-05
target/arm: Reorg CPAccessResult and access_check_cp_reg
Richard Henderson
2022-05-05
target/arm: Split out cpregs.h
Richard Henderson
2022-05-05
target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
Richard Henderson
2022-05-04
Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
2022-05-04
Merge tag 'qga-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
2022-05-04
qga: Introduce disk smart
zhenwei pi
2022-05-04
qga: Introduce NVMe disk bus type
zhenwei pi
2022-05-04
qga/commands-posix: 'guest-shutdown' for Solaris
Andrew Deason
2022-05-04
qga/commands-posix: Log all net stats failures
Andrew Deason
2022-05-04
qga/commands-posix: Fix listing ifaces for Solaris
Andrew Deason
2022-05-04
qga/commands-posix: Fix iface hw address detection
Andrew Deason
2022-05-04
qga/commands-posix: Use getifaddrs when available
Andrew Deason
2022-05-04
tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.c
Ilya Leoshkevich
2022-05-04
disas: Remove old libopcode s390 disassembler
Thomas Huth
2022-05-04
tests/tcg/s390x: Tests for Vector Enhancements Facility 2
David Miller
2022-05-04
target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
David Miller
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed element
David Miller
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed elements
David Miller
2022-05-04
target/s390x: vxeh2: vector {load, store} elements reversed
David Miller
2022-05-04
target/s390x: vxeh2: vector shift double by bit
David Miller
2022-05-04
target/s390x: vxeh2: Update for changes to vector shifts
David Miller
2022-05-04
target/s390x: vxeh2: vector string search
David Miller
2022-05-04
target/s390x: vxeh2: vector convert short/32b
David Miller
2022-05-04
tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
Richard Henderson
2022-05-04
s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
David Hildenbrand
2022-05-04
s390x/cpu_models: drop "msa5" from the TCG "max" model
David Hildenbrand
2022-05-04
target/s390x: Fix writeback to v1 in helper_vstl
Richard Henderson
2022-05-03
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
2022-05-03
Merge tag 'pull-aspeed-20220503' of https://github.com/legoater/qemu into sta...
Richard Henderson
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
tests: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
net: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
ui: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
hw: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
qga: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
io: replace qemu_set{_non}block()
Marc-André Lureau
2022-05-03
chardev: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
io: make qio_channel_command_new_pid() static
Marc-André Lureau
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
[next]