blob: e29e09ddcdecde1e7f0e7f8b25192cb0f1b3d276 (
plain) (
blame)
1
2
3
4
5
|
[feature request] Partition table wrapper for single-filesystem images
Suppose you have a single filesystem image. It would be nice if QEMU could generate a virtual partition table for it and make it available to the guest as a partitioned disk. Otherwise you have to use workarounds like this: wiki.archlinux.org/index.php/QEMU#Simulate_virtual_disk_with_MBR_using_linear_RAID
It should be relatively easy to do on top of existing vvfat code.
|