All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] remove OPTION_pci
@ 2008-09-08  7:21 Akio Takebe
  0 siblings, 0 replies; only message in thread
From: Akio Takebe @ 2008-09-08  7:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

Hi,

The OPTION_pci is already pointless.
We should use QEMU_OPTION_direct_pci intead.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>

Best Regards,

Akio Takebe

[-- Attachment #2: remove_pointless_option.patch --]
[-- Type: text/x-diff, Size: 583 bytes --]

diff --git a/vl.c b/vl.c
index e50a02d..3f14553 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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-08  7:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08  7:21 [Patch] remove OPTION_pci Akio Takebe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.