mbox

[PULL,0/1] PC compat bug fix for v2.12

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

Pull-request

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

Message

Eduardo Habkost March 16, 2018, 7:33 p.m. UTC
Dropped all the other commits from machine-next and kept only the
bug fix below.

The following changes since commit 2bb39a657abeac3f33ab3298177fb27c35f5b50a:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180316' into staging (2018-03-16 17:25:33 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0ab126f165b04cce4a6e641d6bfce2ffd8a7cf62:

  pc: correct misspelled CPU model-id for pc 2.2 (2018-03-16 16:29:07 -0300)

----------------------------------------------------------------
PC compat bug fix for 2.12

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

Queue for Machine Core patches


Wang Xin (1):
  pc: correct misspelled CPU model-id for pc 2.2

 include/hw/i386/pc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell March 17, 2018, 2:14 p.m. UTC | #1
On 16 March 2018 at 19:33, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Dropped all the other commits from machine-next and kept only the
> bug fix below.
>
> The following changes since commit 2bb39a657abeac3f33ab3298177fb27c35f5b50a:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180316' into staging (2018-03-16 17:25:33 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to 0ab126f165b04cce4a6e641d6bfce2ffd8a7cf62:
>
>   pc: correct misspelled CPU model-id for pc 2.2 (2018-03-16 16:29:07 -0300)
>
> ----------------------------------------------------------------
> PC compat bug fix for 2.12
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM