Core
	[DONE: Maixner (26MAR17)] Implement g_warning("TODO ...")s

	[DONE: Shockley (28FEB17) - Added g_assert in shadowfs_teardown
	for every test] More tests of reference-counting code

	[DONE: Shockley (28FEB17)] Describe reference counting in shadowfs.c

	[DONE: Shockley (28FEB17)] Fix
	auth_engine_linux_test_confidential_persists

	[DONE: Shockley (28FEB17)] Should removing root node end up
	removing everything incl. nodes from confidential.conf, etc.?

	[DONE: Shockley (1MAR17)] Implement better, cross-platform format
	for .conf files (e.g. json, xml, etc)

	[DONE: Petullo (3MAR17)] Dynamically get guest name through GT
	API to use with conf

	[DONE: Petullo (25MAR17)] Implement saving of shadowfs in conf before shutdown

	[DONE: Shockley (1MAR17)] Change filesystem to allow for
	case-sensitivity based on the OS

	Fix BUGS

	Write tests

	VisorFlow: catch from first system call

	Code top-to-bottom code review
		Ensure compare functions appropriate on trees
		Do we need to use g_tree_new_full when creating exec map?

	No complaints from:
		make test-run
		Clang: "make clean && scan-build make"
		Coverity, Infer, Coccinelle, etc.?

Linux
	[DONE: Maixner (22MAR17)] Finish mmap and munmap handling

	[DONE: Maixner (27MAR17)] Ensure transitive mmap tainting works

	[DONE: Petullo (28MAR17)] Instrument network system calls

	Do not instrument close (for performance)?
		... But need for releasing evil firewall rules

	[DONE: Petullo (24MAR17)] Inherit CWD from parent (init gets '/')
		Implement chdir

	[DONE: Maixner (08APR17)] Instrument hard- and symbolic-link system calls

Windows
	[Done: Shockley (02MAR17)] Instrument file I/O system calls

	Identify network system calls

	Instrument network system calls

Networking
	[DONE: DeRidder (01MAR17)] Complete
	network_engine_add_nfqueue_rule and ...rem...

	[DONE: Petullo (14MAR17)] Complete network engine

	Experiment to determine the likelihood of getting an EAGAIN out
	of our source-port-detection scheme. (See paper.)

Console
	[DONE: Petullo (7MAR17)] Network flows: print partial and complete which VisorFlow is tracking

	[DONE] Update confidential.conf and trusted.conf

Deployment
	Demonstrate Windows OVA in Xen

	Demonstrate Linux OVA in Xen

	Deploy "spoofer" on CDX network

	Deploy gray images in VisorFlow

	Xen-host logs to MegaDev via FileBeat
