Re: [kvm-devel] List stripping out cc's

2007-08-19 Thread Jeff Garzik
Avi Kivity wrote: > Heiko Carstens wrote: >>> The only thing remotely relevant in the list config is that 'Filter >>> out duplicate messages to list members (if possible)' is set as a >>> default for new members. Maybe this means that if a cc is also part >>> of the list, that cc is strippe

Re: [kvm-devel] [RFC] Stable kvm userspace interface

2007-01-09 Thread Jeff Garzik
Can we please avoid adding a ton of new ioctls? ioctls inevitably require 64-bit compat code for certain architectures, whereas sysfs/procfs does not. Jeff - Take Surveys. Earn Cash. Influence the Future of IT J

Re: [kvm-devel] [RFC] Stable kvm userspace interface

2007-01-11 Thread Jeff Garzik
Arnd Bergmann wrote: > On Tuesday 09 January 2007 14:47, Jeff Garzik wrote: >> Can we please avoid adding a ton of new ioctls? ioctls inevitably >> require 64-bit compat code for certain architectures, whereas >> sysfs/procfs does not. > > For performance rea

Re: [kvm-devel] [GIT PULL] kvm oops fix

2007-04-19 Thread Jeff Garzik
Linus Torvalds wrote: > > On Thu, 19 Apr 2007, Avi Kivity wrote: >> Please pull from the 'linus' branch of >> >> git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git > > *please* put the branch-name after the git repo, so that I can > cut-and-paste without noticing only afterwards that th

Re: [kvm-devel] [GIT PULL] kvm oops fix

2007-04-19 Thread Jeff Garzik
David Brown wrote: >> What is the easiest way to completely undo a pull, reverting the branch >> to the HEAD present before the pull? >> > > If the pull doesn't merge successfully then usually doing a `git-reset > --hard` will blow everything away back to normal, but Linus may do > different thing