mbox

[PULL,for-2.0] target-sparc: fix 32bit integer division overflow

Message ID 20140326235711.GB30284@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git qemu-sparc

Message

Mark Cave-Ayland March 26, 2014, 11:57 p.m. UTC
Hi Peter,

This pull request contains Olivier's patch to prevent a guest 32bit integer 
division overflow from crashing the host. Please apply for 2.0.


Many thanks,

Mark.


The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a:

  Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000)

are available in the git repository at:


  https://github.com/mcayland/qemu.git qemu-sparc

for you to fetch changes up to 6a5b69a959483c7404576a7dc54221ced41e6515:

  target-sparc: fix 32bit integer division overflow (2014-03-26 23:40:40 +0000)

----------------------------------------------------------------
Olivier Danet (1):
      target-sparc: fix 32bit integer division overflow

 target-sparc/helper.c |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Comments

Peter Maydell March 27, 2014, 11:13 a.m. UTC | #1
On 26 March 2014 23:57, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This pull request contains Olivier's patch to prevent a guest 32bit integer
> division overflow from crashing the host. Please apply for 2.0.
>
>
> Many thanks,
>
> Mark.
>
>
> The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a:
>
>   Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git qemu-sparc
>
> for you to fetch changes up to 6a5b69a959483c7404576a7dc54221ced41e6515:
>
>   target-sparc: fix 32bit integer division overflow (2014-03-26 23:40:40 +0000)

Applied, thanks.

-- PMM