[libvirt] [PATCH 3/3] qemu_conf: Introduce "listen_address"

Daniel P. Berrange berrange at redhat.com
Wed Oct 9 11:06:25 UTC 2013


On Wed, Oct 09, 2013 at 01:02:15PM +0200, Michal Privoznik wrote:
> This configuration knob is there to override default listen address for
> -incoming for all qemu domains.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/libvirtd_qemu.aug         | 3 +++
>  src/qemu/qemu.conf                 | 6 ++++++
>  src/qemu/qemu_conf.c               | 2 ++
>  src/qemu/qemu_conf.h               | 2 ++
>  src/qemu/qemu_driver.c             | 7 +++++++
>  src/qemu/test_libvirtd_qemu.aug.in | 1 +
>  6 files changed, 21 insertions(+)
> 
> diff --git a/src/qemu/libvirtd_qemu.aug b/src/qemu/libvirtd_qemu.aug
> index cd13d53..d837e54 100644
> --- a/src/qemu/libvirtd_qemu.aug
> +++ b/src/qemu/libvirtd_qemu.aug
> @@ -78,6 +78,8 @@ module Libvirtd_qemu =
>                   | int_entry "keepalive_interval"
>                   | int_entry "keepalive_count"
>  
> +   let network_entry = str_entry "listen_address"

"listen_address" is ambiguous - QEMU listens for many different
reasons. "migration_address" is better IMHO.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list