summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-03target-mips: add MSA ELM format instructionsYongbok Kim3-0/+290
2014-11-03target-mips: add MSA 3R format instructionsYongbok Kim3-0/+963
2014-11-03target-mips: add MSA BIT format instructionsYongbok Kim3-0/+297
2014-11-03target-mips: add MSA I5 format instructionYongbok Kim3-0/+232
2014-11-03target-mips: add MSA I8 format instructionsYongbok Kim3-2/+156
2014-11-03target-mips: add MSA branch instructionsYongbok Kim1-114/+220
2014-11-03target-mips: add msa_helper.cYongbok Kim2-1/+50
2014-11-03target-mips: add msa_reset(), global msa registerYongbok Kim2-0/+90
2014-11-03target-mips: add MSA opcode enumYongbok Kim1-0/+245
2014-11-03target-mips: stop translation after ctc1Yongbok Kim1-0/+6
2014-11-03target-mips: remove duplicated mips/ieee mapping functionYongbok Kim3-9/+6
2014-11-03target-mips: add MSA exceptionsYongbok Kim1-0/+10
2014-11-03target-mips: add MSA defines and data structureYongbok Kim3-2/+52
2014-11-03target-mips: enable features in MIPS64R6-generic CPULeon Alrae1-2/+9
2014-11-03target-mips: correctly handle access to unimplemented CP0 registerLeon Alrae1-278/+260
2014-11-03target-mips: add restrictions for possible values in registersLeon Alrae1-17/+53
2014-11-03target-mips: CP0_Status.CU0 no longer allows the user to access CP0Leon Alrae1-1/+2
2014-11-03target-mips: implement forbidden slotLeon Alrae2-36/+76
2014-11-03target-mips: add Config5.SBRILeon Alrae2-3/+32
2014-11-03target-mips: update cpu_save/cpu_load to support new registersLeon Alrae2-2/+26
2014-11-03target-mips: add BadInstr and BadInstrP supportLeon Alrae4-11/+133
2014-11-03target-mips: add TLBINV supportLeon Alrae7-8/+94
2014-11-03target-mips: add new Read-Inhibit and Execute-Inhibit exceptionsLeon Alrae2-2/+28
2014-11-03target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1}Leon Alrae5-5/+57
2014-11-03target-mips: add RI and XI fields to TLB entryLeon Alrae3-1/+29
2014-11-03target-mips: distinguish between data load and instruction fetchLeon Alrae1-11/+10
2014-11-03softmmu: provide softmmu access type enumLeon Alrae2-10/+22
2014-11-03target-mips: add KScratch registersLeon Alrae2-0/+47
2014-11-02tcg/mips: fix store softmmu slow pathAurelien Jarno1-1/+1
2014-10-30Merge remote-tracking branch 'remotes/sstabellini/xen-2014-10-30' into stagingPeter Maydell3-7/+120
2014-10-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2014-3689-20141029...Peter Maydell1-38/+78
2014-10-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20141028-1' into s...Peter Maydell1-5/+15
2014-10-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141028-1' into s...Peter Maydell6-13/+37
2014-10-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20141028-1' into s...Peter Maydell1-3/+11
2014-10-30fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper1-2/+2
2014-10-30xen-hvm.c: Add support for Xen access to vmportDon Slutz2-5/+118
2014-10-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell19-103/+488
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini3-13/+6
2014-10-29vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rectGerd Hoffmann1-7/+10
2014-10-29vmware-vga: use vmsvga_verify_rect in vmsvga_copy_rectGerd Hoffmann1-6/+14
2014-10-28vnc: return directly if no vnc client connectedChenLiang1-5/+5
2014-10-28vnc: sanitize bits_per_pixel from the clientPetr Matousek1-0/+10
2014-10-28uhci: remove useless DEBUGGonglei1-3/+0
2014-10-28xhci: add property to turn on/off streams supportGerd Hoffmann1-3/+12
2014-10-28libcacard: don't free sign buffer while sign op is pendingRay Strode1-3/+7
2014-10-28libcacard: Lock NSS cert db when selecting an applet on an emulated cardRay Strode1-0/+5
2014-10-28libcacard: introduce new vcard_emul_logoutRay Strode2-4/+13
2014-10-28gtk: avoid gd_widget_reparent with gtk 3.14+Gerd Hoffmann1-2/+11
2014-10-28gtk: drop gtk_widget_set_double_buffered callGerd Hoffmann1-1/+0
2014-10-28vmware-vga: use vmsvga_verify_rect in vmsvga_update_rectGerd Hoffmann1-28/+4