Skip to content

Commit 4f592ed

Browse files
committed
new content
1 parent 1dcb448 commit 4f592ed

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/virt-installing-qemu-guest-agent.adoc
4+
// * virt/virtual_machines/virtual_disks/virt-managing-vm-snapshots.adoc
5+
6+
:_content-type: PROCEDURE
7+
[id="virt-updating-virtio-drivers-windows_{context}"]
8+
= Updating VirtIO drivers on a Windows guest
9+
10+
Update the `virtio` drivers by using Windows Update.
11+
12+
.Prerequisites
13+
14+
* A Windows guest operating system with the `virtio` drivers must be attached to the virtual machine (VM).
15+
* The cluster must be connected to the internet. Disconnected clusters cannot reach the Windows Update service.
16+
17+
.Procedure
18+
19+
. In the Windows Guest operating system, use the `File Explorer` to navigate to *Settings* -> *Windows Update* -> *Advanced Options* -> *Optional Updates*.
20+
. Install all updates from *Red Hat, Inc.*.
21+
. Reboot the VM.
22+
23+
.Verification
24+
25+
. On the Windows VM, navigate to the *Device Manager*.
26+
. Select a device.
27+
. Select the *Driver* tab.
28+
. Click *Driver Details* and confirm that the `virtio` driver details list the correct version.

virt/virtual_machines/virt-installing-qemu-guest-agent.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ toc::[]
88

99
The xref:../../virt/virtual_machines/virt-viewing-qemu-guest-agent-web.adoc#virt-viewing-qemu-guest-agent-web[QEMU guest agent] is a daemon that runs on the virtual machine and passes information to the host about the virtual machine, users, file systems, and secondary networks.
1010

11+
[id="installing-qemu-guest-agent"]
1112
== Installing the QEMU guest agent
1213

1314
include::modules/virt-installing-qemu-guest-agent-on-linux-vm.adoc[leveloffset=+2]
1415

1516
include::modules/virt-installing-qemu-guest-agent-on-windows-vm.adoc[leveloffset=+2]
1617

18+
[id="installing-virtio-drivers"]
1719
== Installing VirtIO drivers
1820

1921
include::modules/virt-supported-virtio-drivers.adoc[leveloffset=+2]
@@ -25,3 +27,8 @@ include::modules/virt-installing-virtio-drivers-existing-windows.adoc[leveloffse
2527
include::modules/virt-installing-virtio-drivers-installing-windows.adoc[leveloffset=+2]
2628

2729
include::modules/virt-adding-virtio-drivers-vm-yaml.adoc[leveloffset=+2]
30+
31+
[id="updating-virtio-drivers"]
32+
== Updating VirtIO drivers
33+
34+
include::modules/virt-updating-virtio-drivers-windows.adoc[leveloffset=+2]

virt/virtual_machines/virtual_disks/virt-managing-vm-snapshots.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ include::modules/virt-installing-qemu-guest-agent-on-windows-vm.adoc[leveloffset
3333

3434
include::modules/virt-installing-virtio-drivers-existing-windows.adoc[leveloffset=+2]
3535

36+
include::modules/virt-updating-virtio-drivers-windows.adoc[leveloffset=+2]
37+
3638
include::modules/virt-creating-vm-snapshot-web.adoc[leveloffset=+1]
3739

3840
include::modules/virt-creating-vm-snapshot-cli.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)