[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/3] blockdev: Defer creation of
From: |
Peter Maydell |
Subject: |
Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/3] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives |
Date: |
Tue, 9 Jun 2015 19:23:18 +0100 |
On 9 June 2015 at 18:48, Peter Maydell <address@hidden> wrote:
> Patch 3 is the one-liner to change the default-drive-type. Unfortunately
> just doing that alone will break commandlines that currently work
The other problem with taking patch 3 alone is that it completely
breaks everything, because:
* by default we create a "cdrom" drive whose type is <board-default>
and which has no media inserted
* the virtio-blk device barfs if you give it a drive with no media:
"Device needs media, but drive is empty"
The S390 systems get around this by specifying no_cdrom = 1, but
it doesn't seem terribly satisfactory that this has to be manually
done by any machine with a virtio default drive type...
-- PMM
- [Qemu-block] [PATCH v2 0/3] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives, Peter Maydell, 2015/06/09
- [Qemu-block] [PATCH v2 2/3] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives, Peter Maydell, 2015/06/09
- [Qemu-block] [PATCH v2 1/3] blockdev: Factor out create_implicit_virtio_device, Peter Maydell, 2015/06/09
- [Qemu-block] [PATCH v2 3/3] hw/arm/virt: Make block devices default to virtio, Peter Maydell, 2015/06/09
- Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/3] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives,
Peter Maydell <=
- Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/3] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives, Peter Maydell, 2015/06/09
- Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/3] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives, Markus Armbruster, 2015/06/20