libvirt-daemon-config-network-6.2.0-64.oe2203sp20>    fUM ;G|`u` ` 9?bb͙78 ~k`N 1jiH8s]saMu\ 5psݽ=>5nW؋hT;\Yj.b6>l(DFpm:(aVJ}ROϠ -roِ18ڜqv'.eO{ӻ{޻=ԅt}#Ӭ7%>RG0V-[Iu>M0,VKsD9YS.ɯdB%VzLR9rm!M}reV{ՁR|=Ďyx6AMns}:z6#l1NNt8ǓA쬿p\ae+*6 ?B6860bee346a85eb36233936f670e9d8a598736dd394b09d62cb5fb4beb54d5ff2a764e24298d02c5fc73fa4dbc4edf0c0f5c1069$G^ fPF>>?d & 3 g      ,@Tx(89 @: >FGHIXY$\L]\^bdeflt$u4vDzZj `dClibvirt-daemon-config-network6.2.064.oe2203sp2Default configuration files for the libvirtd daemonDefault configuration files for setting up NAT based networkingfUdc-64g.compass-ci LGPLv2+http://openeuler.orgUnspecifiedhttps://libvirt.org/linuxx86_64if test $1 -eq 1 && test ! -f /etc/libvirt/qemu/networks/default.xml ; then # see if the network used by default network creates a conflict, # and try to resolve it # NB: 192.168.122.0/24 is used in the default.xml template file; # do not modify any of those values here without also modifying # them in the template. orig_sub=122 sub=${orig_sub} nl=' ' routes="${nl}$(ip route show | cut -d' ' -f1)${nl}" case ${routes} in *"${nl}192.168.${orig_sub}.0/24${nl}"*) # there was a match, so we need to look for an unused subnet for new_sub in $(seq 124 254); do case ${routes} in *"${nl}192.168.${new_sub}.0/24${nl}"*) ;; *) sub=$new_sub break; ;; esac done ;; *) ;; esac UUID=`/usr/bin/uuidgen` sed -e "s/${orig_sub}/${sub}/g" \ -e "s,,\n $UUID," \ < /usr/share/libvirt/networks/default.xml \ > /etc/libvirt/qemu/networks/default.xml ln -s ../default.xml /etc/libvirt/qemu/networks/autostart/default.xml # libvirt saves this file with mode 0600 chmod 0600 /etc/libvirt/qemu/networks/default.xml # Make sure libvirt picks up the new network defininiton mkdir -p /var/lib/rpm-state/libvirt || : touch /var/lib/rpm-state/libvirt/restart || : fiA큤fU;fU;fUAfUAa3f67a652ed4f77d2b202ef8eabcc08f80c452ea06532c73780b144bf688877a../default.xml@@rootrootrootrootrootrootrootrootlibvirt-6.2.0-64.oe2203sp2.src.rpmlibvirt-daemon-config-networklibvirt-daemon-config-network(x86-64)     /bin/sh/bin/shlibvirt-daemonlibvirt-daemon-driver-networkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)6.2.0-64.oe2203sp26.2.0-64.oe2203sp23.0.4-14.6.0-14.0-15.2-14.17.0fP@f@e@eg'eRd@ddkY@djdGd,@d%yd"cwcj@c@ctc.c@cn9@cc@cEZcd@b@ba@b&jiangjiacheng - 6.2.0-64caozhongwang jiangdongxu - 6.2.0-62Jiabo Feng - 6.2.0-61lixianglai - 6.2.0-60lixianglai - 6.2.0-59Jiabo Feng - 6.2.0-58zhangxinhao - 6.2.0-57XuFei - 6.2.0-56tianyuan - 6.2.0-55Chenxi Mao - 6.2.0-54zhaotianrui - 6.2.0-53mayunlong - 6.2.0-52mayunlong - 6.2.0-51jiangjiacheng - 6.2.0-50zhengchuan - 6.2.0-49yezengruan - 6.2.0-48yezengruan - 6.2.0-47yezengruan - 6.2.0-46yezengruan - 6.2.0-45yezengruan - 6.2.0-44wengyu - 6.2.0-43yezengruan - 6.2.0-42yezengruan - 6.2.0-41yezengruan - 6.2.0-40yezengruan - 6.2.0-39- util: keep track of full GSource object not source ID number - rpc: mark source returned by virEventGLibAddSocketWatch as unused - rpc: ensure temporary GSource is removed from client event loop (CVE-2024-4418)- interface: fix udev_device_get_sysattr_value return value check (CVE-2024-2496) - remote: check for negative array lengths before allocation (CVE-2024-2494) - vish:Fix off-by-one error in udevListInterfacesByStatus (CVE-2024-1441)- vdpa: Release pci slot address when unplugging vdpa device - vdpa: return pcieFlags when calculate vdpa passthrough devices. - vdpa: support vdpa device migrate - vdpa: support vdpa device hot plug/unplug - vdpa: Introduce the new device type vdpa to hostdev - node_device: fix leak of DIR* - Include vdpa devices in node device list- lxc: fix lxcContainerMountAllFS() DEREF_BEFORE_CHECK - qemu: Return perf status that affect next boot for shutoff domains While we set up perf events for a shutoff domain and check the settings, All of perf events are reported as 'disabled', unless we add --config, This is redundant for a shutoff domain. - tests: upstream Fixing compiler warning in cputest - qemu_migration_cookie: Rename ret in qemuDomainExtractTLSSubject - virrandom: Fix printf format string in virRandomGenerateWWN() - fix the issue of errors when saving after 'virsh edit' - Use (un)signed printf specifiers correctly - admin: fix leak of typed parameters on error - esx: call freeaddrinfo earlier in esxUtil_ResolveHostname Call freeaddrinfo() as soon as @result is not needed anymore, i.e. right after getnameinfo(); this avoids calling freeaddrinfo() in two branches. - qemu: Fix incorrect command name in error messages- Fixed loongarch qxl device not displaying during startup phase- Synchronize upstream patches "Use correct tpm device for all non-x86"- virnetsshsession: Adapt to change libssh2 API - selinux: Reflect context_str() type change - Revert "selinux: adapt to libselinux" - selinux: adapt to libselinux - fix error in printf format string- cpu_topo: support for cpu_topo "clusters” in conf - cpu_topo: support for specifying "clusters" in qemu comand - cpu_topo: support for reporting cluster_id in NUMA topology - cpu_topo: fix detection of vCPU pids when multiple clusters are present- nodedev: ignore EINVAL from libudev in udevEventHandleThread - qemu: tpm: Pass --logfile to swtpm_setup for incoming migration- bugfix: Fix potential crash during driver cleanup- bugfix: Fix build error if compiler switch to clang.- bugfix: correct the firmware path of loongarch virt machine- bugfix: move qemuDomainDiskBlockIoTunelsSupported to currect place - libvirt: add loongarch support- live_migrate: virsh migrate command supports the zstd compression algorithm - glibcompat: Provide implementation for G_GNUC_NO_INLINE- backport patches from upstream- add function of set migration thread affinity during migration- update the Chinese translation of nwfilter- sync some bugfix patches from upstream - support vhostuser disk - libvirt: support dirtyrate (calc-dirty-rate, dirtyrate-param.mode)- sync some bugfix patches from upstream- docs: Fix template matching in page.xsl- libvirt: support migration dirtyrate- libvirt: Synchronize upstream patches according to issue I5OLYY- qemu: Add missing lock in qemuProcessHandleMonitorEOF (CVE-2021-3975)- apibuild: Fix self.waring method call- nwfilter: fix crash when counting number of network filters (CVE-2022-0897)- sw_64: Add sw64 architecture support - src: workaround warning triggered in glib 2.69/bin/shdc-64g.compass-ci 17168980476.2.0-64.oe2203sp26.2.0-64.oe2203sp2default.xmldefault.xmlnetworksdefault.xml/etc/libvirt/qemu/networks/autostart//etc/libvirt/qemu/networks//usr/share/libvirt//usr/share/libvirt/networks/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection cpioxz2x86_64-openEuler-linux-gnuASCII textdirectory"N=L@긑6if [ -f /var/lib/rpm-state/libvirt/restart ]; then /bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 || : fi rm -rf /var/lib/rpm-state/libvirt || :/bin/shutf-8bb874d2d64128eae15d73cbb5ddec27a095a30fa9de300580af6607ffabe7c7dc74b6694914f74ac0340f34c6d84e1c619680d6a89a8000bce8cd92d77c1dfd9? 7zXZ !#,] b2q1 ֏_mgIApE-~$ ȕ>6Kqg@P3xqط'Jq-hĸј6sUQa@BM%`M`mRW:ci k^T4i o>ǀ(Ex4ah6^'jW2WN f=Hsu-VGc.\ҸCߨKfOt@Lmh j Ό-w YZ