]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/Kconfig
hw/i386/Kconfig: enable devices that can be created by default
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 16 Mar 2019 20:08:07 +0000 (21:08 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Mar 2019 10:44:13 +0000 (11:44 +0100)
commit09cba51e4f3ebe3ed726db37f2b00e5c227e4197
treea2fdec2008f891443da11017e78396abc5ae5a8a
parentfa80da7b6984f3a32632da81baea8d4c0c6df68d
hw/i386/Kconfig: enable devices that can be created by default

This fixes when configuring with CONFIG_PCI_DEVICES=n:

  $ qemu-system-x86_64 -M q35
  qemu-system-x86_64: Unsupported NIC model: e1000e
  $ qemu-system-x86_64 -M pc
  qemu-system-x86_64: Unsupported NIC model: e1000

Fixes: 7c28b925b7e
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190316200818.8265-4-philmd@redhat.com>
hw/i386/Kconfig