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
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/hppa: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/microblaze: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/riscv: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/rx: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/sh4: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/sparc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/tricore: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/arm: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
2023-03-01
include/exec: Introduce `CF_PCREL`
Anton Johansson
2023-03-01
Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ...
Paolo Bonzini
2023-03-01
tests/avocado: disable BootLinuxPPC64 test in CI
Alex Bennée
2023-03-01
tests/docker: add zstdtools to the images
Alex Bennée
2023-03-01
gitlab: move the majority of artefact handling to a template
Alex Bennée
2023-03-01
tests/docker: use direct RUNC call to run test jobs
Alex Bennée
2023-03-01
tests/docker: use direct RUNC call to build containers
Alex Bennée
2023-03-01
tests/docker: add USER stanzas to non-lci images
Alex Bennée
2023-03-01
tests/lcitool: append user setting stanza to dockerfiles
Alex Bennée
2023-03-01
configure: expose the direct container command
Alex Bennée
2023-03-01
tests: Ensure TAP version is printed before other messages
Richard W.M. Jones
2023-03-01
Makefile: qemu-bundle is a directory
Juan Quintela
2023-03-01
qapi: Add 'acpi' field to 'query-machines' output
Peter Krempa
2023-03-01
gitlab: Use plain docker in container-template.yml
Fabiano Rosas
2023-03-01
tests/dockerfiles: unify debian-toolchain references
Alex Bennée
2023-03-01
cirrus.yml: Improve the windows_msys2_task
Thomas Huth
2023-03-01
tests: ensure we export job results for some cross builds
Alex Bennée
2023-03-01
tests/docker: Use binaries for debian-tricore-cross
Bastian Koppelmann
2023-03-01
tests: add tuxrun baseline test to avocado
Alex Bennée
2023-03-01
tests: skip the nios2 replay_kernel test
Alex Bennée
2023-03-01
testing: update ubuntu2004 to ubuntu2204
Alex Bennée
2023-03-01
tests: don't run benchmarks for the tsan build
Alex Bennée
2023-03-01
gitlab: extend custom runners with base_job_template
Alex Bennée
2023-03-01
gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs
Thomas Huth
2023-03-01
tests: make fp-test less chatty when running from test suite
Alex Bennée
2023-03-01
tests: be a bit more strict cleaning up fifos
Alex Bennée
2023-03-01
tests: add socat dependency for tests
Alex Bennée
[prev]
[next]