summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target-ppc: implement stxvll instructionsNikunj A Dadhania2017-01-314-0/+4
| * | | target-ppc: implement stxvl instructionNikunj A Dadhania2017-01-314-0/+34
| * | | target-ppc: implement lxvll instructionNikunj A Dadhania2017-01-314-0/+4
| * | | target-ppc: implement lxvl instructionNikunj A Dadhania2017-01-314-0/+70
| * | | target-ppc: Add xxperm and xxpermr instructionsBharata B Rao2017-01-314-0/+29
| * | | target-ppc: implement xscpsgnqp instructionNikunj A Dadhania2017-01-312-1/+12
| * | | target-ppc: implement xsnegqp instructionNikunj A Dadhania2017-01-312-0/+5
| * | | target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani2017-01-311-7/+20
| * | | target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson2017-01-312-0/+40
| * | | target-ppc: implement stop instructionNikunj A Dadhania2017-01-311-0/+6
| * | | target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania2017-01-312-37/+42
| * | | ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin2017-01-313-3/+47
| * | | ppc: Rename cpu_version to compat_pvrDavid Gibson2017-01-316-29/+29
| * | | ppc: Clean up and QOMify hypercall emulationDavid Gibson2017-01-315-12/+46
| * | | pseries: Make cpu_update during CAS unconditionalDavid Gibson2017-01-313-11/+3Star
| * | | pseries: Always use core objects for CPU constructionDavid Gibson2017-01-313-73/+90
| * | | target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar2017-01-315-2/+73
| * | | target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani2017-01-313-0/+28
| * | | target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani2017-01-314-1/+28
| * | | target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani2017-01-313-0/+48
| * | | target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani2017-01-313-0/+46
| * | | target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania2017-01-314-2/+61
| * | | target-ppc: implement stxsd and stxsspNikunj A Dadhania2017-01-313-1/+55
| * | | target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania2017-01-313-1/+46
| * | | target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao2017-01-314-0/+60
| * | | target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao2017-01-314-0/+74
| * | | target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao2017-01-311-15/+25
| * | | target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania2017-01-313-30/+35
| * | | target-ppc: Consolidate instruction decode helpersBharata B Rao2017-01-313-161/+152Star
| * | | disas/ppc: Fix indefinite articles in commentsStefan Weil2017-01-311-6/+6
| |/ /
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-02-0263-280/+400
|\ \ \
| * | | trace: clean up trace-events filesStefan Hajnoczi2017-01-3112-23/+2Star
| * | | qapi: add missing trace_visit_type_enum() callStefan Hajnoczi2017-01-311-0/+1
| * | | trace: improve error reporting when parsing simpletrace headerDaniel P. Berrange2017-01-311-3/+7
| * | | trace: update docs to reflect new code generation approachDaniel P. Berrange2017-01-311-11/+44
| * | | trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-3144-209/+283
| * | | trace: move setting of group name into MakefilesDaniel P. Berrange2017-01-313-14/+21
| * | | trace: move hw/i386/xen events to correct subdirDaniel P. Berrange2017-01-313-7/+7
| * | | trace: move hw/xen events to correct subdirDaniel P. Berrange2017-01-313-10/+14
| * | | trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange2017-01-313-5/+7
| * | | make: move top level dir to end of include search pathDaniel P. Berrange2017-01-311-7/+23
| |/ /
* | | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170201' into s...Peter Maydell2017-02-023-3/+5
|\ \ \
| * | | target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand2017-02-011-0/+2
| * | | s390x/kvm: fix small race reboot vs. cmmaChristian Borntraeger2017-02-011-1/+1
| * | | s390-pci: fix compilation on older GCC versionsPaolo Bonzini2017-02-011-2/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2017-02-021-205/+84Star
|\ \ \
| * | | sheepdog: reorganize check for overlapping requestsPaolo Bonzini2017-02-011-36/+30Star
| * | | sheepdog: simplify inflight_aio_head managementPaolo Bonzini2017-02-011-17/+6Star
| * | | sheepdog: do not use BlockAIOCBPaolo Bonzini2017-02-011-60/+39Star
| * | | sheepdog: reorganize coroutine flowPaolo Bonzini2017-02-011-73/+42Star