mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw: hyperv: Initial commit for Synthetic Debugging device
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>
This commit is contained in:
parent
73d2407407
commit
d8701185f4
4 changed files with 414 additions and 0 deletions
|
@ -11,3 +11,8 @@ config VMBUS
|
|||
bool
|
||||
default y
|
||||
depends on HYPERV
|
||||
|
||||
config SYNDBG
|
||||
bool
|
||||
default y
|
||||
depends on VMBUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue