On 24 February 2014 11:52, Gerd Hoffmann <kra...@redhat.com> wrote: > Hi, > > The input layer moves to a model modeled roughly after the linux > event layer. It also uses qapi to create all the data types needed. > First, because it is convinient to have all the support code generated, > and also to make it easier to integrate with qmp some day. > > Porting work has only be done on the UI side so far. Input device > emulation is still to be done. > > SDL2 consists of dave's original patch with a bunch of cleanups on > top. Some of the cleanups depend on the new input layer code, thus > the incremental patches are sprinkled all over the patch series for > bisectability reasons. > > Pull v2 fixes minor issues and adds missing sign-offs. > > please pull, > Gerd > > The following changes since commit 105a060188dc6fdd4551571a966514d1a5f6815a: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20140220' into staging (2014-02-21 > 15:04:58 +0000) > > are available in the git repository at: > > > git://git.kraxel.org/qemu tags/pull-input-2 > > for you to fetch changes up to 445b5bad4a72d6f62071a9e9756e2a54c0de0b34:
I hate bouncing this pull request for a second time, but this still contains stuff that's obviously not ready: * patch which adds a 1000 line new file, then another patch 2 commits later deletes 100 of those lines * "build fix" patch -- we shouldn't break the build in one patch and fix it in another, this breaks bisection * patches which don't come anywhere near passing checkpatch Sorry. -- PMM