qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Fabrice Bellard <fabrice@bellard.org>, ths@networkno.de
Cc: kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Set apic instance number for savevm
Date: Sun, 19 Aug 2007 14:12:43 +0300	[thread overview]
Message-ID: <46C825AB.604@qumranet.com> (raw)
In-Reply-To: <1187020655319-git-send-email-avi@qumranet.com>

Avi Kivity wrote:
> This allows save/restore (and live migration on kvm) of smp guests.
>
> Index: hw/apic.c
> ===================================================================
> RCS file: /sources/qemu/qemu/hw/apic.c,v
> retrieving revision 1.13
> diff -u -r1.13 apic.c
> --- hw/apic.c	3 Apr 2007 16:38:34 -0000	1.13
> +++ hw/apic.c	13 Aug 2007 15:54:50 -0000
> @@ -832,7 +832,7 @@
>      }
>      s->timer = qemu_new_timer(vm_clock, apic_timer, s);
>  
> -    register_savevm("apic", 0, 2, apic_save, apic_load, s);
> +    register_savevm("apic", s->id, 2, apic_save, apic_load, s);
>      qemu_register_reset(apic_reset, s);
>      
>      local_apics[s->id] = s;
>
>   

Fabrice or Thiemo, can you take a look at this patch?

-- 
error compiling committee.c: too many arguments to function

      reply	other threads:[~2007-08-19 11:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-13 15:57 [Qemu-devel] [PATCH] Set apic instance number for savevm Avi Kivity
2007-08-19 11:12 ` Avi Kivity [this message]

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=46C825AB.604@qumranet.com \
    --to=avi@qumranet.com \
    --cc=fabrice@bellard.org \
    --cc=kvm-devel@lists.sourceforge.net \
    --cc=qemu-devel@nongnu.org \
    --cc=ths@networkno.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).