Re: [Qemu-block] [PATCH 0/4] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives

2015-06-08 Thread Christian Borntraeger
Am 08.06.2015 um 10:02 schrieb Christian Borntraeger: So I would prefer to not have this workaround and doing index c480f64..7627d57 100644 --- a/blockdev.c +++ b/blockdev.c @@ -976,17 +976,6 @@ DriveInfo *drive_new(QemuOpts *all_opts, BlockInterfaceType block_default_type)

Re: [Qemu-block] [PATCH 0/4] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives

2015-06-08 Thread Christian Borntraeger
Am 04.06.2015 um 18:20 schrieb Peter Maydell: blockdev.c will create implicit virtio-blk-* devices for IF_VIRTIO drives. I want to turn this on for the ARM virt board (now it has PCI), so that users can use shorter and more comprehensible command lines. Unfortunately, the code as it stands

Re: [Qemu-block] [PATCH 0/4] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives

2015-06-08 Thread Peter Maydell
On 8 June 2015 at 09:18, Christian Borntraeger borntrae...@de.ibm.com wrote: Am 08.06.2015 um 10:02 schrieb Christian Borntraeger: So I would prefer to not have this workaround and doing index c480f64..7627d57 100644 --- a/blockdev.c +++ b/blockdev.c @@ -976,17 +976,6 @@ DriveInfo

[Qemu-block] [PATCH 0/4] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives

2015-06-04 Thread Peter Maydell
blockdev.c will create implicit virtio-blk-* devices for IF_VIRTIO drives. I want to turn this on for the ARM virt board (now it has PCI), so that users can use shorter and more comprehensible command lines. Unfortunately, the code as it stands will always create an implicit device, which means