From 23328ca684718dd07d874cf8a377847927d09b20 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Thu, 8 Mar 2018 15:11:59 +0800 Subject: [PATCH] news: qemu: use arp table of host to get the IP address of guests Signed-off-by: Chen Hanxiao --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index a51ca973e4..6d729d5085 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -46,6 +46,15 @@ information, log the relevant data to the domain log file. + + + qemu: use arp table of host to get the IP address of guests + + + Find IP address of a VM by arp table on hosts. + If someone customizing IP address inside VM, it will be helpful. + +
-- 2.47.2