diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1010484')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1010484 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1010484 b/results/classifier/zero-shot/108/other/1010484 new file mode 100644 index 00000000..d7004124 --- /dev/null +++ b/results/classifier/zero-shot/108/other/1010484 @@ -0,0 +1,40 @@ +network: 0.774 +device: 0.707 +socket: 0.645 +graphic: 0.612 +semantic: 0.568 +vnc: 0.552 +files: 0.515 +other: 0.430 +permissions: 0.372 +PID: 0.358 +boot: 0.332 +performance: 0.313 +debug: 0.218 +KVM: 0.174 + +slirp to accept non-local dns server + +current version of slirp doesn't allow feeded dns address to be outside of given network. +in many scenarios you need to provide dns server that isn't local. + +this simple patch removes checking for if dns server isn't in local subnet. + + + +The feature makes sense and would be acceptable. But please +- post a patch on qemu-devel, following http://wiki.qemu.org/Contribute/SubmitAPatch +- reject non-local DNS servers if restrict=on is selected + +Thanks! + +ping + +[Expired for QEMU because there has been no activity for 60 days.] + +A patch has been sent to the list now: +https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg00180.html + +Fixed here: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=120b721f5b590393971673 +... and released with QEMU v4.2 + |