permissions: 0.103 KVM: 0.097 vnc: 0.084 device: 0.076 other: 0.073 network: 0.072 graphic: 0.070 semantic: 0.068 socket: 0.064 boot: 0.063 files: 0.062 performance: 0.060 PID: 0.059 debug: 0.049 debug: 0.600 performance: 0.061 PID: 0.046 socket: 0.044 files: 0.040 device: 0.037 boot: 0.034 KVM: 0.031 network: 0.031 other: 0.027 semantic: 0.019 vnc: 0.016 permissions: 0.008 graphic: 0.005 Reading register at offset. It is not fully implemented warning make VM impossible to use 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: 0x00002410. It is not fully implemented. User got so much of this warning that they can't use the VM. Thanks for the help On Fri, Mar 17, 2017 at 09:47:14AM -0000, Julien Duponchelle wrote: > 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: 0x00002410. It is not fully implemented. > > User got so much of this warning that they can't use the VM. CCing the author and maintainers. DBGOUT() is compiled in by default. Warnings that can be triggered at a high rate by the guest should be off by default or use a printf_once()-style macro so they are only printed once and not again. Leonid: do you want to adjust e1000 DBGOUT() usage to avoid printing guest-triggerable messages by default? Stefan On 20 March 2017 at 14:20, Stefan Hajnoczi