diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/016/network | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/016/network')
| -rw-r--r-- | results/classifier/016/network/62179944 | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/results/classifier/016/network/62179944 b/results/classifier/016/network/62179944 deleted file mode 100644 index 5752e438..00000000 --- a/results/classifier/016/network/62179944 +++ /dev/null @@ -1,58 +0,0 @@ -network: 0.996 -virtual: 0.958 -debug: 0.934 -operating system: 0.159 -hypervisor: 0.031 -files: 0.023 -register: 0.018 -socket: 0.014 -x86: 0.013 -device: 0.011 -PID: 0.010 -semantic: 0.008 -user-level: 0.007 -TCG: 0.006 -VMM: 0.005 -i386: 0.004 -KVM: 0.003 -performance: 0.003 -vnc: 0.002 -boot: 0.002 -ppc: 0.002 -kernel: 0.002 -alpha: 0.002 -assembly: 0.001 -graphic: 0.001 -risc-v: 0.001 -peripherals: 0.001 -arm: 0.001 -permissions: 0.001 -architecture: 0.001 -mistranslation: 0.001 - -[Qemu-devel] [BUG] network : windows os lost ip address of the network card in some cases - -we found this problem for a long time ãFor example, if we has three network -card in virtual xml file ï¼such as "network connection 1" / "network connection -2"/"network connection 3" ã - -Echo network card has own ip address ï¼such as 192.168.1.1 / 2.1 /3.1 , when -delete the first card ï¼reboot the windows virtual os, then this problem -happened ! - - - - -we found that the sencond network card will replace the first one , then the -ip address of "network connection 2 " become 192.168.1.1 ã - - -Our third party users began to complain about this bug ãAll the business of the -second ip lost !!! - -I mean both of windows and linux has this bug , we solve this bug in linux -throught bonding netcrad pci and mac address ã - -There is no good solution on windows os . thera are ? we implemented a plan to -resumption of IP by QGA. Is there a better way ? - |