From: Jes Sorensen <jes.soren...@redhat.com>

This fixes build breakage for target MIPS etc.

Signed-off-by: Jes Sorensen <jes.soren...@redhat.com>
Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/vl.c b/vl.c
index 0ee963c..79f91d5 100644
--- a/vl.c
+++ b/vl.c
@@ -2459,6 +2459,7 @@ int main(int argc, char **argv, char **envp)
            case QEMU_OPTION_no_kvm:
                kvm_allowed = 0;
                break;
+#ifdef CONFIG_KVM
            case QEMU_OPTION_no_kvm_irqchip: {
                kvm_irqchip = 0;
                kvm_pit = 0;
@@ -2476,6 +2477,7 @@ int main(int argc, char **argv, char **envp)
                kvm_nested = 1;
                break;
            }
+#endif
 #if defined(TARGET_I386) || defined(TARGET_X86_64) || defined(TARGET_IA64) || 
defined(__linux__)
             case QEMU_OPTION_pcidevice:
                if (assigned_devices_index >= MAX_DEV_ASSIGN_CMDLINE) {
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to