Re: [PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine

2023-05-03 Thread Paolo Bonzini
On 5/3/23 11:12, Alex Bennée wrote: From: Fabiano Rosas The virt machine has IF_VIRTIO as block_default_type, which causes the generic code to try to create a virtio-blk-pci device pair at configure_blockdev()/qemu_create_cli_devices(). Select VIRTIO_BLK and VIRTIO_PCI from CONFIG_ARM_VIRT to a

Re: [PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine

2023-05-03 Thread Juan Quintela
Alex Bennée wrote: > From: Fabiano Rosas > > The virt machine has IF_VIRTIO as block_default_type, which causes the > generic code to try to create a virtio-blk-pci device pair at > configure_blockdev()/qemu_create_cli_devices(). > > Select VIRTIO_BLK and VIRTIO_PCI from CONFIG_ARM_VIRT to avoid

Re: [PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine

2023-05-03 Thread Richard Henderson
On 5/3/23 10:12, Alex Bennée wrote: From: Fabiano Rosas The virt machine has IF_VIRTIO as block_default_type, which causes the generic code to try to create a virtio-blk-pci device pair at configure_blockdev()/qemu_create_cli_devices(). Select VIRTIO_BLK and VIRTIO_PCI from CONFIG_ARM_VIRT to a

[PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine

2023-05-03 Thread Alex Bennée
From: Fabiano Rosas The virt machine has IF_VIRTIO as block_default_type, which causes the generic code to try to create a virtio-blk-pci device pair at configure_blockdev()/qemu_create_cli_devices(). Select VIRTIO_BLK and VIRTIO_PCI from CONFIG_ARM_VIRT to avoid errors when PCI_DEVICES=n (due t