From 9bdd831b376444498121f9b10397ebe46ef432c0 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 24 Apr 2017 10:53:59 +0100 Subject: [PATCH] src: Use hyperkit from the the moby org HyperKit got moved from docker to moby. Update vendoring and imports. Signed-off-by: Rolf Neugebauer --- src/cmd/infrakit-instance-hyperkit/instance.go | 2 +- src/cmd/moby/run_hyperkit.go | 2 +- vendor.conf | 2 +- vendor/github.com/{docker => moby}/hyperkit/README.md | 0 vendor/github.com/{docker => moby}/hyperkit/README.xhyve.md | 0 vendor/github.com/{docker => moby}/hyperkit/go/hyperkit.go | 0 vendor/github.com/{docker => moby}/hyperkit/go/vendor.conf | 0 .../{docker => moby}/hyperkit/src/include/xhyve/acpi.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/ahci.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/block_if.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/dbgport.h | 0 .../hyperkit/src/include/xhyve/firmware/bootrom.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/firmware/fbsd.h | 0 .../hyperkit/src/include/xhyve/firmware/kexec.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/inout.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/ioapic.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/mem.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/mevent.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/mptbl.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/pci_emul.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/pci_irq.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/pci_lpc.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/rtc.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/smbiostbl.h | 0 .../hyperkit/src/include/xhyve/support/acpi_hpet.h | 0 .../hyperkit/src/include/xhyve/support/apicreg.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/ata.h | 0 .../hyperkit/src/include/xhyve/support/atomic.h | 0 .../hyperkit/src/include/xhyve/support/bitset.h | 0 .../hyperkit/src/include/xhyve/support/cpuset.h | 0 .../hyperkit/src/include/xhyve/support/i8253reg.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/i8259.h | 0 .../hyperkit/src/include/xhyve/support/linker_set.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/md5.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/misc.h | 0 .../hyperkit/src/include/xhyve/support/mptable.h | 0 .../hyperkit/src/include/xhyve/support/ns16550.h | 0 .../hyperkit/src/include/xhyve/support/pcireg.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/psl.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/rtc.h | 0 .../hyperkit/src/include/xhyve/support/segments.h | 0 .../hyperkit/src/include/xhyve/support/specialreg.h | 0 .../hyperkit/src/include/xhyve/support/timerreg.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/tree.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/support/uuid.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/uart_emul.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/virtio.h | 0 .../hyperkit/src/include/xhyve/vmm/intel/vmcs.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/intel/vmx.h | 0 .../hyperkit/src/include/xhyve/vmm/intel/vmx_controls.h | 0 .../hyperkit/src/include/xhyve/vmm/intel/vmx_msr.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vatpic.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vatpit.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vhpet.h | 0 .../hyperkit/src/include/xhyve/vmm/io/vioapic.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vlapic.h | 0 .../hyperkit/src/include/xhyve/vmm/io/vlapic_priv.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vpmtmr.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vrtc.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_api.h | 0 .../hyperkit/src/include/xhyve/vmm/vmm_callout.h | 0 .../hyperkit/src/include/xhyve/vmm/vmm_common.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_host.h | 0 .../hyperkit/src/include/xhyve/vmm/vmm_instruction_emul.h | 0 .../hyperkit/src/include/xhyve/vmm/vmm_ioport.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_ktr.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_lapic.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_mem.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_stat.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_util.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/vmm/x86.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/xhyve.h | 0 .../{docker => moby}/hyperkit/src/include/xhyve/xmsr.h | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/acpitbl.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/atkbdc.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/block_if.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/consport.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/dbgport.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/inout.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/ioapic.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/md5c.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/mem.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/mevent.c | 0 .../github.com/{docker => moby}/hyperkit/src/lib/mevent_test.c | 0 .../{docker => moby}/hyperkit/src/lib/mirage_block_c.c | 0 .../{docker => moby}/hyperkit/src/lib/mirage_block_c.h | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/mptbl.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_ahci.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_emul.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_hostbridge.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_irq.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_lpc.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_uart.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_9p.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_block.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_net_tap.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_net_vmnet.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_net_vpnkit.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_rnd.c | 0 .../{docker => moby}/hyperkit/src/lib/pci_virtio_sock.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/pm.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/post.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/rtc.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/smbiostbl.c | 0 .../github.com/{docker => moby}/hyperkit/src/lib/task_switch.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/uart_emul.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/virtio.c | 0 vendor/github.com/{docker => moby}/hyperkit/src/lib/xmsr.c | 0 109 files changed, 3 insertions(+), 3 deletions(-) rename vendor/github.com/{docker => moby}/hyperkit/README.md (100%) rename vendor/github.com/{docker => moby}/hyperkit/README.xhyve.md (100%) rename vendor/github.com/{docker => moby}/hyperkit/go/hyperkit.go (100%) rename vendor/github.com/{docker => moby}/hyperkit/go/vendor.conf (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/acpi.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/ahci.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/block_if.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/dbgport.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/firmware/bootrom.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/firmware/fbsd.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/firmware/kexec.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/inout.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/ioapic.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/mem.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/mevent.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/mptbl.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/pci_emul.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/pci_irq.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/pci_lpc.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/rtc.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/smbiostbl.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/acpi_hpet.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/apicreg.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/ata.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/atomic.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/bitset.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/cpuset.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/i8253reg.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/i8259.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/linker_set.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/md5.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/misc.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/mptable.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/ns16550.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/pcireg.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/psl.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/rtc.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/segments.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/specialreg.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/timerreg.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/tree.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/support/uuid.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/uart_emul.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/virtio.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/intel/vmcs.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/intel/vmx.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/intel/vmx_controls.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/intel/vmx_msr.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vatpic.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vatpit.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vhpet.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vioapic.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vlapic.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vlapic_priv.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vpmtmr.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/io/vrtc.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_api.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_callout.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_common.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_host.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_instruction_emul.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_ioport.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_ktr.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_lapic.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_mem.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_stat.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/vmm_util.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/vmm/x86.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/xhyve.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/include/xhyve/xmsr.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/acpitbl.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/atkbdc.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/block_if.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/consport.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/dbgport.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/inout.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/ioapic.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/md5c.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/mem.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/mevent.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/mevent_test.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/mirage_block_c.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/mirage_block_c.h (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/mptbl.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_ahci.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_emul.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_hostbridge.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_irq.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_lpc.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_uart.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_9p.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_block.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_net_tap.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_net_vmnet.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_net_vpnkit.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_rnd.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pci_virtio_sock.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/pm.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/post.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/rtc.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/smbiostbl.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/task_switch.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/uart_emul.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/virtio.c (100%) rename vendor/github.com/{docker => moby}/hyperkit/src/lib/xmsr.c (100%) diff --git a/src/cmd/infrakit-instance-hyperkit/instance.go b/src/cmd/infrakit-instance-hyperkit/instance.go index b4b2cc5d6..1ad9cbe5b 100644 --- a/src/cmd/infrakit-instance-hyperkit/instance.go +++ b/src/cmd/infrakit-instance-hyperkit/instance.go @@ -9,9 +9,9 @@ import ( "path" log "github.com/Sirupsen/logrus" - "github.com/docker/hyperkit/go" "github.com/docker/infrakit/pkg/spi/instance" "github.com/docker/infrakit/pkg/types" + "github.com/moby/hyperkit/go" "github.com/rneugeba/iso9660wrap" ) diff --git a/src/cmd/moby/run_hyperkit.go b/src/cmd/moby/run_hyperkit.go index 9d3857990..3052c08aa 100644 --- a/src/cmd/moby/run_hyperkit.go +++ b/src/cmd/moby/run_hyperkit.go @@ -8,7 +8,7 @@ import ( "os" log "github.com/Sirupsen/logrus" - "github.com/docker/hyperkit/go" + "github.com/moby/hyperkit/go" "github.com/rneugeba/iso9660wrap" "github.com/satori/go.uuid" ) diff --git a/vendor.conf b/vendor.conf index 6c7181e6b..6706e64f9 100644 --- a/vendor.conf +++ b/vendor.conf @@ -9,7 +9,6 @@ github.com/docker/distribution 07f32ac1831ed0fc71960b7da5d6bb83cb6881b5 github.com/docker/engine-api cf82c64276ebc2501e72b241f9fdc1e21e421743 github.com/docker/go-connections e15c02316c12de00874640cd76311849de2aeed5 github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3 -github.com/docker/hyperkit 9b5f5fd848f0f5aedccb67a5a8cfa6787b8654f9 github.com/docker/infrakit cb420e3e50ea60afe58538b1d3cab1cb14059433 github.com/ghodss/yaml 0ca9ea5df5451ffdf184b4428c902747c2c11cd7 github.com/golang/protobuf c9c7427a2a70d2eb3bafa0ab2dc163e45f143317 @@ -21,6 +20,7 @@ github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 github.com/jmespath/go-jmespath bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d github.com/mattn/go-colorable d228849 github.com/mitchellh/go-ps 4fdf99ab29366514c69ccccddab5dc58b8d84062 +github.com/moby/hyperkit 9b5f5fd848f0f5aedccb67a5a8cfa6787b8654f9 github.com/opencontainers/runtime-spec d094a5c9c1997ab086197b57e9378fabed394d92 github.com/pkg/errors ff09b135c25aae272398c51a07235b90a75aa4f0 github.com/packethost/packngo 91d54000aa56874149d348a884ba083c41d38091 diff --git a/vendor/github.com/docker/hyperkit/README.md b/vendor/github.com/moby/hyperkit/README.md similarity index 100% rename from vendor/github.com/docker/hyperkit/README.md rename to vendor/github.com/moby/hyperkit/README.md diff --git a/vendor/github.com/docker/hyperkit/README.xhyve.md b/vendor/github.com/moby/hyperkit/README.xhyve.md similarity index 100% rename from vendor/github.com/docker/hyperkit/README.xhyve.md rename to vendor/github.com/moby/hyperkit/README.xhyve.md diff --git a/vendor/github.com/docker/hyperkit/go/hyperkit.go b/vendor/github.com/moby/hyperkit/go/hyperkit.go similarity index 100% rename from vendor/github.com/docker/hyperkit/go/hyperkit.go rename to vendor/github.com/moby/hyperkit/go/hyperkit.go diff --git a/vendor/github.com/docker/hyperkit/go/vendor.conf b/vendor/github.com/moby/hyperkit/go/vendor.conf similarity index 100% rename from vendor/github.com/docker/hyperkit/go/vendor.conf rename to vendor/github.com/moby/hyperkit/go/vendor.conf diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/acpi.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/acpi.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/acpi.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/acpi.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/ahci.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/ahci.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/ahci.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/ahci.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/block_if.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/block_if.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/block_if.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/block_if.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/dbgport.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/dbgport.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/dbgport.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/dbgport.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/firmware/bootrom.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/firmware/bootrom.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/firmware/bootrom.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/firmware/bootrom.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/firmware/fbsd.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/firmware/fbsd.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/firmware/fbsd.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/firmware/fbsd.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/firmware/kexec.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/firmware/kexec.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/firmware/kexec.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/firmware/kexec.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/inout.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/inout.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/inout.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/inout.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/ioapic.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/ioapic.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/ioapic.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/ioapic.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/mem.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/mem.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/mem.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/mem.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/mevent.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/mevent.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/mevent.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/mevent.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/mptbl.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/mptbl.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/mptbl.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/mptbl.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/pci_emul.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/pci_emul.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/pci_emul.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/pci_emul.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/pci_irq.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/pci_irq.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/pci_irq.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/pci_irq.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/pci_lpc.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/pci_lpc.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/pci_lpc.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/pci_lpc.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/rtc.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/rtc.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/rtc.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/rtc.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/smbiostbl.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/smbiostbl.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/smbiostbl.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/smbiostbl.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/acpi_hpet.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/acpi_hpet.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/acpi_hpet.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/acpi_hpet.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/apicreg.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/apicreg.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/apicreg.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/apicreg.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/ata.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/ata.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/ata.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/ata.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/atomic.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/atomic.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/atomic.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/atomic.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/bitset.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/bitset.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/bitset.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/bitset.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/cpuset.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/cpuset.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/cpuset.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/cpuset.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/i8253reg.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/i8253reg.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/i8253reg.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/i8253reg.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/i8259.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/i8259.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/i8259.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/i8259.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/linker_set.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/linker_set.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/linker_set.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/linker_set.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/md5.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/md5.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/md5.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/md5.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/misc.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/misc.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/misc.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/misc.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/mptable.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/mptable.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/mptable.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/mptable.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/ns16550.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/ns16550.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/ns16550.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/ns16550.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/pcireg.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/pcireg.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/pcireg.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/pcireg.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/psl.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/psl.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/psl.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/psl.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/rtc.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/rtc.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/rtc.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/rtc.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/segments.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/segments.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/segments.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/segments.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/specialreg.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/specialreg.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/specialreg.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/specialreg.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/timerreg.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/timerreg.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/timerreg.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/timerreg.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/tree.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/tree.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/tree.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/tree.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/support/uuid.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/support/uuid.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/support/uuid.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/support/uuid.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/uart_emul.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/uart_emul.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/uart_emul.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/uart_emul.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/virtio.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/virtio.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/virtio.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/virtio.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmcs.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmcs.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmcs.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmcs.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmx.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmx.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmx.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmx.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmx_controls.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmx_controls.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmx_controls.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmx_controls.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmx_msr.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmx_msr.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/intel/vmx_msr.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/intel/vmx_msr.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vatpic.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vatpic.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vatpic.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vatpic.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vatpit.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vatpit.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vatpit.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vatpit.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vhpet.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vhpet.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vhpet.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vhpet.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vioapic.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vioapic.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vioapic.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vioapic.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vlapic.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vlapic.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vlapic.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vlapic.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vlapic_priv.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vlapic_priv.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vlapic_priv.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vlapic_priv.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vpmtmr.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vpmtmr.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vpmtmr.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vpmtmr.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vrtc.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vrtc.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/io/vrtc.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/io/vrtc.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_api.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_api.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_api.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_api.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_callout.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_callout.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_callout.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_callout.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_common.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_common.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_common.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_common.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_host.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_host.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_host.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_host.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_instruction_emul.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_instruction_emul.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_instruction_emul.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_instruction_emul.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_ioport.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_ioport.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_ioport.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_ioport.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_ktr.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_ktr.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_ktr.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_ktr.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_lapic.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_lapic.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_lapic.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_lapic.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_mem.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_mem.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_mem.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_mem.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_stat.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_stat.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_stat.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_stat.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_util.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_util.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/vmm_util.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/vmm_util.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/x86.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/x86.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/vmm/x86.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/vmm/x86.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/xhyve.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/xhyve.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/xhyve.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/xhyve.h diff --git a/vendor/github.com/docker/hyperkit/src/include/xhyve/xmsr.h b/vendor/github.com/moby/hyperkit/src/include/xhyve/xmsr.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/include/xhyve/xmsr.h rename to vendor/github.com/moby/hyperkit/src/include/xhyve/xmsr.h diff --git a/vendor/github.com/docker/hyperkit/src/lib/acpitbl.c b/vendor/github.com/moby/hyperkit/src/lib/acpitbl.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/acpitbl.c rename to vendor/github.com/moby/hyperkit/src/lib/acpitbl.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/atkbdc.c b/vendor/github.com/moby/hyperkit/src/lib/atkbdc.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/atkbdc.c rename to vendor/github.com/moby/hyperkit/src/lib/atkbdc.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/block_if.c b/vendor/github.com/moby/hyperkit/src/lib/block_if.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/block_if.c rename to vendor/github.com/moby/hyperkit/src/lib/block_if.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/consport.c b/vendor/github.com/moby/hyperkit/src/lib/consport.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/consport.c rename to vendor/github.com/moby/hyperkit/src/lib/consport.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/dbgport.c b/vendor/github.com/moby/hyperkit/src/lib/dbgport.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/dbgport.c rename to vendor/github.com/moby/hyperkit/src/lib/dbgport.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/inout.c b/vendor/github.com/moby/hyperkit/src/lib/inout.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/inout.c rename to vendor/github.com/moby/hyperkit/src/lib/inout.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/ioapic.c b/vendor/github.com/moby/hyperkit/src/lib/ioapic.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/ioapic.c rename to vendor/github.com/moby/hyperkit/src/lib/ioapic.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/md5c.c b/vendor/github.com/moby/hyperkit/src/lib/md5c.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/md5c.c rename to vendor/github.com/moby/hyperkit/src/lib/md5c.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/mem.c b/vendor/github.com/moby/hyperkit/src/lib/mem.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/mem.c rename to vendor/github.com/moby/hyperkit/src/lib/mem.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/mevent.c b/vendor/github.com/moby/hyperkit/src/lib/mevent.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/mevent.c rename to vendor/github.com/moby/hyperkit/src/lib/mevent.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/mevent_test.c b/vendor/github.com/moby/hyperkit/src/lib/mevent_test.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/mevent_test.c rename to vendor/github.com/moby/hyperkit/src/lib/mevent_test.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/mirage_block_c.c b/vendor/github.com/moby/hyperkit/src/lib/mirage_block_c.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/mirage_block_c.c rename to vendor/github.com/moby/hyperkit/src/lib/mirage_block_c.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/mirage_block_c.h b/vendor/github.com/moby/hyperkit/src/lib/mirage_block_c.h similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/mirage_block_c.h rename to vendor/github.com/moby/hyperkit/src/lib/mirage_block_c.h diff --git a/vendor/github.com/docker/hyperkit/src/lib/mptbl.c b/vendor/github.com/moby/hyperkit/src/lib/mptbl.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/mptbl.c rename to vendor/github.com/moby/hyperkit/src/lib/mptbl.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_ahci.c b/vendor/github.com/moby/hyperkit/src/lib/pci_ahci.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_ahci.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_ahci.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_emul.c b/vendor/github.com/moby/hyperkit/src/lib/pci_emul.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_emul.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_emul.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_hostbridge.c b/vendor/github.com/moby/hyperkit/src/lib/pci_hostbridge.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_hostbridge.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_hostbridge.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_irq.c b/vendor/github.com/moby/hyperkit/src/lib/pci_irq.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_irq.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_irq.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_lpc.c b/vendor/github.com/moby/hyperkit/src/lib/pci_lpc.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_lpc.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_lpc.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_uart.c b/vendor/github.com/moby/hyperkit/src/lib/pci_uart.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_uart.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_uart.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_9p.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_9p.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_9p.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_9p.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_block.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_block.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_block.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_block.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_net_tap.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_net_tap.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_net_tap.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_net_tap.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_net_vmnet.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_net_vmnet.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_net_vmnet.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_net_vmnet.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_net_vpnkit.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_net_vpnkit.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_net_vpnkit.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_net_vpnkit.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_rnd.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_rnd.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_rnd.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_rnd.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pci_virtio_sock.c b/vendor/github.com/moby/hyperkit/src/lib/pci_virtio_sock.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pci_virtio_sock.c rename to vendor/github.com/moby/hyperkit/src/lib/pci_virtio_sock.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/pm.c b/vendor/github.com/moby/hyperkit/src/lib/pm.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/pm.c rename to vendor/github.com/moby/hyperkit/src/lib/pm.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/post.c b/vendor/github.com/moby/hyperkit/src/lib/post.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/post.c rename to vendor/github.com/moby/hyperkit/src/lib/post.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/rtc.c b/vendor/github.com/moby/hyperkit/src/lib/rtc.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/rtc.c rename to vendor/github.com/moby/hyperkit/src/lib/rtc.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/smbiostbl.c b/vendor/github.com/moby/hyperkit/src/lib/smbiostbl.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/smbiostbl.c rename to vendor/github.com/moby/hyperkit/src/lib/smbiostbl.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/task_switch.c b/vendor/github.com/moby/hyperkit/src/lib/task_switch.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/task_switch.c rename to vendor/github.com/moby/hyperkit/src/lib/task_switch.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/uart_emul.c b/vendor/github.com/moby/hyperkit/src/lib/uart_emul.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/uart_emul.c rename to vendor/github.com/moby/hyperkit/src/lib/uart_emul.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/virtio.c b/vendor/github.com/moby/hyperkit/src/lib/virtio.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/virtio.c rename to vendor/github.com/moby/hyperkit/src/lib/virtio.c diff --git a/vendor/github.com/docker/hyperkit/src/lib/xmsr.c b/vendor/github.com/moby/hyperkit/src/lib/xmsr.c similarity index 100% rename from vendor/github.com/docker/hyperkit/src/lib/xmsr.c rename to vendor/github.com/moby/hyperkit/src/lib/xmsr.c