VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/gimdebughyperv.dita@ 105145

Last change on this file since 105145 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="gimdebughyperv">
4 <title>Hyper-V Debug Options</title>
5
6 <body>
7 <p>
8 All of the options listed below are optional, and thus the
9 default value specified will be used when the corresponding
10 key-value pair is not specified.
11 </p>
12 <ul>
13 <li>
14 <p>
15 Key:
16 <b outputclass="bold"><codeph>enabled</codeph></b>
17 </p>
18 <p>
19 Value: <codeph>0</codeph> or <codeph>1</codeph>
20 </p>
21 <p>
22 Default: <codeph>0</codeph>
23 </p>
24 <p>
25 Specify <codeph>1</codeph> to enable the Hyper-V debug
26 interface. If this key-value pair is not specified or the
27 value is not <codeph>1</codeph>, the Hyper-V debug
28 interface is disabled regardless of other key-value pairs
29 being present.
30 </p>
31 </li>
32 <li>
33 <p>
34 Key:
35 <b outputclass="bold"><codeph>address</codeph></b>
36 </p>
37 <p>
38 Value: IPv4 address
39 </p>
40 <p>
41 Default: 127.0.0.1
42 </p>
43 <p>
44 Specify the IPv4 address where the remote debugger is
45 connected.
46 </p>
47 </li>
48 <li>
49 <p>
50 Key:
51 <b outputclass="bold"><codeph>port</codeph></b>
52 </p>
53 <p>
54 Value: UDP port number
55 </p>
56 <p>
57 Default: 50000
58 </p>
59 <p>
60 Specify the UDP port number where the remote debugger is
61 connected.
62 </p>
63 </li>
64 <li>
65 <p>
66 Key:
67 <b outputclass="bold"><codeph>vendor</codeph></b>
68 </p>
69 <p>
70 Value: Hyper-V vendor signature reported by CPUID to the
71 guest
72 </p>
73 <p>
74 Default: When debugging is enabled: <codeph>Microsoft
75 Hv</codeph>, otherwise: <codeph>VBoxVBoxVBox</codeph>
76 </p>
77 <p>
78 Specify the Hyper-V vendor signature which is exposed to the
79 guest by CPUID. For debugging Microsoft Windows guests, it
80 is required the hypervisor reports the Microsoft vendor.
81 </p>
82 </li>
83 <li>
84 <p>
85 Key:
86 <b outputclass="bold"><codeph>hypercallinterface</codeph></b>
87 </p>
88 <p>
89 Value: <codeph>0</codeph> or <codeph>1</codeph>
90 </p>
91 <p>
92 Default: <codeph>0</codeph>
93 </p>
94 <p>
95 Specify whether hypercalls should be suggested for
96 initiating debug data transfers between host and guest
97 rather than MSRs when requested by the guest.
98 </p>
99 </li>
100 <li>
101 <p>
102 Key: <b outputclass="bold"><codeph>vsinterface</codeph></b>
103 </p>
104 <p>
105 Value: <codeph>0</codeph> or <codeph>1</codeph>
106 </p>
107 <p>
108 Default: When debugging is enabled, <codeph>1</codeph>,
109 otherwise <codeph>0</codeph>
110 </p>
111 <p>
112 Specify whether to expose the VS#1 virtualization service
113 interface to the guest. This interface is required for
114 debugging Microsoft Windows 10 32-bit guests, but is
115 optional for other Windows versions.
116 </p>
117 </li>
118 </ul>
119 </body>
120</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette