mbox

[PULL,v2,0/1,for-2.3] fulong2e bugfix

Message ID 1429270483-1827-1-git-send-email-leon.alrae@imgtec.com
State New
Headers show

Pull-request

git://github.com/lalrae/qemu.git tags/mips-20150417-2

Message

Leon Alrae April 17, 2015, 11:34 a.m. UTC
Hi,

The machine was broken for a long time (since v1.1), it would be great
to have it working again in v2.3.

v2: modified "From:" to indicate the actual author of the change

Thanks,
Leon

Cc: Peter Maydell <peter.maydell@linaro.org>

The following changes since commit b8df9208f357d2b36e1b19634aea973618dc7ba8:

  Update version for v2.3.0-rc3 release (2015-04-13 17:35:44 +0100)

are available in the git repository at:

  git://github.com/lalrae/qemu.git tags/mips-20150417-2

for you to fetch changes up to 0ca4f94195cce77b624edc6d9abcf14a3bf01f06:

  mips: fix broken fulong2e machine (2015-04-17 12:11:48 +0100)

----------------------------------------------------------------
MIPS patches 2015-04-17

Changes:
* fix broken fulong2e

----------------------------------------------------------------
Paolo Bonzini (1):
      mips: fix broken fulong2e machine

 hw/pci-host/bonito.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 17, 2015, 1:26 p.m. UTC | #1
On 17 April 2015 at 12:34, Leon Alrae <leon.alrae@imgtec.com> wrote:
> Hi,
>
> The machine was broken for a long time (since v1.1), it would be great
> to have it working again in v2.3.
>
> v2: modified "From:" to indicate the actual author of the change
>
> Thanks,
> Leon
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> The following changes since commit b8df9208f357d2b36e1b19634aea973618dc7ba8:
>
>   Update version for v2.3.0-rc3 release (2015-04-13 17:35:44 +0100)
>
> are available in the git repository at:
>
>   git://github.com/lalrae/qemu.git tags/mips-20150417-2
>
> for you to fetch changes up to 0ca4f94195cce77b624edc6d9abcf14a3bf01f06:
>
>   mips: fix broken fulong2e machine (2015-04-17 12:11:48 +0100)
>
> ----------------------------------------------------------------
> MIPS patches 2015-04-17
>
> Changes:
> * fix broken fulong2e

Applied, thanks.

-- PMM