All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1358722] [NEW] latest acpi commits causes memory allocation fault in macosx
@ 2014-08-19 12:37 Marco Minetti
  2014-09-04  8:43 ` [Qemu-devel] [Bug 1358722] " Marco Minetti
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marco Minetti @ 2014-08-19 12:37 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu release 2.1.0

Hi,
I've found a regression on MacOSX guest (10.9.4) after merging the following commits 

18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits

The migration limits make x86 chameleon bootloader generate a memory
allocation error with 0xdeadbeef address at line 899 in source file:

http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c

I've not tried to recompile chameleon yet.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1358722

Title:
  latest acpi commits causes memory allocation fault in macosx

Status in QEMU:
  New

Bug description:
  qemu release 2.1.0

  Hi,
  I've found a regression on MacOSX guest (10.9.4) after merging the following commits 

  18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
  868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits

  The migration limits make x86 chameleon bootloader generate a memory
  allocation error with 0xdeadbeef address at line 899 in source file:

  http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c

  I've not tried to recompile chameleon yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1358722] Re: latest acpi commits causes memory allocation fault in macosx
  2014-08-19 12:37 [Qemu-devel] [Bug 1358722] [NEW] latest acpi commits causes memory allocation fault in macosx Marco Minetti
@ 2014-09-04  8:43 ` Marco Minetti
  2014-09-04 13:10   ` Gabriel L. Somlo
  2017-10-26 13:21 ` Thomas Huth
  2017-12-26  4:17 ` Launchpad Bug Tracker
  2 siblings, 1 reply; 7+ messages in thread
From: Marco Minetti @ 2014-09-04  8:43 UTC (permalink / raw)
  To: qemu-devel

The experiments for running MacOSXon KVM/QEMU I followed are here:
http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1358722

Title:
  latest acpi commits causes memory allocation fault in macosx

Status in QEMU:
  New

Bug description:
  qemu release 2.1.0

  Hi,
  I've found a regression on MacOSX guest (10.9.4) after merging the following commits 

  18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
  868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits

  The migration limits make x86 chameleon bootloader generate a memory
  allocation error with 0xdeadbeef address at line 899 in source file:

  http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c

  I've not tried to recompile chameleon yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1358722] Re: latest acpi commits causes memory allocation fault in macosx
  2014-09-04  8:43 ` [Qemu-devel] [Bug 1358722] " Marco Minetti
@ 2014-09-04 13:10   ` Gabriel L. Somlo
  2014-09-04 14:21     ` Marco Minetti
  0 siblings, 1 reply; 7+ messages in thread
From: Gabriel L. Somlo @ 2014-09-04 13:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: marco.minetti

On Thu, 04 Sep 2014 08:43:12, Marco Minetti wrote:
> The experiments for running MacOSXon KVM/QEMU I followed are here:
> http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/
> 
[...] 
> 
> Bug description:
>   qemu release 2.1.0
> 
>   Hi,
>   I've found a regression on MacOSX guest (10.9.4) after merging the following commits 
> 
>   18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
>   868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits
> 
>   The migration limits make x86 chameleon bootloader generate a memory
>   allocation error with 0xdeadbeef address at line 899 in source file:
> 
>   http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c
> 
>   I've not tried to recompile chameleon yet.
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions

If you absolutely need those commits, you may be better off just
using qemu's git master branch altogether (which works fine, at
least for me). Grabbing two more or less arbitrary commits from git
and applying them on top of 2.1.0 may cause you to miss other changes
which actually enable those patches to work.

HTH,
--Gabriel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1358722] Re: latest acpi commits causes memory allocation fault in macosx
  2014-09-04 13:10   ` Gabriel L. Somlo
@ 2014-09-04 14:21     ` Marco Minetti
  2014-09-05 20:35       ` John Snow
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Minetti @ 2014-09-04 14:21 UTC (permalink / raw)
  To: Gabriel L. Somlo; +Cc: qemu-devel

On Thu, 2014-09-04 at 09:10 -0400, Gabriel L. Somlo wrote:
> On Thu, 04 Sep 2014 08:43:12, Marco Minetti wrote:
> > The experiments for running MacOSXon KVM/QEMU I followed are here:
> > http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/
> > 
> [...] 
> > 
> > Bug description:
> >   qemu release 2.1.0
> > 
> >   Hi,
> >   I've found a regression on MacOSX guest (10.9.4) after merging the following commits 
> > 
> >   18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
> >   868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits
> > 
> >   The migration limits make x86 chameleon bootloader generate a memory
> >   allocation error with 0xdeadbeef address at line 899 in source file:
> > 
> >   http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c
> > 
> >   I've not tried to recompile chameleon yet.
> > 
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions
> 
> If you absolutely need those commits, you may be better off just
> using qemu's git master branch altogether (which works fine, at
> least for me). Grabbing two more or less arbitrary commits from git
> and applying them on top of 2.1.0 may cause you to miss other changes
> which actually enable those patches to work.
> 
> HTH,
> --Gabriel

Those commits are already included into 2.1.0 release tag. I tested
almost any commit refs from tag v2.1.0-rc3 to v2.1.0. Things get broken
with the commits above with or without following commits.

I'll wait for the next 2.1.x release on git.qemu.org to test again. I
actually prefer not to use master to build packages for my bleeding-edge
Ubuntu-based distro.

Thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1358722] Re: latest acpi commits causes memory allocation fault in macosx
  2014-09-04 14:21     ` Marco Minetti
