aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-12libdecnumber: Don't error out on decNumberLocal.h re-inclusionMarkus Armbruster
2016-07-12libdecnumber: Don't fool around with guards to avoid #includeMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster
2016-07-12spapr_pci: Include spapr.h instead of playing games with #errorMarkus Armbruster
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster
2016-07-12linux-user: Fix broken header guard in syscall_defs.hMarkus Armbruster
2016-07-12linux-user: Clean up hostdep.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_structs.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_signal.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_cpu.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_syscall.h header guardsMarkus Armbruster
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster
2016-07-12scripts: New clean-header-guards.plMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...Peter Maydell
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...Peter Maydell
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160712-1' into s...Peter Maydell
2016-07-12xen-usb: Fix 32bit buildAnthony PERARD
2016-07-12usb: add storage hotplug documentationGerd Hoffmann
2016-07-12nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi
2016-07-12target-mips: enable 10-bit ASIDs in I6400 CPULeon Alrae
2016-07-12target-mips: support CP0.Config4.AE bitPaul Burton
2016-07-12target-mips: change ASID type to hold more than 8 bitsPaul Burton
2016-07-12target-mips: add ASID mask field and replace magic valuesPaul Burton
2016-07-12target-mips: replace MIPS64R6-generic with the real I6400 CPU modelLeon Alrae
2016-07-12hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae
2016-07-12hw/mips_cpc: make VP correctly start from the reset vectorLeon Alrae
2016-07-12target-mips: add exception base to MIPS CPULeon Alrae
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae
2016-07-12hw/mips: implement Global Interrupt ControllerYongbok Kim
2016-07-12hw/mips: implement GIC Interval TimerYongbok Kim
2016-07-12input-linux: better capability checks, merge input_linux_event_{mouse, keyboard}Gerd Hoffmann
2016-07-12input-linux: factor out input_linux_handle_keyboardGerd Hoffmann
2016-07-12input-linux: factor out input_linux_handle_mouseGerd Hoffmann
2016-07-12input: add trace events for full queuesGerd Hoffmann
2016-07-12msmouse: send short messages if possible.Gerd Hoffmann
2016-07-12msmouse: switch to new input interfaceGerd Hoffmann
2016-07-12msmouse: fix buffer handlingGerd Hoffmann
2016-07-12msmouse: add MouseState, unregister handler on closeGerd Hoffmann
2016-07-12ui: avoid crash if vnc client disconnects with writes pendingDaniel P. Berrange
2016-07-12vnc-enc-tight: use thread local storage for palettePeter Lieven
2016-07-12vnc: fix incorrect checking condition when updating clientGonglei
2016-07-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell
2016-07-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160708' into stagingPeter Maydell
2016-07-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-07-11Merge remote-tracking branch 'remotes/rth/tags/pull-rth-20160710' into stagingPeter Maydell
2016-07-11gtk: fix buildGerd Hoffmann