mbox

[PULL,0.14] linux-user fixes

Message ID 20110210095310.GA5151@afflict.kos.to
State New
Headers show

Pull-request

git://gitorious.org/qemu-maemo/qemu.git linux-user-for-0.14

Message

Riku Voipio Feb. 10, 2011, 9:53 a.m. UTC
The following changes since commit 343c1de916b1841cd5fd5f813add9c87590d72e8:

  x86: Fix MCA broadcast parameters for TCG case (2011-02-08 12:37:30 +0100)

are available in the git repository at:
  git://gitorious.org/qemu-maemo/qemu.git linux-user-for-0.14

Martin Mohring (1):
      linux-user: fix for loopmount ioctl

Stefan Weil (1):
      linux-user: Fix possible realloc memory leak

 linux-user/elfload.c |    8 +++++---
 linux-user/ioctls.h  |    2 --
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Justin Forbes Feb. 14, 2011, 6:14 p.m. UTC | #1
On Thu, Feb 10, 2011 at 11:53:10AM +0200, Riku Voipio wrote:
> The following changes since commit 343c1de916b1841cd5fd5f813add9c87590d72e8:
> 
>   x86: Fix MCA broadcast parameters for TCG case (2011-02-08 12:37:30 +0100)
> 
> are available in the git repository at:
>   git://gitorious.org/qemu-maemo/qemu.git linux-user-for-0.14
> 
> Martin Mohring (1):
>       linux-user: fix for loopmount ioctl
> 
> Stefan Weil (1):
>       linux-user: Fix possible realloc memory leak
> 
>  linux-user/elfload.c |    8 +++++---
>  linux-user/ioctls.h  |    2 --
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 

Applied.

Thanks,
Justin