Searched hist:b797c98de4106b0d8cd1daa7d32f31e47e9f1d46 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | clock.c | diff b797c98de4106b0d8cd1daa7d32f31e47e9f1d46 Tue Jun 20 00:18:12 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/i386: Remove unuseful kvmclock_create() stub
We shouldn't call kvmclock_create() when KVM is not available or disabled: - check for kvm_enabled() before calling it - assert KVM is enabled once called Since the call is elided when KVM is not available, we can remove the stub (it is never compiled).
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230620083228.88796-2-philmd@linaro.org>
|
/openbmc/qemu/hw/i386/ |
H A D | microvm.c | diff b797c98de4106b0d8cd1daa7d32f31e47e9f1d46 Tue Jun 20 00:18:12 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/i386: Remove unuseful kvmclock_create() stub
We shouldn't call kvmclock_create() when KVM is not available or disabled: - check for kvm_enabled() before calling it - assert KVM is enabled once called Since the call is elided when KVM is not available, we can remove the stub (it is never compiled).
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230620083228.88796-2-philmd@linaro.org>
|
H A D | pc_q35.c | diff b797c98de4106b0d8cd1daa7d32f31e47e9f1d46 Tue Jun 20 00:18:12 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/i386: Remove unuseful kvmclock_create() stub
We shouldn't call kvmclock_create() when KVM is not available or disabled: - check for kvm_enabled() before calling it - assert KVM is enabled once called Since the call is elided when KVM is not available, we can remove the stub (it is never compiled).
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230620083228.88796-2-philmd@linaro.org>
|
H A D | pc_piix.c | diff b797c98de4106b0d8cd1daa7d32f31e47e9f1d46 Tue Jun 20 00:18:12 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/i386: Remove unuseful kvmclock_create() stub
We shouldn't call kvmclock_create() when KVM is not available or disabled: - check for kvm_enabled() before calling it - assert KVM is enabled once called Since the call is elided when KVM is not available, we can remove the stub (it is never compiled).
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230620083228.88796-2-philmd@linaro.org>
|