@ 2014-09-05 20:35       ` John Snow
  0 siblings, 0 replies; 7+ messages in thread
From: John Snow @ 2014-09-05 20:35 UTC (permalink / raw)
  To: Marco Minetti, Gabriel L. Somlo; +Cc: Paolo Bonzini, qemu-devel



On 09/04/2014 10:21 AM, Marco Minetti wrote:
> On Thu, 2014-09-04 at 09:10 -0400, Gabriel L. Somlo wrote:
>> On Thu, 04 Sep 2014 08:43:12, Marco Minetti wrote:
>>> The experiments for running MacOSXon KVM/QEMU I followed are here:
>>> http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/
>>>
>> [...]
>>>
>>> Bug description:
>>>    qemu release 2.1.0
>>>
>>>    Hi,
>>>    I've found a regression on MacOSX guest (10.9.4) after merging the following commits
>>>
>>>    18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
>>>    868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits
>>>
>>>    The migration limits make x86 chameleon bootloader generate a memory
>>>    allocation error with 0xdeadbeef address at line 899 in source file:
>>>
>>>    http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c
>>>
>>>    I've not tried to recompile chameleon yet.
>>>
>>> To manage notifications about this bug go to:
>>> https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions
>>
>> If you absolutely need those commits, you may be better off just
>> using qemu's git master branch altogether (which works fine, at
>> least for me). Grabbing two more or less arbitrary commits from git
>> and applying them on top of 2.1.0 may cause you to miss other changes
>> which actually enable those patches to work.
>>
>> HTH,
>> --Gabriel
>
> Those commits are already included into 2.1.0 release tag. I tested
> almost any commit refs from tag v2.1.0-rc3 to v2.1.0. Things get broken
> with the commits above with or without following commits.
>
> I'll wait for the next 2.1.x release on git.qemu.org to test again. I
> actually prefer not to use master to build packages for my bleeding-edge
> Ubuntu-based distro.
>
> Thanks!
>
>

Hi, for what it's worth, I've observed other regressions related to the 
same commits. RedHat BZ 1128608; 
https://bugzilla.redhat.com/show_bug.cgi?id=1128608 appears to be a 
regression caused by commit 18045f.

These are definitely present in Qemu 2.1 and downstream packages based 
on 2.1.

-- 
—js

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1358722] Re: latest acpi commits causes memory allocation fault in macosx
  2014-08-19 12:37 [Qemu-devel] [Bug 1358722] [NEW] latest acpi commits causes memory allocation fault in macosx Marco Minetti
  2014-09-04  8:43 ` [Qemu-devel] [Bug 1358722] " Marco Minetti
@ 2017-10-26 13:21 ` Thomas Huth
  2017-12-26  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 7+ messages in thread
From: Thomas Huth @ 2017-10-26 13:21 UTC (permalink / raw)
  To: qemu-devel

Triaging old bug tickets... can you still reproduce this issue with the
latest version of QEMU? Or could we close this ticket nowadays?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1358722

Title:
  latest acpi commits causes memory allocation fault in macosx

Status in QEMU:
  Incomplete

Bug description:
  qemu release 2.1.0

  Hi,
  I've found a regression on MacOSX guest (10.9.4) after merging the following commits 

  18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
  868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits

  The migration limits make x86 chameleon bootloader generate a memory
  allocation error with 0xdeadbeef address at line 899 in source file:

  http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c

  I've not tried to recompile chameleon yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1358722] Re: latest acpi commits causes memory allocation fault in macosx
  2014-08-19 12:37 [Qemu-devel] [Bug 1358722] [NEW] latest acpi commits causes memory allocation fault in macosx Marco Minetti
  2014-09-04  8:43 ` [Qemu-devel] [Bug 1358722] " Marco Minetti
  2017-10-26 13:21 ` Thomas Huth
@ 2017-12-26  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 7+ messages in thread
From: Launchpad Bug Tracker @ 2017-12-26  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1358722

Title:
  latest acpi commits causes memory allocation fault in macosx

Status in QEMU:
  Expired

Bug description:
  qemu release 2.1.0

  Hi,
  I've found a regression on MacOSX guest (10.9.4) after merging the following commits 

  18045fb9f457a0f0cba2bd113c748a2dcb4ed39e pc: future-proof migration-compatibility of ACPI tables
  868270f23d8db2cce83e4f082fe75e8625a5fbf9 acpi-build: tweak acpi migration limits

  The migration limits make x86 chameleon bootloader generate a memory
  allocation error with 0xdeadbeef address at line 899 in source file:

  http://forge.voodooprojects.org/p/chameleon/source/tree/2360/branches/Bungo/i386/libsaio/acpi_patcher.c

  I've not tried to recompile chameleon yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1358722/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-12-26  4:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-19 12:37 [Qemu-devel] [Bug 1358722] [NEW] latest acpi commits causes memory allocation fault in macosx Marco Minetti
2014-09-04  8:43 ` [Qemu-devel] [Bug 1358722] " Marco Minetti
2014-09-04 13:10   ` Gabriel L. Somlo
2014-09-04 14:21     ` Marco Minetti
2014-09-05 20:35       ` John Snow
2017-10-26 13:21 ` Thomas Huth
2017-12-26  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.