mirror of https://gitlab.com/qemu-project/qemu
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.
Recent changes introduced build errors in the i386 HVF backend: - ../accel/hvf/hvf-accel-ops.c:163:17: error: no member named 'guest_debug_enabled' in 'struct AccelCPUState' 163 | cpu->accel->guest_debug_enabled = false; - ../accel/hvf/hvf-accel-ops.c:151:51 error: no member named 'unblock_ipi_mask' in 'struct AccelCPUState' - ../target/i386/hvf/hvf.c:736:5 error: use of undeclared identifier 'rip' - ../target/i386/hvf/hvf.c:737:5 error: use of undeclared identifier 'env' This patch corrects the field usage and move identifier to correct function ensuring successful compilation of the i386 HVF backend. These issues were caused by: Fixes: |
2 weeks ago | |
|---|---|---|
| .. | ||
| emulate | 4 weeks ago | |
| hvf | 2 weeks ago | |
| kvm | 2 months ago | |
| mshv | 2 months ago | |
| nvmm | 2 months ago | |
| tcg | 4 weeks ago | |
| whpx | 2 months ago | |
| Kconfig | 2 years ago | |
| arch_dump.c | 12 months ago | |
| arch_memory_mapping.c | 2 months ago | |
| confidential-guest.c | 8 months ago | |
| confidential-guest.h | 7 months ago | |
| cpu-apic.c | 2 months ago | |
| cpu-dump.c | 2 months ago | |
| cpu-internal.h | 12 months ago | |
| cpu-param.h | 8 months ago | |
| cpu-qom.h | 2 years ago | |
| cpu-system.c | 7 months ago | |
| cpu.c | 1 month ago | |
| cpu.h | 1 month ago | |
| gdbstub.c | 1 year ago | |
| helper.c | 2 months ago | |
| helper.h | 1 year ago | |
| host-cpu.c | 5 months ago | |
| host-cpu.h | 5 months ago | |
| igvm.c | 1 month ago | |
| machine.c | 4 months ago | |
| meson.build | 1 month ago | |
| monitor.c | 2 months ago | |
| ops_sse.h | 6 months ago | |
| sev-system-stub.c | 7 months ago | |
| sev.c | 1 month ago | |
| sev.h | 5 months ago | |
| svm.h | 2 years ago | |
| trace-events | 1 year ago | |
| trace.h | 5 years ago | |
| xsave_helper.c | 5 months ago | |