All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: William Dauchy <william@gandi.net>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] migration from qemu2.1.2 to qemu2.2
Date: Wed, 10 Dec 2014 17:31:17 +0000	[thread overview]
Message-ID: <20141210173117.GJ2311@work-vm> (raw)
In-Reply-To: <20141210172032.GR14440@gandi.net>

* William Dauchy (william@gandi.net) wrote:
> On Dec10 17:10, Dr. David Alan Gilbert wrote:
> > As previously requested, please show your full command line.
> 
> qemu-system-x86_64 -m 2048 -cpu host -nodefconfig -nodefaults -nographic -readconfig /var/lib/qemu/X/config -pidfile /var/lib/qemu/X/pid -M pc-i440fx-2.1 -serial pty -d unimp,guest_errors -daemonize

OK, and just checking, 2.2->2.2 and 2.1->2.1 works for you?
It's just 2.1->2.2 that's breaking?

> config file:
> 
> [name]
>   guest = "X"
>   process = "X"
> 
> [chardev "compat_monitor0"]
>   backend = "socket"
>   path = "/var/lib/qemu/X/sock"
>   server = "on"
>   wait = "off"
> 
> [device]
>   driver = "virtio-balloon"
> 
> [rtc]
>   base = "utc"
> 
> [mon "compat_monitor0"]
>   mode = "control"
>   chardev = "compat_monitor0"
>   default = "on"
> 
> [device]
>   driver = "virtio-rng-pci"
> 
> [device "scsi0"]
>   driver = "virtio-scsi-pci"
>   hotplug = "on"
> 
> [machine]
>   kernel = "/boot-vm/bzImage-3.12-x86_64"
>   append = "root=/dev/sda console=ttyS0 ro"
>   accel = "kvm"

Hmm, I've never tried using the kernel stuff with migration, but I believe it's
supposed to work; I always just pass a normal device.

> [netdev "vif15196.1"]
>   type = "tap"
>   br = "p43"
>   vhost = "on"
>   vhostforce = "on"
>   ifname = "vif15196.1"
>   downscript = "no"
>   script = "no"
>   queues = "1"
> 
> [device "vif15196.1"]
>   driver = "virtio-net-pci"
>   netdev = "vif15196.1"
>   mac = "00:16:3e:2e:ea:7c"
>   mq = "on"
>   vectors = "3"
> 
> [drive "disk0"]
>   if = "none"
>   id = "disk0"
>   cache = "none"
>   aio = "native"
>   format = "raw"
>   file = "/dev/sda"
> 
> [device "disk0"]
>   driver = "scsi-hd"
>   drive = "disk0"
>   scsi-id = "0"
>   removable = "on"
>   dpofua = "off"
> 
> [drive "swap0"]
>   if = "none"
>   id = "swap0"
>   cache = "none"
>   aio = "native"
>   format = "raw"
>   file = "/dev/sdb"
> 
> [device "swap0"]
>   driver = "scsi-hd"
>   drive = "swap0"
>   scsi-id = "1"
>   removable = "on"
>   dpofua = "off"
> 
> [smp-opts]
>   cpus = "1"
>   sockets = "1"
>   cores = "1"
>   threads = "1"
>   maxcpus = "16"
> 
> -- 
> William


--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

  parent reply	other threads:[~2014-12-10 17:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09 18:37 [Qemu-devel] migration from qemu2.1.2 to qemu2.0 William Dauchy
2014-12-09 18:43 ` William Dauchy
2014-12-09 18:55 ` [Qemu-devel] migration from qemu2.1.2 to qemu2.2 Dr. David Alan Gilbert
2014-12-09 23:25   ` William Dauchy
2014-12-10  8:58     ` Dr. David Alan Gilbert
2014-12-10 17:04       ` William Dauchy
2014-12-10 17:10         ` Dr. David Alan Gilbert
2014-12-10 17:20           ` William Dauchy
2014-12-10 17:28             ` William Dauchy
2014-12-10 17:40               ` Dr. David Alan Gilbert
2014-12-10 17:43               ` Paolo Bonzini
2014-12-10 17:31             ` Dr. David Alan Gilbert [this message]
2014-12-10 18:02               ` William Dauchy
2014-12-10 18:21                 ` Dr. David Alan Gilbert
2014-12-11 13:44                   ` William Dauchy
2014-12-11 14:05                     ` Dr. David Alan Gilbert
2014-12-11 14:32                       ` William Dauchy
2014-12-11 14:34                         ` Dr. David Alan Gilbert
2014-12-11 14:41                           ` William Dauchy
2014-12-11 14:44                             ` Dr. David Alan Gilbert
2014-12-11 14:06                     ` Paolo Bonzini

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=20141210173117.GJ2311@work-vm \
    --to=dgilbert@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=william@gandi.net \
    /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.