mbox

[PULL,for-1.2,00/10] linux-user queue

Message ID 1344937236-611-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git linux-user.next

Message

Peter Maydell Aug. 14, 2012, 9:40 a.m. UTC
Hi. This is a collection of recent linux-user patches:
 * my minor fixes for complaints about ioctl mismatches
 * Jing Huang's fixes for running ping
 * Meador's guest space probing patches
 * and some minor fixes from Mike Frysinger and Alex

I've put these together as a pullreq with Riku's agreement, since he's
currently busy and it seemed like a good idea to get these in before
hardfreeze. Apologies to anybody if I missed their patch -- I collated
these mostly by going back through my mail archives so it's quite likely
I didn't catch everything.

[Riku has OK'd this set of patches and also tested it.]

Thanks
-- PMM


The following changes since commit 33e95c6328a3149a52615176617997c4f8f7088b:

  qom: Reimplement Interfaces (2012-08-13 11:20:41 +0200)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git linux-user.next

for you to fetch changes up to 610dd40359a6a8c52ba81aad2c24e7e9747b6978:

  linux-user: ARM: Ignore immediate value for svc in thumb mode (2012-08-13 15:47:33 +0100)

----------------------------------------------------------------
Alexander Graf (1):
      linux-user: ARM: Ignore immediate value for svc in thumb mode

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

Meador Inge (2):
      linux-user: Factor out guest space probing into a function
      linux-user: Use init_guest_space when -R and -B are specified

Mike Frysinger (1):
      flatload: fix bss clearing

Peter Maydell (3):
      linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
      linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions
      linux-user: Move target_to_host_errno_table[] setup out of ioctl loop

 linux-user/elfload.c       |  161 +++++++++++++++++++++++++++++++++-----------
 linux-user/flatload.c      |    2 +-
 linux-user/ioctls.h        |    4 +-
 linux-user/main.c          |   38 ++---------
 linux-user/qemu.h          |   15 +++--
 linux-user/syscall.c       |   66 ++++++++++++++----
 linux-user/syscall_defs.h  |    8 +--
 linux-user/syscall_types.h |    3 +
 8 files changed, 205 insertions(+), 92 deletions(-)

Comments

Blue Swirl Aug. 14, 2012, 7:56 p.m. UTC | #1
On Tue, Aug 14, 2012 at 9:40 AM, Peter Maydell <peter.maydell@linaro.org> wrote:
> Hi. This is a collection of recent linux-user patches:
>  * my minor fixes for complaints about ioctl mismatches
>  * Jing Huang's fixes for running ping
>  * Meador's guest space probing patches
>  * and some minor fixes from Mike Frysinger and Alex

Thanks, pulled.

>
> I've put these together as a pullreq with Riku's agreement, since he's
> currently busy and it seemed like a good idea to get these in before
> hardfreeze. Apologies to anybody if I missed their patch -- I collated
> these mostly by going back through my mail archives so it's quite likely
> I didn't catch everything.
>
> [Riku has OK'd this set of patches and also tested it.]
>
> Thanks
> -- PMM
>
>
> The following changes since commit 33e95c6328a3149a52615176617997c4f8f7088b:
>
>   qom: Reimplement Interfaces (2012-08-13 11:20:41 +0200)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/pmaydell/qemu-arm.git linux-user.next
>
> for you to fetch changes up to 610dd40359a6a8c52ba81aad2c24e7e9747b6978:
>
>   linux-user: ARM: Ignore immediate value for svc in thumb mode (2012-08-13 15:47:33 +0100)
>
> ----------------------------------------------------------------
> Alexander Graf (1):
>       linux-user: ARM: Ignore immediate value for svc in thumb mode
>
> 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
>
> Meador Inge (2):
>       linux-user: Factor out guest space probing into a function
>       linux-user: Use init_guest_space when -R and -B are specified
>
> Mike Frysinger (1):
>       flatload: fix bss clearing
>
> Peter Maydell (3):
>       linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
>       linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions
>       linux-user: Move target_to_host_errno_table[] setup out of ioctl loop
>
>  linux-user/elfload.c       |  161 +++++++++++++++++++++++++++++++++-----------
>  linux-user/flatload.c      |    2 +-
>  linux-user/ioctls.h        |    4 +-
>  linux-user/main.c          |   38 ++---------
>  linux-user/qemu.h          |   15 +++--
>  linux-user/syscall.c       |   66 ++++++++++++++----
>  linux-user/syscall_defs.h  |    8 +--
>  linux-user/syscall_types.h |    3 +
>  8 files changed, 205 insertions(+), 92 deletions(-)