[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] docs: correct values for old VMDP unplug
commit de4e4fd12bdca17cb3511e9bfc8f2c1e94c09a7d Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Mon Sep 19 09:29:46 2016 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Mon Sep 19 12:33:11 2016 +0100 docs: correct values for old VMDP unplug Fix commit f6d4cf5 ("docs: document old SUSE/Novell unplug for HVM"). The values which VMDP used to control either NIC or disk are flipped. What the code does is: case 8: if (val == 1 ) { ide_unplug_harddisks(); } else if (val == 2) { pci_unplug_netifs(); net_tap_shutdown_all(); } break; Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- docs/misc/hvm-emulated-unplug.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/misc/hvm-emulated-unplug.markdown b/docs/misc/hvm-emulated-unplug.markdown index 70fb024..256cea2 100644 --- a/docs/misc/hvm-emulated-unplug.markdown +++ b/docs/misc/hvm-emulated-unplug.markdown @@ -89,8 +89,8 @@ Novells VMDP. Depending on how VMDP was configured it would control all devices, or either NIC or storage. To control all devices the value 0x1 was written to offset 0x4 in the memory region of the Xen Platform PCI Device. This was supposed to unplug NIC, IDE and SCSI devices. If VMDP -was configured to control just NIC devices it would write the value 0x1 +was configured to control just NIC devices it would write the value 0x2 to offset 0x8. If VMDP was configured to control just storage devices it -would write the value 0x2 to offset 0x8. Starting with VMDP version 1.7 +would write the value 0x1 to offset 0x8. Starting with VMDP version 1.7 (released 2011) the official protocol was used. -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |