aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-07-11s390x/pci: make hot-unplug handler smootherYi Min Zhao
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao
2016-07-11s390x/pci: fix stpcifc_service_callYi Min Zhao
2016-07-11s390x/pci: refactor list_pciYi Min Zhao
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao
2016-07-11s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao
2016-07-11s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao
2016-07-11s390x/pci: enable uid-checkingYi Min Zhao
2016-07-11s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao
2016-07-11s390x/pci: introduce S390PCIIOMMUYi Min Zhao
2016-07-11s390x/pci: introduce S390PCIBusYi Min Zhao
2016-07-11s390x/pci: enforce zPCI state checkingYi Min Zhao