Go to file
Samuel Ortiz db067857bd qemu: Make Config's FDs field private
All file descriptors will come from specific devices configurations, so
this patch:

1) Make the Config FDs file private
2) Provide an appendFDs() method for Config, that takes a slice of
os.File pointers and
   a) Adds them to the Config private fd slice
   b) Return a slice of ints that represent the file descriptors for
      these device specific files, as seen by the qemu process.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2016-09-19 12:43:03 +02:00
examples_test.go qemu: Add configuration structure to simplify LaunchQemu 2016-09-17 00:41:13 +02:00
qemu_test.go qemu: Make Config's FDs field private 2016-09-19 12:43:03 +02:00
qemu.go qemu: Make Config's FDs field private 2016-09-19 12:43:03 +02:00
qmp_test.go ciao-launcher, qemu: Upgrade to new context package. 2016-09-12 11:51:00 +01:00
qmp.go ciao-launcher, qemu: Upgrade to new context package. 2016-09-12 11:51:00 +01:00