]> git.proxmox.com Git - mirror_qemu.git/commit - qga/commands-win32.c
qemu-ga: add guest-network-get-interfaces command
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Feb 2012 16:02:23 +0000 (17:02 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 12 Mar 2012 20:09:18 +0000 (15:09 -0500)
commit3424fc9f16a1e7d1c48eb6d605eb0ca63e199ec2
tree54d2bb0a79d91199986c0b29890e5ddb0b3cc8b4
parentf54603b6aa765514b2519e74114a2f417759d727
qemu-ga: add guest-network-get-interfaces command

This command returns an array of:

 [ifname, hwaddr, [ipaddr, ipaddr_family, prefix] ]

for each interface in the system.
Currently, only IPv4 and IPv6 are supported.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
qapi-schema-guest.json
qga/commands-posix.c
qga/commands-win32.c