> Thomas Huth <[email protected]> wrote: > > Why don't you simply use the driver that is already available in the > kernel?
I am using a custom hypervisor, the available driver is not suitable for it. > > Have you already verified that you can successfully read the _right_ > data from your block device? I.e. something like > > mount /dev/xxx /mnt > cp helloworld_static /mnt/root/helloworld_static > umount /mnt # just to make sure that it is not cached > mount /dev/xxx /mnt > md5sum helloworld_static > md5sum /mnt/root/helloworld_static > > ... and then compare the two md5sums whether they are the same? They are different. Thank you so much. I am truly thankful. > > Thomas _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
