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
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
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
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
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