aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-27target-arm: A64: Forbid ERET to higher or unimplemented ELsEdgar E. Iglesias1-2/+6
2014-05-27target-arm: Register EL3 versions of ELR and SPSREdgar E. Iglesias1-0/+16
2014-05-27target-arm: Register EL2 versions of ELR and SPSREdgar E. Iglesias1-0/+16
2014-05-27target-arm: Add a feature flag for EL3Edgar E. Iglesias1-0/+1
2014-05-27target-arm: Add a feature flag for EL2Edgar E. Iglesias1-0/+1
2014-05-27target-arm: A64: Introduce aarch64_banked_spsr_index()Edgar E. Iglesias3-2/+17
2014-05-27target-arm: Add SPSR entries for EL2/HYP and EL3/MONEdgar E. Iglesias4-6/+12
2014-05-27target-arm: A64: Add ELR entries for EL2 and 3Edgar E. Iglesias2-4/+4
2014-05-27target-arm: A64: Add SP entries for EL2 and 3Edgar E. Iglesias2-4/+4
2014-05-27target-arm: c12_vbar -> vbar_el[]Edgar E. Iglesias3-5/+5
2014-05-27target-arm: Make esr_el1 an arrayEdgar E. Iglesias3-8/+8
2014-05-27target-arm: Make elr_el1 an arrayEdgar E. Iglesias6-10/+11
2014-05-27target-arm: Use a 1:1 mapping between EL and MMU indexEdgar E. Iglesias2-9/+5
2014-05-27target-arm: A32: Use get_mem_index for load/storesEdgar E. Iglesias1-106/+106
2014-05-27target-arm/translate.c: Use get_mem_index() for SRS memory accessesPeter Maydell1-2/+2
2014-05-27target-arm/translate.c: Clean up mmu index handling for ldrt/strtPeter Maydell1-12/+17
2014-05-27target-arm: Move get_mem_index to translate.hEdgar E. Iglesias2-9/+9
2014-05-27target-arm: implement CPACR register logic for ARMv7Fabian Aggeler1-4/+28
2014-05-27hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell1-8/+8
2014-05-27MAINTAINERS: update Calxeda Highbank maintainer and statusRob Herring1-2/+2
2014-05-27Merge remote-tracking branch 'remotes/rth/fix-tci' into stagingPeter Maydell1-0/+3
2014-05-27target-arm: Fix segfault on startup when KVM enabledChristoffer Dall1-1/+1
2014-05-26target-xtensa: add tests for cross-page TBMax Filippov1-0/+220
2014-05-26target-xtensa: completely clean TLB between MMU testsMax Filippov1-7/+19
2014-05-26target-xtensa: fix cross-page jumps/calls at the end of TBMax Filippov1-2/+2
2014-05-26docs: add multiseat.txtGerd Hoffmann1-0/+76
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-26sdl: pass key event source to input layerGerd Hoffmann1-9/+12
2014-05-26input: bind devices and input routingGerd Hoffmann2-3/+43
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann2-71/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann2-8/+24
2014-05-26input: keymap: add meta keysGerd Hoffmann1-0/+2
2014-05-26input: add name to input_event_key_numberGerd Hoffmann2-3/+5
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann2-3/+9
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates1-2/+2
2014-05-26libcacard: remove useless initializersMichael Tokarev6-22/+21
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite1-1/+1
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan3-9/+9
2014-05-26audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan2-3/+2
2014-05-26usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede1-4/+17
2014-05-26usb-host-libusb: Add alloc / free streams opsHans de Goede1-0/+50
2014-05-26usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede1-0/+12
2014-05-26usb-redir: Add support for bulk streamsHans de Goede1-5/+132
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann1-2/+7
2014-05-26usb-mtp: handle lseek failureGerd Hoffmann1-1/+4
2014-05-26usb-mtp: use bool to track MTPObject init statusGerd Hoffmann1-6/+8
2014-05-26xhci: add xhci_get_flagGerd Hoffmann1-2/+7
2014-05-26xhci: add endpoint cap on express bus onlyGerd Hoffmann1-2/+4
2014-05-26xhci: child detach fixGerd Hoffmann1-1/+1
2014-05-26gtk: workaround gtk2 vte resize issueGerd Hoffmann1-0/+40