aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-19ui/cocoa: Add console items to the View menupull-cocoa-20150519Programmingkid
2015-05-19ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell
2015-05-19ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell
2015-05-19ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell
2015-05-19ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell
2015-05-19ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell
2015-05-19ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell
2015-05-19Makefile.target: set icon for binary file on Mac OS XProgrammingkid
2015-05-19ui/cocoa: Make -full-screen option work on Mac OS XProgrammingkid
2015-05-19ui/cocoa: Fix several full screen issues on Mac OS XProgrammingkid
2015-05-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-...Peter Maydell
2015-05-18target-arm: Remove unneeded '+'pull-target-arm-20150518-3pull-target-arm-20150518-2pull-target-arm-20150518-1pull-target-arm-20150518Edgar E. Iglesias
2015-05-18target-arm: Correct accessfn for CNTV_TVAL_EL0Edgar E. Iglesias
2015-05-18target-arm: Correct accessfn for CNTP_{CT}VAL_EL0Edgar E. Iglesias
2015-05-18target-arm: Add WFx syndrome functionGreg Bellows
2015-05-18target-arm: Add EL3 and EL2 TCR checkingGreg Bellows
2015-05-18target-arm: Add TTBR regime function and useGreg Bellows
2015-05-18linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin
2015-05-18arm: xlnx-ep108: Add bootloadingPeter Crosthwaite
2015-05-18arm: xlnx-ep108: Add external RAMPeter Crosthwaite
2015-05-18arm: Add xlnx-ep108 machinePeter Crosthwaite
2015-05-18arm: xlnx-zynqmp: Add UART supportPeter Crosthwaite
2015-05-18char: cadence_uart: Split state struct and type into headerPeter Crosthwaite
2015-05-18char: cadence_uart: Clean up variable namesPeter Crosthwaite
2015-05-18arm: xlnx-zynqmp: Add GEM supportPeter Crosthwaite
2015-05-18net: cadence_gem: Split state struct and type into headerPeter Crosthwaite
2015-05-18net: cadence_gem: Clean up variable namesPeter Crosthwaite
2015-05-18arm: xlnx-zynqmp: Connect CPU Timers to GICPeter Crosthwaite
2015-05-18arm: xlnx-zynqmp: Add GICPeter Crosthwaite
2015-05-18arm: Introduce Xilinx ZynqMP SoCPeter Crosthwaite
2015-05-18target-arm: cpu64: Add support for Cortex-A53Peter Crosthwaite
2015-05-18target-arm: cpu64: generalise name of A57 regsPeter Crosthwaite
2015-05-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into ...Peter Maydell
2015-05-15Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150514' into stagingPeter Maydell
2015-05-14tcg: Add MO_ALIGN, MO_UNALNRichard Henderson
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-05-14qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()Markus Armbruster
2015-05-14qapi: Drop pointless flush() before close()Markus Armbruster
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster
2015-05-14qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster
2015-05-14qapi: Fix generators to report command line errors decentlyMarkus Armbruster
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster
2015-05-14qapi: qapi-commands.py option --type is unused, drop itMarkus Armbruster
2015-05-14qapi: qapi-event.py option -b does nothing, drop itMarkus Armbruster
2015-05-14tests: Add missing dependencies on $(qapi-py)Markus Armbruster
2015-05-14qapi: Support downstream events and commandsEric Blake
2015-05-14qapi: Support downstream alternatesEric Blake
2015-05-14qapi: Support downstream flat unionsEric Blake
2015-05-14qapi: Support downstream simple unionsEric Blake