12.06.2013 11:26, Alexey Kardashevskiy wrote: > We need new headers for live migration and in-kernel interrupt controller > support. > > However just copying new headers breaks at least PPC so dummy > kvm_arch_init_irq_routing() > is required as well. > > Changes since v1: > * added dummy functions for ARM and S390 as they are supposed to get broken > after > the headers update; > * now headers are from v3.10-rc5 (the previous try was for rc4).
Thank you, applied to the trivial patches queue. Some notes: 1. I haven't tried to build it on neither PPC nor ARM nor S390, so I've no idea if that will work or not... ;) 2. the difference between -rc4 and rc5 is wihin mips kvm.h, which introduced a bunch of definitions in there. And whole patchset introduces kvm definitions for mips for the first time. JFYI. /mjt