]> xenbits.xensource.com Git - libvirt.git/commit
ch: Enable ETHERNET Network mode support
authorPraveen K Paladugu <prapal@linux.microsoft.com>
Tue, 16 Jan 2024 21:25:43 +0000 (15:25 -0600)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 2 Feb 2024 09:58:35 +0000 (10:58 +0100)
commit6316f26cd2dbb506569ac5b757dd36a5dd38088a
tree0e956b7bc111a4c8cbffd9cea04d266d87a6779b
parent05d46e4e08811b2bdd97f7df3cd600882156e520
ch: Enable ETHERNET Network mode support

enable VIR_DOMAIN_NET_TYPE_ETHERNET network support for ch guests.

Tested with following interface config:

    <interface type='ethernet'>
      <target dev='chtap0' managed="yes"/>
      <model type='virtio'/>
      <driver queues='2'/>
    <interface>

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
po/POTFILES
src/ch/ch_conf.h
src/ch/ch_domain.c
src/ch/ch_domain.h
src/ch/ch_interface.c [new file with mode: 0644]
src/ch/ch_interface.h [new file with mode: 0644]
src/ch/ch_monitor.c
src/ch/ch_monitor.h
src/ch/ch_process.c
src/ch/meson.build