[Qemu-devel] 答复: [PATCH v2 06/43] Return path: socket_writev_buffer: Block even on non-blocking fd's

2014-08-11 Thread chenliang (T)
From: "Dr. David Alan Gilbert" The return path uses a non-blocking fd so as not to block waiting for the (possibly broken) destination to finish returning a message, however we still want outbound data to behave in the same way and block. Signed-off-by: Dr. David Alan Gilbert Hi David It

Re: [Qemu-devel] [PULL 17/19] target-i386: Support "invariant tsc" flag

2014-08-08 Thread chenliang (T)
Hi, We found that value of host cpus tsc are same to echo other when host has invariant tsc flag. But it is not in vm. The problem is that offset of vcpus tsc are not equal. The offset is set when vcpu is created. Is it ok to set same offset? And is it reasonable? Best regards Chen Liang From: