qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Fix ping issues in linux-user guest


From: Jing Huang
Subject: [Qemu-devel] [PATCH 0/3] Fix ping issues in linux-user guest
Date: Sat, 14 Jul 2012 17:08:50 +0000

The following changes since commit c0958559b1a589a0d189c45ea1adaa6b345f4256:
iov: Fix do_send_recv() for MinGW (also fixes a build breakage) (Wed
Jul 11 07:09:05 2012 +0200)

These patches fix ping issues in linux-user guest:

- do_sebdrecv() could not pass sockaddr to target after executing
recvmsg(). Therefore, ping will shows: "64 bytes from 0.0.0.0:
icmp_req=1 ttl=64 time=1.16 ms" for example.
- do_setsockopt() do not support SOL_RAW option which which is used in
ping program.
- host_to_target_cmsg() report unsupported ancillary data qemu-log
message when cmsg_type equals SO_TIMESTAMP.

Please review,

Jing.


Jing Huang (3):
  linux-user: pass sockaddr from host to target
  linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
  linux-user: exclude SO_TIMESTAMP cmsg_type from unsuppoted ancillary data

linux-user/syscall.c |   35 +++++++++++-
  1 files changed, 33 insertions(+), 2 deletions(-)

-- 
1.7.8.6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]