From: Chen Hanxiao Date: Thu, 8 Mar 2018 07:11:59 +0000 (+0800) Subject: news: qemu: use arp table of host to get the IP address of guests X-Git-Tag: v4.2.0-rc1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23328ca684718dd07d874cf8a377847927d09b20;p=thirdparty%2Flibvirt.git news: qemu: use arp table of host to get the IP address of guests Signed-off-by: Chen Hanxiao --- 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. + +