You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/accel
Richard Henderson 2a339fee45 accel/tcg: Fix user-only probe_access_internal plugin check
The acc_flag check for write should have been against PAGE_WRITE_ORG,
not PAGE_WRITE.  But it is better to combine two acc_flag checks
to a single check against access_type.  This matches the system code
in cputlb.c.

Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2647
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: 20241111145002.144995-1-richard.henderson@linaro.org
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
3 weeks ago
..
hvf hvf: arm: Implement and use hvf_get_physical_address_range 3 months ago
kvm accel/kvm: check for KVM_CAP_MEMORY_ATTRIBUTES on vm 2 months ago
qtest qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c 5 months ago
stubs accel: Restrict probe_access*() functions to TCG 4 months ago
tcg accel/tcg: Fix user-only probe_access_internal plugin check 3 weeks ago
xen hw/xen: Extract 'xen_igd.h' from 'xen_pt.h' 9 months ago
Kconfig i386: xen: fix compilation --without-default-devices 10 months ago
accel-blocker.c include: Move QemuLockCnt APIs to their own header 2 months ago
accel-system.c accel: remove dead statement and useless assertion 1 month ago
accel-system.h accel: Rename accel_init_ops_interfaces() to include 'system' 11 months ago
accel-target.c accel: Rename accel_init_ops_interfaces() to include 'system' 11 months ago
accel-user.c accel: extend AccelState and AccelClass to user-mode 4 years ago
dummy-cpus.c cpu: move Qemu[Thread|Cond] setup into common code 6 months ago
meson.build accel: Rename accel_softmmu* -> accel_system* 1 year ago