mbox

[PULL,0/7] Trivial patches for 22 July to 3 August 2012

Message ID 1343991066-9814-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git trivial-patches

Message

Stefan Hajnoczi Aug. 3, 2012, 10:50 a.m. UTC
This pull request subsumes the currently pending request from 1 August.
Patches from Amos Kong, Peter Cong, and Tyler Hall have been added.

The following changes since commit 02d2bd5d57812154cfb978bc2098cf49d551583d:

  Replace 'struct siginfo' with 'siginfo_t'. (2012-08-01 08:54:07 -0500)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to 48110429ef7a4ecb1665e88ce58ba2ebd9664e4f:

  exec.c: Remove out of date comment (2012-08-03 10:56:07 +0100)

----------------------------------------------------------------
Amos Kong (2):
      remove unused include of error.h
      socket: clean up redundant assignment

Jan Kiszka (2):
      usb: Clean common object and dependency files
      qom: Clean libuser object and dependency files

Peter Maydell (1):
      exec.c: Remove out of date comment

Tyler Hall (2):
      exec.c: Fix off-by-one error in register_subpage
      exec.c: Use subpages for large unaligned mappings

 Makefile       |    4 ++--
 exec.c         |   23 ++++++++++-------------
 qemu-sockets.c |    1 -
 qemu_socket.h  |    1 -
 4 files changed, 12 insertions(+), 17 deletions(-)

Comments

Stefan Hajnoczi Aug. 3, 2012, 1:27 p.m. UTC | #1
On Fri, Aug 3, 2012 at 11:50 AM, Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com> wrote:
> This pull request subsumes the currently pending request from 1 August.
> Patches from Amos Kong, Peter Cong, and Tyler Hall have been added.
>
> The following changes since commit 02d2bd5d57812154cfb978bc2098cf49d551583d:
>
>   Replace 'struct siginfo' with 'siginfo_t'. (2012-08-01 08:54:07 -0500)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to 48110429ef7a4ecb1665e88ce58ba2ebd9664e4f:
>
>   exec.c: Remove out of date comment (2012-08-03 10:56:07 +0100)

Luiz pointed out an issue with Amos' #include "error.h" removal patch.
 I have dropped it and the new HEAD is at
c308efe63a875eb0d839f7490e69e58e4595466c.

Thanks,
Stefan
Anthony Liguori Aug. 3, 2012, 8:43 p.m. UTC | #2
Stefan Hajnoczi <stefanha@gmail.com> writes:

> On Fri, Aug 3, 2012 at 11:50 AM, Stefan Hajnoczi
> <stefanha@linux.vnet.ibm.com> wrote:
>> This pull request subsumes the currently pending request from 1 August.
>> Patches from Amos Kong, Peter Cong, and Tyler Hall have been added.
>>
>> The following changes since commit 02d2bd5d57812154cfb978bc2098cf49d551583d:
>>
>>   Replace 'struct siginfo' with 'siginfo_t'. (2012-08-01 08:54:07 -0500)
>>
>> are available in the git repository at:
>>
>>   git://github.com/stefanha/qemu.git trivial-patches
>>
>> for you to fetch changes up to 48110429ef7a4ecb1665e88ce58ba2ebd9664e4f:
>>
>>   exec.c: Remove out of date comment (2012-08-03 10:56:07 +0100)
>
> Luiz pointed out an issue with Amos' #include "error.h" removal patch.
>  I have dropped it and the new HEAD is at
> c308efe63a875eb0d839f7490e69e58e4595466c.
>

Pulled. Thanks.

Regards,

Anthony Liguori

> Thanks,
> Stefan