Skip to content

Commit

Permalink
hw: hyperv: Initial commit for Synthetic Debugging device
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Doron <arilou@gmail.com>
Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Message-Id: <20220216102500.692781-5-arilou@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
arilou authored and bonzini committed Apr 3, 2022
1 parent 20d8bc6 commit 21d9338
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hw/hyperv/Kconfig
Expand Up @@ -11,3 +11,8 @@ config VMBUS
bool
default y
depends on HYPERV

config SYNDBG
bool
default y
depends on VMBUS
1 change: 1 addition & 0 deletions hw/hyperv/meson.build
@@ -1,3 +1,4 @@
specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
specific_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
specific_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
specific_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))

0 comments on commit 21d9338

Please sign in to comment.