aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26int128: Use __int128 if availableRichard Henderson
2016-10-26exec: Avoid direct references to Int128 partsRichard Henderson
2016-10-26atomics: Add __nocheck atomic operationsRichard Henderson
2016-10-26atomics: add atomic_op_fetch variantsEmilio G. Cota
2016-10-26atomics: add atomic_xorEmilio G. Cota
2016-10-26atomics: Add parameters to macrosRichard Henderson
2016-10-26audio: intel-hda: check stream entry count during transferPrasad J Pandit
2016-10-26colo-proxy: fix memory leakZhang Chen
2016-10-26net: rtl8139: limit processing of ring descriptorsPrasad J Pandit
2016-10-26net: vmxnet: initialise local tx descriptorLi Qiang
2016-10-26e1000e: Don't zero out buffer address in rx descriptorKevin Wolf
2016-10-26net: rocker: set limit to DMA buffer sizePrasad J Pandit
2016-10-26net: eepro100: fix memory leak in device uninitLi Qiang
2016-10-26tap-bsd: OpenBSD uses tap(4) nowBrad Smith
2016-10-26net: pcnet: fix source formatting and indentationPrasad J Pandit
2016-10-26net: pcnet: check rx/tx descriptor ring lengthPrasad J Pandit
2016-10-25target-m68k: Optimize gen_flush_flagsRichard Henderson
2016-10-25target-m68k: Optimize some comparisonsRichard Henderson
2016-10-25target-m68k: Use setcond for sccRichard Henderson
2016-10-25target-m68k: Introduce DisasCompareRichard Henderson
2016-10-25target-m68k: Reorg flags handlingRichard Henderson
2016-10-25target-m68k: Remove incorrect clearing of cc_xRichard Henderson
2016-10-25target-m68k: Some fixes to SR and flags managementRichard Henderson
2016-10-25target-m68k: Print flags properlyRichard Henderson
2016-10-25target-m68k: update CPU flags managementLaurent Vivier
2016-10-25target-m68k: don't update cc_dest in helpersLaurent Vivier
2016-10-25target-m68k: update move to/from ccr/srLaurent Vivier
2016-10-25target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()Laurent Vivier
2016-10-25target-m68k: Replace helper_xflag_lt with setcondRichard Henderson
2016-10-25target-m68k: allow to update flags with operation on words and bytesLaurent Vivier
2016-10-25target-m68k: REG() macro cleanupLaurent Vivier
2016-10-25target-m68k: set PAGE_BITS to 12 for m68kLaurent Vivier
2016-10-25target-m68k: define operand sizesLaurent Vivier
2016-10-25target-m68k: set disassembler mode to 680x0 or coldfireLaurent Vivier
2016-10-25target-m68k: introduce read_imXX() functionsLaurent Vivier
2016-10-25target-m68k: manage scaled indexLaurent Vivier
2016-10-25target-m68k: define m680x0 CPUs and featuresLaurent Vivier
2016-10-25target-m68k: Build the opcode table only once to avoid multithreading issuesJohn Paul Adrian Glaubitz
2016-10-25target-m68k: fix DEBUG_DISPATCHLaurent Vivier
2016-10-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-25' into ...Peter Maydell
2016-10-25qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange
2016-10-25qapi: don't pass two copies of TestInputVisitorData to testsDaniel P. Berrange
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-25qapi: add trace events for visitorDaniel P. Berrange
2016-10-25trivial: Restore blank line in qapi-schemaEric Blake
2016-10-25tests: Restore check-qdict unit testMarkus Armbruster
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier