summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | input: remove index_from_keycode (no users)Gerd Hoffmann2014-03-052-15/+0
| * | | input: move do_mouse_set to new coreGerd Hoffmann2014-03-052-43/+21
| * | | input: move qmp_query_mice to new coreGerd Hoffmann2014-03-052-23/+29
| * | | input: add input_mouse_mode tracepointGerd Hoffmann2014-03-052-0/+2
| * | | input: move mouse mode notifier to new coreGerd Hoffmann2014-03-054-37/+35
| * | | input-legacy: remove kbd_mouse_eventGerd Hoffmann2014-03-052-50/+0
| * | | input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann2014-03-052-11/+1
| * | | input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann2014-03-052-22/+2
| * | | input-legacy: remove kbd_put_keycodeGerd Hoffmann2014-03-052-24/+0
| * | | input: trace eventsGerd Hoffmann2014-03-052-0/+56
| * | | input: mouse: switch cocoa ui to new coreGerd Hoffmann2014-03-052-21/+44
| * | | input: keyboard: switch cocoa ui to new coreGerd Hoffmann2014-03-051-12/+6
| * | | input: mouse: switch monitor to new coreGerd Hoffmann2014-03-051-5/+26
| * | | input: mouse: switch spice ui to new coreGerd Hoffmann2014-03-051-24/+38
| * | | input: mouse: switch vnc ui to new coreGerd Hoffmann2014-03-052-24/+23
| * | | input: mouse: switch sdl ui to new coreGerd Hoffmann2014-03-051-45/+39
| * | | input: mouse: switch gtk ui to new coreGerd Hoffmann2014-03-051-39/+19
| * | | input: mouse: switch legacy handlers to new coreGerd Hoffmann2014-03-051-0/+63
| * | | input: mouse: add qemu_input_is_absolute()Gerd Hoffmann2014-03-052-0/+9
| * | | input: mouse: add graphic_rotate supportGerd Hoffmann2014-03-051-0/+31
| * | | input: mouse: add helpers functions to coreGerd Hoffmann2014-03-052-0/+85
| * | | input: keyboard: switch curses ui to new coreGerd Hoffmann2014-03-051-22/+25
| * | | input: keyboard: switch spice ui to new coreGerd Hoffmann2014-03-051-2/+20
| * | | input: keyboard: switch vnc ui to new coreGerd Hoffmann2014-03-051-19/+6
| * | | input: keyboard: switch sdl ui to new coreGerd Hoffmann2014-03-051-18/+9
| * | | input: keyboard: switch gtk ui to new coreGerd Hoffmann2014-03-051-15/+4
| * | | input: keyboard: switch qmp_send_key() to new core.Gerd Hoffmann2014-03-051-8/+3
| * | | input: keyboard: switch legacy handlers to new coreGerd Hoffmann2014-03-051-10/+56
| * | | input: keyboard: add helper functions to coreGerd Hoffmann2014-03-052-0/+40
| * | | input: add core bits of the new input layerGerd Hoffmann2014-03-053-1/+116
| * | | input: qapi: add pause keyGerd Hoffmann2014-03-051-2/+2
| * | | input: qapi: add unmapped keyGerd Hoffmann2014-03-051-1/+4
| * | | input: qapi: define event typesGerd Hoffmann2014-03-051-0/+76
| * | | input: rename file to legacyGerd Hoffmann2014-03-052-1/+1
| * | | console: export QemuConsole index,width,heightGerd Hoffmann2014-03-052-0/+27
| |/ /
* | | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2014-03-0761-740/+6818
|\ \ \
| * | | target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy2014-03-059-25/+41
| * | | target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy2014-03-056-25/+46
| * | | target-ppc: Introduce hypervisor call H_GET_TCELaurent Dufour2014-03-052-0/+38
| * | | target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V2014-03-054-15/+68
| * | | target-ppc: Change the hpte store APIAneesh Kumar K.V2014-03-053-31/+16
| * | | target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V2014-03-056-40/+184
| * | | target-ppc: Fix htab_mask calculationAneesh Kumar K.V2014-03-058-14/+40
| * | | target-ppc: Use Additional Temporary in stqcx CaseTom Musta2014-03-051-3/+5
| * | | target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as ULTom Musta2014-03-051-22/+22
| * | | PPC: sPAPR: Only use getpagesize() when we run with kvmAlexander Graf2014-03-051-1/+12
| * | | target-ppc/translate.c: Use ULL suffix for 64 bit constantsPeter Maydell2014-03-051-2/+2
| * | | spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy2014-03-051-0/+2
| * | | target-ppc: Altivec 2.07: Vector Permute and Exclusive ORTom Musta2014-03-053-1/+21
| * | | target-ppc: Altivec 2.07: Vector SHA Sigma InstructionsTom Musta2014-03-053-0/+108