[Qemu-devel] [PATCH v2] Disable the not fully implemented warning for e1000

2017-05-05 Thread Julien Duponchelle
Otherwise for image like CISCO IOSv you got a lot of warning on the console preventing you to use the VM because it's slow down the machine. This fix: https://bugs.launchpad.net/qemu/+bug/1673722 Signed-off-by: Julien Duponchelle --- hw/net/e1000.c | 11 +++ 1 file chang

[Qemu-devel] [Bug 1673722] Re: Reading register at offset. It is not fully implemented warning make VM impossible to use

2017-05-05 Thread Julien Duponchelle
I sent a patch to the mailing list: http://lists.nongnu.org/archive/html/qemu-devel/2017-05/msg01294.html -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1673722 Title: Reading register at offset. It

[Qemu-devel] [PATCH] Disable the not fully implemented warning for e1000

2017-05-05 Thread Julien Duponchelle
Otherwise for image like CISCO IOSv you got a lot of warning on the console preventing you to use the VM because it's slow down the machine. This fix: https://bugs.launchpad.net/qemu/+bug/1673722 Signed-off-by: Julien Duponchelle --- hw/net/e1000.c | 11 +++ 1 file chang

[Qemu-devel] [Bug 1673722] [NEW] Reading register at offset. It is not fully implemented warning make VM impossible to use

2017-03-17 Thread Julien Duponchelle
Public bug reported: Hi, Since this commit: https://github.com/qemu/qemu/commit/bc0f0674f037a01f2ce0870ad6270a356a7a8347 We can no longer use the IOSvL2 image from Cisco. The problem is we got a lot of warning message saying: e1000: Reading register at offset: 0x2410. It is not fully implem