Signed-off-by: Roman Kagan <[email protected]> --- target/i386/hyperv.h | 1 + hw/misc/hyperv_testdev.c | 1 + target/i386/hyperv.c | 1 + 3 files changed, 3 insertions(+)
diff --git a/target/i386/hyperv.h b/target/i386/hyperv.h index f101144..cba6cbf 100644 --- a/target/i386/hyperv.h +++ b/target/i386/hyperv.h @@ -2,6 +2,7 @@ * QEMU KVM Hyper-V support * * Copyright (C) 2015 Andrey Smetanin <[email protected]> + * Copyright (C) 2017 Parallels International GmbH * * Authors: * Andrey Smetanin <[email protected]> diff --git a/hw/misc/hyperv_testdev.c b/hw/misc/hyperv_testdev.c index 4fc7787..57ee42d 100644 --- a/hw/misc/hyperv_testdev.c +++ b/hw/misc/hyperv_testdev.c @@ -2,6 +2,7 @@ * QEMU KVM Hyper-V test device to support Hyper-V kvm-unit-tests * * Copyright (C) 2015 Andrey Smetanin <[email protected]> + * Copyright (C) 2017 Parallels International GmbH * * Authors: * Andrey Smetanin <[email protected]> diff --git a/target/i386/hyperv.c b/target/i386/hyperv.c index f779977..32c64af 100644 --- a/target/i386/hyperv.c +++ b/target/i386/hyperv.c @@ -2,6 +2,7 @@ * QEMU KVM Hyper-V support * * Copyright (C) 2015 Andrey Smetanin <[email protected]> + * Copyright (C) 2017 Parallels International GmbH * * Authors: * Andrey Smetanin <[email protected]> -- 2.9.4
