qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V4 0/3] Fix ping issues in linux-user guest
@ 2012-07-23 23:47 Jing Huang
  0 siblings, 0 replies; only message in thread
From: Jing Huang @ 2012-07-23 23:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, riku.voipio

The following changes since commit 61dc008f3529fa74a63aad1907438dad857e255a:
Revert "audio: Make PC speaker audio card available by default"

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.


Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

*** BLURB HERE ***

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: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type

 linux-user/syscall.c |   55 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 49 insertions(+), 6 deletions(-)

-- 
1.7.8.6

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-23 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 23:47 [Qemu-devel] [PATCH V4 0/3] Fix ping issues in linux-user guest Jing Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).