Re: [PATCH v2 5/8] linux-user: Update SO_TIMESTAMP to SO_TIMESTAMP_OLD/NEW

2020-12-17 Thread Shu-Chun Weng
Ping again. This specific patch is here: https://patchew.org/QEMU/cover.1597129029.git@google.com/611db81c87911cb38a35e5f761e11b76e1f0d538.1597129029.git@google.com/ If you want to include the first four patches for now and prefer a separate patch set for the pending changes I can split th

Re: [PATCH v2 5/8] linux-user: Update SO_TIMESTAMP to SO_TIMESTAMP_OLD/NEW

2020-09-17 Thread Shu-Chun Weng
Ping -- any comments on the four patches start with this? https://patchew.org/QEMU/cover.1597129029.git@google.com/ On Tue, Aug 11, 2020 at 12:10 AM Shu-Chun Weng wrote: > Both guest options map to host SO_TIMESTAMP while keeping a global bit to > remember if the guest expects the old or the

[PATCH v2 5/8] linux-user: Update SO_TIMESTAMP to SO_TIMESTAMP_OLD/NEW

2020-08-11 Thread Shu-Chun Weng
Both guest options map to host SO_TIMESTAMP while keeping a global bit to remember if the guest expects the old or the new format. Don't support programs mixing two formats. Added a multiarch test to verify. Signed-off-by: Shu-Chun Weng --- v1 -> v2: Only keep track of old or new format global