summaryrefslogtreecommitdiffstats
path: root/regressions/test-read_file.sh
Commit message (Collapse)AuthorAgeFilesLines
* Generator: Implement RBufferOut and "read-file" call.Richard W.M. Jones2009-07-211-0/+34
This commit implements the RBufferOut type for returning arbitrary 8 bit data from calls. We also implement the guestfs_read_file call to read a whole file that can contain any 8 bit content, but up to a limit of ~ 2 MB.