summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-1291-172/+169Star
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-1225-87/+100
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell2016-07-1218-56/+1059
|\
| * target-mips: enable 10-bit ASIDs in I6400 CPULeon Alrae2016-07-121-1/+1
| * target-mips: support CP0.Config4.AE bitPaul Burton2016-07-122-1/+3
| * target-mips: change ASID type to hold more than 8 bitsPaul Burton2016-07-124-12/+12
| * target-mips: add ASID mask field and replace magic valuesPaul Burton2016-07-124-17/+23
| * target-mips: replace MIPS64R6-generic with the real I6400 CPU modelLeon Alrae2016-07-121-11/+9Star
| * hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae2016-07-122-1/+71
| * hw/mips_cpc: make VP correctly start from the reset vectorLeon Alrae2016-07-121-3/+2Star
| * target-mips: add exception base to MIPS CPULeon Alrae2016-07-123-4/+13
| * hw/mips/cps: create GIC block inside CPSLeon Alrae2016-07-125-10/+63
| * hw/mips: implement Global Interrupt ControllerYongbok Kim2016-07-123-0/+677
| * hw/mips: implement GIC Interval TimerYongbok Kim2016-07-123-0/+189
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...Peter Maydell2016-07-123-2/+16
|\ \
| * | xen-usb: Fix 32bit buildAnthony PERARD2016-07-121-1/+2
| * | usb: add storage hotplug documentationGerd Hoffmann2016-07-121-0/+12
| * | nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi2016-07-121-1/+2
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...Peter Maydell2016-07-125-147/+256
|\ \ \
| * | | input-linux: better capability checks, merge input_linux_event_{mouse, keyboard}Gerd Hoffmann2016-07-121-45/+47
| * | | input-linux: factor out input_linux_handle_keyboardGerd Hoffmann2016-07-121-49/+54
| * | | input-linux: factor out input_linux_handle_mouseGerd Hoffmann2016-07-121-49/+53
| * | | input: add trace events for full queuesGerd Hoffmann2016-07-123-2/+10
| * | | msmouse: send short messages if possible.Gerd Hoffmann2016-07-121-9/+13
| * | | msmouse: switch to new input interfaceGerd Hoffmann2016-07-121-12/+56
| * | | msmouse: fix buffer handlingGerd Hoffmann2016-07-121-5/+35
| * | | msmouse: add MouseState, unregister handler on closeGerd Hoffmann2016-07-121-5/+17
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160712-1' into s...Peter Maydell2016-07-122-16/+22
|\ \ \ | |/ / |/| |
| * | ui: avoid crash if vnc client disconnects with writes pendingDaniel P. Berrange2016-07-121-4/+9
| * | vnc-enc-tight: use thread local storage for palettePeter Lieven2016-07-121-11/+12
| * | vnc: fix incorrect checking condition when updating clientGonglei2016-07-121-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell2016-07-1123-456/+1249
|\ \
| * | s390x/pci: make hot-unplug handler smootherYi Min Zhao2016-07-112-1/+37
| * | s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2016-07-113-7/+8
| * | s390x/pci: fix stpcifc_service_callYi Min Zhao2016-07-111-1/+9
| * | s390x/pci: refactor list_pciYi Min Zhao2016-07-113-26/+45
| * | s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao2016-07-111-20/+1Star
| * | s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao2016-07-111-0/+21
| * | s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao2016-07-111-46/+73
| * | s390x/pci: enable uid-checkingYi Min Zhao2016-07-113-5/+5
| * | s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao2016-07-112-8/+261
| * | s390x/pci: introduce S390PCIIOMMUYi Min Zhao2016-07-112-10/+18
| * | s390x/pci: introduce S390PCIBusYi Min Zhao2016-07-112-0/+18
| * | s390x/pci: enforce zPCI state checkingYi Min Zhao2016-07-115-82/+230
| * | s390x/pci: refactor s390_pci_find_dev_by_fhYi Min Zhao2016-07-111-11/+4Star
| * | s390x/pci: unify FH_ macrosYi Min Zhao2016-07-113-15/+18
| * | s390x/pci: write fid in CLP_QUERY_PCI_FNYi Min Zhao2016-07-111-0/+1
| * | s390x/pci: acceleration for getting S390pciStateYi Min Zhao2016-07-111-33/+20Star
| * | s390x/pci: fix failures of dma map/unmapYi Min Zhao2016-07-111-4/+2Star
| * | s390x/css: Unplug handler of virtual css bridgeJing Liu2016-07-117-57/+164