[Qemu-devel] [PULL 0/1] Fix global property and -cpu handling bug

Eduardo Habkost posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170314200641.2958-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
hw/core/machine.c | 39 ++++++++++++++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] Fix global property and -cpu handling bug
Posted by Eduardo Habkost 7 years, 1 month ago
The following changes since commit d84f714eafedd8bb9d4aaec8b76417bef8e3535e:

  Update version for v2.9.0-rc0 release (2017-03-14 19:18:23 +0000)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-pull-request

for you to fetch changes up to 0bcba41fe379e4c6834adcf1456d9099db31a5b2:

  machine: Convert abstract typename on compat_props to subclass names (2017-03-14 16:53:44 -0300)

----------------------------------------------------------------
Fix global property and -cpu handling bug

This bug fix was supposed to be applied just after 2.8.0 was
released, but it slipped through the cracks. Sending it now for
the next -rc.

----------------------------------------------------------------

Eduardo Habkost (1):
  machine: Convert abstract typename on compat_props to subclass names

 hw/core/machine.c | 39 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 36 insertions(+), 3 deletions(-)

-- 
2.11.0.259.g40922b1


Re: [Qemu-devel] [PULL 0/1] Fix global property and -cpu handling bug
Posted by Peter Maydell 7 years, 1 month ago
On 14 March 2017 at 20:06, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit d84f714eafedd8bb9d4aaec8b76417bef8e3535e:
>
>   Update version for v2.9.0-rc0 release (2017-03-14 19:18:23 +0000)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-pull-request
>
> for you to fetch changes up to 0bcba41fe379e4c6834adcf1456d9099db31a5b2:
>
>   machine: Convert abstract typename on compat_props to subclass names (2017-03-14 16:53:44 -0300)
>
> ----------------------------------------------------------------
> Fix global property and -cpu handling bug
>
> This bug fix was supposed to be applied just after 2.8.0 was
> released, but it slipped through the cracks. Sending it now for
> the next -rc.
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (1):
>   machine: Convert abstract typename on compat_props to subclass names
>
>  hw/core/machine.c | 39 ++++++++++++++++++++++++++++++++++++---
>  1 file changed, 36 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM