mbox

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

Message ID 20170314200641.2958-1-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost March 14, 2017, 8:06 p.m. UTC
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(-)

Comments

Peter Maydell March 15, 2017, 2:19 p.m. UTC | #1
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