summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/guest.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/configs: Add IBMVETH=y and IBMVNIC=y to guest configsMichael Ellerman2023-04-211-0/+2
| | | | | | | | | These drivers are sometimes required to have functional networking in a guest, so build them in when building ppc64[le]_guest_defconfig. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230414132415.821564-29-mpe@ellerman.id.au
* virtio-blk: remove VIRTIO_BLK_F_SCSI supportChristoph Hellwig2020-02-061-1/+0
| | | | | | | | | | | | | | Since the need for a special flag to support SCSI passthrough on a block device was added in May 2017 the SCSI passthrough support in virtio-blk has been disabled. It has always been a bad idea (just ask the original author..) and we have virtio-scsi for proper passthrough. The feature also never made it into the virtio 1.0 or later specifications. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
* powerpc/configs: Add KVM guest defconfigSatheesh Rajendran2018-11-261-0/+13
This patch adds new defconfig options for powerpc KVM guest and guest.config with additional config symbols enabled, which is to build kernel to boot without initramfs and can be used as place holder for guest specific additional config symbols in future. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>