summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann2-23/+29
2014-03-05input: add input_mouse_mode tracepointGerd Hoffmann2-0/+2
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann4-37/+35
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann2-50/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann2-11/+1
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann2-22/+2
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann2-24/+0
2014-03-05input: trace eventsGerd Hoffmann2-0/+56
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann2-21/+44
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann1-12/+6
2014-03-05input: mouse: switch monitor to new coreGerd Hoffmann1-5/+26
2014-03-05input: mouse: switch spice ui to new coreGerd Hoffmann1-24/+38
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann2-24/+23
2014-03-05input: mouse: switch sdl ui to new coreGerd Hoffmann1-45/+39
2014-03-05input: mouse: switch gtk ui to new coreGerd Hoffmann1-39/+19
2014-03-05input: mouse: switch legacy handlers to new coreGerd Hoffmann1-0/+63
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann2-0/+9
2014-03-05input: mouse: add graphic_rotate supportGerd Hoffmann1-0/+31
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann2-0/+85
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann1-22/+25
2014-03-05input: keyboard: switch spice ui to new coreGerd Hoffmann1-2/+20
2014-03-05input: keyboard: switch vnc ui to new coreGerd Hoffmann1-19/+6
2014-03-05input: keyboard: switch sdl ui to new coreGerd Hoffmann1-18/+9
2014-03-05input: keyboard: switch gtk ui to new coreGerd Hoffmann1-15/+4
2014-03-05input: keyboard: switch qmp_send_key() to new core.Gerd Hoffmann1-8/+3
2014-03-05input: keyboard: switch legacy handlers to new coreGerd Hoffmann1-10/+56
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann2-0/+40
2014-03-05input: add core bits of the new input layerGerd Hoffmann3-1/+116
2014-03-05input: qapi: add pause keyGerd Hoffmann1-2/+2
2014-03-05input: qapi: add unmapped keyGerd Hoffmann1-1/+4
2014-03-05input: qapi: define event typesGerd Hoffmann1-0/+76
2014-03-05input: rename file to legacyGerd Hoffmann2-1/+1
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann2-0/+27
2014-03-05s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck7-9/+120
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy9-25/+41
2014-03-05target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy6-25/+46
2014-03-05target-ppc: Introduce hypervisor call H_GET_TCELaurent Dufour2-0/+38
2014-03-05target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V4-15/+68
2014-03-05target-ppc: Change the hpte store APIAneesh Kumar K.V3-31/+16
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V6-40/+184
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V8-14/+40
2014-03-05target-ppc: Use Additional Temporary in stqcx CaseTom Musta1-3/+5
2014-03-05target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as ULTom Musta1-22/+22
2014-03-05PPC: sPAPR: Only use getpagesize() when we run with kvmAlexander Graf1-1/+12
2014-03-05target-ppc/translate.c: Use ULL suffix for 64 bit constantsPeter Maydell1-2/+2
2014-03-05spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy1-0/+2
2014-03-05target-ppc: Altivec 2.07: Vector Permute and Exclusive ORTom Musta3-1/+21
2014-03-05target-ppc: Altivec 2.07: Vector SHA Sigma InstructionsTom Musta3-0/+108
2014-03-05target-ppc: Altivec 2.07: AES InstructionsTom Musta3-0/+315
2014-03-05target-ppc: Altivec 2.07: Binary Coded Decimal InstructionsTom Musta3-4/+245