In order to test the root file system i need to run QEMU with created disk image as root file system, the QEMU accepts -kernel which can be used for specifying kernel directly without deploying it inside root file system, however i need similar feature for root file system to specify path of extracted root file system instead of creating a disk image and use it with -hda or -usbdisk options.
is it possible at all with QEMU alone?! Or with third-party tools (like virtual disk image emulator)
My goal is to test a tar archive of root file system without creating disk image