[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070708134850.GB22911@elte.hu>
Date: Sun, 8 Jul 2007 15:48:50 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Avi Kivity <avi@...ranet.com>
Cc: kvm-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
shaohua.li@...el.com
Subject: Re: [PATCH][RFC] kvm-scheduler integration
* Avi Kivity <avi@...ranet.com> wrote:
> >>+#ifdef CONFIG_SCHED_KVM
> >>+static __read_mostly struct sched_kvm_hooks kvm_hooks;
> >>+#endif
> >
> >please just add a current->put_vcpu() function pointer instead of
> >this hooks thing.
>
> Won't that increase task_struct (16 bytes on 64-bit) unnecessarily?
> The function pointers are common to all virtual machines.
well, this function pointer could then be reused by other virtual
machines as well, couldnt it? If the task struct overhead is a problem
(it really isnt, and it's dependent on CONFIG_KVM) then we could switch
it around to a notifier-alike mechanism.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists