mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-05 13:11:44 +00:00
kvm,virtio: do not publish read only feature to guest
We support write operations now. Signed-off-by: Asias He <asias.hejun@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ static struct device device = {
|
||||
* node kernel will compute disk geometry by own, the
|
||||
* same applies to VIRTIO_BLK_F_BLK_SIZE
|
||||
*/
|
||||
.host_features = (1UL << VIRTIO_BLK_F_RO),
|
||||
.host_features = 0,
|
||||
};
|
||||
|
||||
static bool virtio_blk_config_in(void *data, unsigned long offset, int size, uint32_t count)
|
||||
|
||||
Reference in New Issue
Block a user