aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-15target-tilegx: Handle v1shli, v1shruiRichard Henderson1-0/+14
2015-09-15target-tilegx: Handle v4int_l/hRichard Henderson1-0/+8
2015-09-15target-tilegx: Handle atomic instructionsRichard Henderson3-2/+248
2015-09-15target-tilegx: Handle mtspr, mfsprRichard Henderson1-3/+73
2015-09-15target-tilegx: Handle v1cmpeq, v1cmpneRichard Henderson1-0/+51
2015-09-15target-tilegx: Handle mask instructionsRichard Henderson1-2/+9
2015-09-15target-tilegx: Handle scalar multiply instructionsRichard Henderson1-0/+112
2015-09-15target-tilegx: Handle conditional move instructionsRichard Henderson1-1/+8
2015-09-15target-tilegx: Handle shift instructionsRichard Henderson1-2/+54
2015-09-15target-tilegx: Handle bitfield instructionsRichard Henderson1-0/+74
2015-09-15target-tilegx: Implement system and memory management instructionsRichard Henderson1-23/+54
2015-09-15target-tilegx: Handle comparison instructionsRichard Henderson1-6/+33
2015-09-15target-tilegx: Handle conditional branch instructionsRichard Henderson1-13/+38
2015-09-15target-tilegx: Handle unconditional jump instructionsRichard Henderson1-17/+41
2015-09-15target-tilegx: Handle post-increment load and store instructionsRichard Henderson1-8/+86
2015-09-15target-tilegx: Handle basic load and store instructionsRichard Henderson1-15/+115
2015-09-15target-tilegx: Handle most bit manipulation instructionsRichard Henderson3-1/+79
2015-09-15target-arm: Use new revbit functionsRichard Henderson2-25/+2
2015-09-15host-utils: Add revbit functionsRichard Henderson1-0/+77
2015-09-15target-tilegx: Handle arithmetic instructionsRichard Henderson1-6/+90
2015-09-15target-tilegx: Handle simple logical operationsRichard Henderson1-3/+96
2015-09-15target-tilegx: Add TILE-Gx building filesChen Gang3-0/+4
2015-09-15target-tilegx: Generate SEGV properlyRichard Henderson3-1/+9
2015-09-15Merge remote-tracking branch 'remotes/berrange/tags/vnc-crypto-v9-for-upstrea...Peter Maydell44-880/+6132
2015-09-15target-tilegx: Framework for decoding bundlesRichard Henderson1-0/+1145
2015-09-15target-tilegx: Add several helpers for instructions translationChen Gang2-0/+74
2015-09-15target-tilegx: Add cpu basic features for linux-userChen Gang2-0/+345
2015-09-15target-tilegx: Add special register information from Tilera CorporationChen Gang1-0/+216
2015-09-15target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1Richard Henderson1-1/+1
2015-09-15target-tilegx: Modify _SPECIAL_ opcodesRichard Henderson1-2/+2
2015-09-15target-tilegx: Modify opcode_tilegx.h to fit QEMU usageChen Gang1-110/+110
2015-09-15target-tilegx: Add opcode basic implementation from Tilera CorporationChen Gang1-0/+1406
2015-09-15linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang1-1/+49
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang4-5/+103
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange11-799/+362
2015-09-15linux-user: tilegx: Add architecture related featuresChen Gang6-0/+747
2015-09-15ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange2-21/+21
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange7-0/+1442
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange10-0/+3035
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange5-0/+406
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange5-0/+359
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange8-1/+391
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange5-9/+17
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange5-12/+27
2015-09-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150915-1' into s...Peter Maydell2-29/+58
2015-09-15Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2-6/+18
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P1-1/+1
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P1-4/+15
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2
2015-09-15gtk: use setlocale() for LC_MESSAGES onlyAlberto Garcia1-1/+20