summaryrefslogtreecommitdiffstats
path: root/linux-user/linux_loop.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: implement more loop ioctlsAndreas Schwab2021-11-291-0/+2
| | | | | | | | | LOOP_CONFIGURE is now used by losetup, and it cannot cope with ENOSYS. Signed-off-by: Andreas Schwab <schwab@suse.de> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <mvmtug4mbfx.fsf_-_@suse.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
* linux-user: Add loop control ioctlsPeter Maydell2016-07-191-1/+10
| | | | | | | | | | | | Add support for the /dev/loop-control ioctls: LOOP_CTL_ADD LOOP_CTL_REMOVE LOOP_CTL_GET_FREE [RV: fixed to apply to new header guards] Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+3
| | | | | | | Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
* Fix build failure with old kernel headers (loop.h is incompatible withpbrook2008-05-231-0/+95
glibc headers). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4543 c046a42c-6fe2-441c-8c8c-71466251a162