crosvm/sys_util/src
Junichi Uekawa e2947e0f12 Reland "Dump backing File system type."
BUG=b:199094605
TEST=tast run localhost:2229 arc.Boot.vm_o_direct
  # logs: Disk image file is hosted on file system type ef53
TEST=emerge-hana crosvm

This is a reland of 4ea81e3003

Original change's description:
> Dump backing File system type.
>
> To aid investigation, the root file system image needs to reside on a
> file system with O_DIRECT support.
>
> BUG=b:199094605
> TEST=tast run localhost:2229 arc.Boot.vm_o_direct
>   # logs: Disk image file is hosted on file system type ef53
>
> Change-Id: Ifd393e7009721c697d3d23177129f187454534a8
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3203719
> Tested-by: kokoro <noreply+kokoro@google.com>
> Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>

Bug: b:199094605
Change-Id: Ie1cb9b515d7b95fd9b108e9a6963a7c77fee652e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3215931
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
2021-10-11 23:10:07 +00:00
..
android sys_util: Log to logd via liblog on Android. 2020-08-18 06:20:00 +00:00
linux sys_util: Fix clippy errors for dev-lang/rust-1.51.0 2021-04-16 15:14:25 +00:00
alloc.rs crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
capabilities.rs edition: Remove extern crate lines 2019-04-15 02:06:08 -07:00
clock.rs devices: pit updates for hypervisor abstraction 2020-07-06 19:12:08 +00:00
descriptor.rs Use macros for trait implementations. 2021-08-17 16:07:51 +00:00
descriptor_reflection.rs sys_util: descriptor_reflection - fix warning in nightly 2021-04-19 22:17:09 +00:00
errno.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
eventfd.rs Replace dup with fcntl(F_DUPFD_CLOEXEC) 2021-04-15 10:34:04 +00:00
external_mapping.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
file_flags.rs edition: Use dyn syntax for trait objects 2019-04-08 02:51:37 -07:00
file_traits.rs crosvm: Implement communication logic in virtio-vhost-user PCI device 2021-09-17 22:07:55 +00:00
fork.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
get_filesystem_type.rs Reland "Dump backing File system type." 2021-10-11 23:10:07 +00:00
handle_eintr.rs sys_util: Apply clippy's autofix 2020-08-06 03:28:09 +00:00
ioctl.rs sys_util: Fix clippy:missing_safety_doc warnings 2020-08-06 03:28:12 +00:00
lib.rs Reland "Dump backing File system type." 2021-10-11 23:10:07 +00:00
mmap.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
net.rs Add try_clone() and FromRawDescriptor for Tube and UnixSeqpacket 2021-08-17 11:48:07 +00:00
poll.rs base: Add WaitContext 2020-10-31 07:12:30 +00:00
priority.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
rand.rs sys_util: Migrate additional code from libchromeos-rs. 2021-04-19 22:44:13 +00:00
raw_fd.rs Add "Fd" wrapper for RawFd type. 2019-01-05 20:08:32 -08:00
read_dir.rs sys_util: Migrate libchromeos::read_dir and syscall! 2021-04-22 13:43:57 +00:00
sched.rs Fix clippy warnings and Cargo.lock 2021-07-15 03:33:17 +00:00
scoped_path.rs sys_util: Migrate additional code from libchromeos-rs. 2021-04-19 22:44:13 +00:00
scoped_signal_handler.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
seek_hole.rs Simplify tests with tempfile::tempfile() 2020-08-27 00:39:03 +00:00
shm.rs remove dependencies on syscall_defines 2021-04-21 21:01:38 +00:00
signal.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
signalfd.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
sock_ctrl_msg.rs sys_util: Fix 1.51.0 acronym case clippy warnings. 2021-04-21 00:14:11 +00:00
syslog.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
terminal.rs devices: remove user_command from proxy device 2020-01-09 07:53:57 +00:00
timerfd.rs sys_util: Fix clippy errors and warnings 2021-03-04 20:23:12 +00:00
vsock.rs sys_util: convert to ThisError and sort 2021-10-06 20:58:22 +00:00
write_zeroes.rs sys_util: Fix clippy errors and warnings 2021-03-04 20:23:12 +00:00