All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PULL] piix, pci, qdev
Date: Wed, 19 Jan 2011 16:14:48 +0100	[thread overview]
Message-ID: <20110119151448.GA6121@lst.de> (raw)
In-Reply-To: <4D2B3CB6.1060802@codemonkey.ws>

> >       pci: fix migration path for devices behind bridges

This patch breaks starting qemu for me on 32-bit x86 with the following assert:

qemu-system-x86_64: savevm.c:1129: register_savevm_live: Assertion
`!se->compat || se->instance_id == 0' failed.

my qemu command line is:

/opt/qemu/bin/qemu-system-x86_64 \
	-m 1500 \
	-enable-kvm \
	-drive if=none,file=/dev/vg01/qemu-root,cache=none,aio=threads,id=root \
	-drive if=none,file=/dev/vg01/qemu-data,cache=none,aio=threads,id=test \
	-drive if=none,file=/home/test1.img,cache=none,id=scratch \
	-device virtio-blk-pci,drive=root \
	-device virtio-blk-pci,drive=test \
	-device virtio-blk-pci,drive=scratch \
	-append "root=/dev/vda console=tty0 console=ttyS0,38400n8" \
	-monitor tcp:127.0.0.1:31337,server,nowait \
	-kernel arch/x86/boot/bzImage \
	-nographic

btw, I can't find a patch for that commit anywhere in the qemu-devel
archives.  Did it get reviewed anywhere at all?

  reply	other threads:[~2011-01-19 15:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-27 17:21 [Qemu-devel] [PULL] piix, pci, qdev Michael S. Tsirkin
2011-01-10 17:07 ` Anthony Liguori
2011-01-19 15:14   ` Christoph Hellwig [this message]
2011-01-19 15:27     ` Michael S. Tsirkin
2011-01-19 19:25     ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110119151448.GA6121@lst.de \
    --to=hch@lst.de \
    --cc=anthony@codemonkey.ws \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.