All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12
@ 2018-03-16 19:33 Eduardo Habkost
  2018-03-16 19:33 ` [Qemu-devel] [PULL 1/1] pc: correct misspelled CPU model-id for pc 2.2 Eduardo Habkost
  2018-03-17 14:14 ` [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12 Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Eduardo Habkost @ 2018-03-16 19:33 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: Marcel Apfelbaum, Michael S. Tsirkin

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(-)

-- 
2.14.3

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

* [Qemu-devel] [PULL 1/1] pc: correct misspelled CPU model-id for pc 2.2
  2018-03-16 19:33 [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12 Eduardo Habkost
@ 2018-03-16 19:33 ` Eduardo Habkost
  2018-03-17 14:14 ` [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12 Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Eduardo Habkost @ 2018-03-16 19:33 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: Marcel Apfelbaum, Michael S. Tsirkin, Wang Xin

From: Wang Xin <wangxinxin.wang@huawei.com>

Signed-off-by: Wang Xin <wangxinxin.wang@huawei.com>
Message-Id: <1517367668-25048-1-git-send-email-wangxinxin.wang@huawei.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 include/hw/i386/pc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 6598d571a0..ffee8413f0 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -601,7 +601,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
 
 #define PC_COMPAT_2_2 \
     HW_COMPAT_2_2 \
-    PC_CPU_MODEL_IDS("2.3.0") \
+    PC_CPU_MODEL_IDS("2.2.0") \
     {\
         .driver = "kvm64" "-" TYPE_X86_CPU,\
         .property = "vme",\
-- 
2.14.3

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

* Re: [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12
  2018-03-16 19:33 [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12 Eduardo Habkost
  2018-03-16 19:33 ` [Qemu-devel] [PULL 1/1] pc: correct misspelled CPU model-id for pc 2.2 Eduardo Habkost
@ 2018-03-17 14:14 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2018-03-17 14:14 UTC (permalink / raw)
  To: Eduardo Habkost; +Cc: QEMU Developers, Marcel Apfelbaum, Michael S. Tsirkin

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

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

end of thread, other threads:[~2018-03-17 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 19:33 [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12 Eduardo Habkost
2018-03-16 19:33 ` [Qemu-devel] [PULL 1/1] pc: correct misspelled CPU model-id for pc 2.2 Eduardo Habkost
2018-03-17 14:14 ` [Qemu-devel] [PULL 0/1] PC compat bug fix for v2.12 Peter Maydell

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.