aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-12linux-user: Clean up target_syscall.h header guardsMarkus Armbruster18-51/+53
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster18-45/+56
2016-07-12scripts: New clean-header-guards.plMarkus Armbruster1-0/+213
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster91-172/+169
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin25-87/+100
2016-07-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell18-56/+1059
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...Peter Maydell3-2/+16
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...Peter Maydell5-147/+256
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160712-1' into s...Peter Maydell2-16/+22
2016-07-12xen-usb: Fix 32bit buildAnthony PERARD1-1/+2
2016-07-12usb: add storage hotplug documentationGerd Hoffmann1-0/+12
2016-07-12nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi1-1/+2
2016-07-12target-mips: enable 10-bit ASIDs in I6400 CPULeon Alrae1-1/+1
2016-07-12target-mips: support CP0.Config4.AE bitPaul Burton2-1/+3
2016-07-12target-mips: change ASID type to hold more than 8 bitsPaul Burton4-12/+12
2016-07-12target-mips: add ASID mask field and replace magic valuesPaul Burton4-17/+23
2016-07-12target-mips: replace MIPS64R6-generic with the real I6400 CPU modelLeon Alrae1-11/+9
2016-07-12hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae2-1/+71
2016-07-12hw/mips_cpc: make VP correctly start from the reset vectorLeon Alrae1-3/+2
2016-07-12target-mips: add exception base to MIPS CPULeon Alrae3-4/+13
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae5-10/+63
2016-07-12hw/mips: implement Global Interrupt ControllerYongbok Kim3-0/+677
2016-07-12hw/mips: implement GIC Interval TimerYongbok Kim3-0/+189
2016-07-12input-linux: better capability checks, merge input_linux_event_{mouse, keyboard}Gerd Hoffmann1-45/+47
2016-07-12input-linux: factor out input_linux_handle_keyboardGerd Hoffmann1-49/+54
2016-07-12input-linux: factor out input_linux_handle_mouseGerd Hoffmann1-49/+53
2016-07-12input: add trace events for full queuesGerd Hoffmann3-2/+10
2016-07-12msmouse: send short messages if possible.Gerd Hoffmann1-9/+13
2016-07-12msmouse: switch to new input interfaceGerd Hoffmann1-12/+56
2016-07-12msmouse: fix buffer handlingGerd Hoffmann1-5/+35
2016-07-12msmouse: add MouseState, unregister handler on closeGerd Hoffmann1-5/+17
2016-07-12ui: avoid crash if vnc client disconnects with writes pendingDaniel P. Berrange1-4/+9
2016-07-12vnc-enc-tight: use thread local storage for palettePeter Lieven1-11/+12
2016-07-12vnc: fix incorrect checking condition when updating clientGonglei1-1/+1
2016-07-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell23-456/+1249
2016-07-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160708' into stagingPeter Maydell3-44/+74
2016-07-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell16-179/+386
2016-07-11Merge remote-tracking branch 'remotes/rth/tags/pull-rth-20160710' into stagingPeter Maydell4-26/+13
2016-07-11gtk: fix buildGerd Hoffmann2-0/+2
2016-07-11s390x/pci: make hot-unplug handler smootherYi Min Zhao2-1/+37
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao3-7/+8
2016-07-11s390x/pci: fix stpcifc_service_callYi Min Zhao1-1/+9
2016-07-11s390x/pci: refactor list_pciYi Min Zhao3-26/+45
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao1-20/+1
2016-07-11s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao1-0/+21
2016-07-11s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao1-46/+73
2016-07-11s390x/pci: enable uid-checkingYi Min Zhao3-5/+5
2016-07-11s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao2-8/+261
2016-07-11s390x/pci: introduce S390PCIIOMMUYi Min Zhao2-10/+18
2016-07-11s390x/pci: introduce S390PCIBusYi Min Zhao2-0/+18