libvirt-daemon-config-network-6.2.0-59.oe2309>  <@PT@7!.ܶujG7oe eopeneuler@compass-ci.com G7o 1eX&#ChW]+ozbw/Q(J3U@UZ6\ďf/Y|F!!@=j< 5h:Dկs%Y;UD܅$'FAmΩ‹qL4P~\ uU4d^&6KO_< &=60LNa7iF^KMۋςxPnQX`W K5~Y.뢾[;۵H]Vky:)24^P`+_6}Wdd18ce57760d083aefababbdc7e7216da72c71e6854be30a59c0d7fd098de0d75ad862ea8e7e01511be3e0b29e43df621a92b9380Ƈ ?b4>>*?*d & 0 d       (<Pp(8'9 l':U'>&F'G' H'0I'@X'DY'L\'l]'|^'b(d)e) f)l)t)0u)@v)Pz)f)v** *$***l*pClibvirt-daemon-config-network6.2.059.oe2309Default configuration files for the libvirtd daemonDefault configuration files for setting up NAT based networkinge aUdc-64g.compass-ci LGPLv2+http://openeuler.orgUnspecifiedhttps://libvirt.org/linuxaarch64if 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큤e ae ae ae aa3f67a652ed4f77d2b202ef8eabcc08f80c452ea06532c73780b144bf688877a../default.xml@@rootrootrootrootrootrootrootrootlibvirt-6.2.0-59.oe2309.src.rpmlibvirt-daemon-config-networklibvirt-daemon-config-network(aarch-64)     /bin/sh/bin/shlibvirt-daemonlibvirt-daemon-driver-networkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)6.2.0-59.oe23096.2.0-59.oe23093.0.4-14.6.0-14.0-15.2-14.18.1ddldkY@djdGd,@d%yd"cwcj@c@ctc.c@cn9@cc@cEZcd@b@ba@b&bzSbi0@b<]@b<]@b,@b+9b~b@a,@aeaq@a@a@aP`aMa@a@a0Jiabo Feng - 6.2.0-59laokz - 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-39yezengruan - 6.2.0-38yezengruan - 6.2.0-37yezengruan - 6.2.0-36yezengruan - 6.2.0-35yezengruan - 6.2.0-34yezengruan - 6.2.0-33imxcc - 6.2.0-32imxcc - 6.2.0-31imxcc - 6.2.0-30imxcc - 6.2.0-29imxcc - 6.2.0-28Euler Robot - 6.2.0-27Euler Robot - 6.2.0-26imxcc - 6.2.0-26Euler Robot - 6.2.0-25imxcc - 6.2.0-24imxcc - 6.2.0-23heyitao - 6.2.0-22- 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- add riscv64 support- 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- update some inconsistent patches - virsh: Display vhostuser socket path in domblklist- update the format of changelog- apparmor: Permit new capabilities required by libvirtd- qemuMonitorJSONSetMigrationParams: Take double pointer for @params - qemuMonitorJSONAddObject: Take double pointer for @props - :qemuMonitorJSONMakeCommandInternal: Clear @arguments when stolen - qemuMonitorAddObject: Fix semantics of @alias - qemuMonitorAddObject: Refactor cleanup - util: json: Replace virJSONValueObjectSteal by virJSONValueObjectRemoveKey - qemu: command: Generate commandline of 'masterKey0' secret via JSON - qemu: command: Generate commandline of 'sev0' sev-guest object via JSON - qemu: command: Generate commandline of iothread objects JSON - qemu: capabilities: Introduce QEMU_CAPS_OBJECT_QAPIFIED - qemu: monitor: Make wrapping of 'props' of 'object-add' optional - qemuMonitorCreateObjectPropsWrap: Open-code in qemuBuildMemoryBackendProps - qemu: monitor: Don't add 'props' wrapper if qemu has QEMU_CAPS_OBJECT_QAPIFIED - qemu: command: Use JSON for QAPIfied -object directly - tests: qemuxml2argv: Validate generation of JSON props for object-add - qemu: capabilities: Enable detection of QEMU_CAPS_OBJECT_QAPIFIED- Revert libvirt: support aarch64 vtpm with parameter tpm-tis-device - qemu: Fix swtpm device with aarch64 - qemu: Fix libvirt hang due to early TPM device stop - qemu_tpm: Move logfile path generation into a separate function - qemu_tpm: Generate log file path among with storage path - virtpm: Fix @path handling in virTPMEmulatorInit()- qemu: Probe for a few params supported by migrate-set-parameters - qemu: Avoid deprecated migrate_set_speed QMP command - qemu: Avoid deprecated migrate_set_downtime QMP command - qemu: Avoid deprecated query-migrate-cache-size QMP command - qemu: Avoid deprecated migrate-set-cache-size QMP command - qemu: Track numa-mem-supported machine attribute - qemuBuildNumaArgStr: Switch order of if() and for() - qemuBuildNumaArgStr: Use modern -numa memdev= if old -numa mem= is unsupported- virQEMUBuildCommandLineJSON: Allow skipping certain keys - virQEMUBuildCommandLineJSON: Add possibility for using 'on/off' instead of 'yes/no' - util: virqemu: Introduce virQEMUBuildNetdevCommandlineFromJSON - util: json: Introduce virJSONValueObjectAppendStringPrintf - qemuBuildChannelsCommandLine: Use typecasted switch for channel type - qemuBuildChannelsCommandLine: Extract common formatting of 'chardev' - qemuBuildChannelChrDeviceStr: Remove formatting of properties for -netdev - qemuMonitorJSON(Add|Remove)Netdev: Refactor cleanup - qemuBuildHostNetStr: Stop using 'ipv6-net' convenience argument - qemu: command: Generate -netdev command line via JSON->cmdline conversion - qemuBuildChannelGuestfwdNetdevProps: Convert to generating JSON props - qemuMonitorAddNetdev: Convert to the native JSON props object - virCommand: Introduce virCommandGetArgList - testutilsqemuschema: Introduce testQEMUSchemaValidateCommand - testCompareXMLToArgv: Split out preparation and command formatting - virQEMUBuildNetdevCommandlineFromJSON: Prepare for quirky 'guestfwd' - qemu: Prepare for testing of 'netdev_add' props via qemuxml2argvtest - qemuxml2argvtest: Add QAPI/QMP schema validation for -blockdev and -netdev- hotpatch: virsh support autoload mode- Revert "tests: disabale storage tests"- tests: disabale storage tests- docs: build: Don't include stylesheet in intermediate html - tests: Replace deprecated ASN1 code- hotpatch: implement hotpatch virsh api - hotpatch: check vm id and pid before using hotpatch api - domain: add logs for virDomainHotpatchManage- Hotpatch: introduce DomainHotpatchManage API - hotpatch: Implement qemuDomainHotpatchManage - hotpatch: introduce hotpatch async job flag- fix cve-2021-3667 cve-2021-3631- conf/domain_conf: pin the retry_interval and retry_timeout parameters to xml- virDevMapperGetTargets: Don't ignore EBADF- Modify some different patch files- Don't cache device-mapper major - Handle kernel without device-mapper support/bin/shdc-64g.compass-ci 16953101656.2.0-59.oe23096.2.0-59.oe2309default.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 -fasynchronous-unwind-tables -fstack-clash-protectioncpioxz2aarch64-openEuler-linux-gnuASCII textdirectoryOW|3?Vzif [ -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-814473a432b23cd509f418d96aaaa39f39af9f5ce8b943c65d700b8932a52dcd9d401b6aa14422d61f2fbb74d4debb881dbced1ecf52131c40b00456bb7765d08? 7zXZ !#,] b2q1 O~\I9\ظ2Uh9:4"y|k&oiWfY&Kl&K{uY@v+KfQ;5*X7Nfߐzx6{XfJR':գAm_O3d-͘KrB_]ȋME)\6y^!Z;|L-BnWrqApb'gN~ǭ"A:jutB-aMM븁!1 Ekv] fx YZ