From 563f9e144fc85fd93fe994bd46c4eb613ace722f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 8 Sep 2008 17:04:58 +0100 Subject: [PATCH] remove QEMU_OPTION_pci QEMU_OPTION_pci is no longer handled in the switch() in vl.c and is therefore obsolete. Therefore remove it. QEMU_OPTION_direct_pci is the current mechanism. Signed-off-by: Akio Takebe --- vl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vl.c b/vl.c index e50a02d4..3f14553b 100644 --- a/vl.c +++ b/vl.c @@ -7514,7 +7514,6 @@ enum { QEMU_OPTION_smp, QEMU_OPTION_vnc, QEMU_OPTION_vncunused, - QEMU_OPTION_pci, QEMU_OPTION_no_acpi, QEMU_OPTION_curses, QEMU_OPTION_no_reboot, @@ -7623,7 +7622,6 @@ const QEMUOption qemu_options[] = { { "smp", HAS_ARG, QEMU_OPTION_smp }, { "vnc", HAS_ARG, QEMU_OPTION_vnc }, { "vncunused", 0, QEMU_OPTION_vncunused }, - { "pci", HAS_ARG, QEMU_OPTION_pci }, #ifdef CONFIG_CURSES { "curses", 0, QEMU_OPTION_curses }, #endif -- 2.39.5