summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania2016-10-283-0/+117
* target-ppc: implement vnegw/d instructionsNikunj A Dadhania2016-10-284-0/+18
* nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth2016-10-283-5/+5
* nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2016-10-285-60/+57Star
* sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth2016-10-282-54/+12Star
* nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth2016-10-284-32/+109
* spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth2016-10-281-1/+7
* tests: enable virtio tests on SPAPRLaurent Vivier2016-10-287-13/+88
* tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier2016-10-284-176/+128Star
* tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2016-10-284-29/+25Star
* tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-289-217/+186Star
* tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2016-10-282-1/+2
* tests: fix memory leak in virtio-scsi-testLaurent Vivier2016-10-281-0/+1
* ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt2016-10-281-0/+49
* pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy2016-10-283-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell2016-10-271-1/+2
|\
| * audio: intel-hda: check stream entry count during transferPrasad J Pandit2016-10-261-1/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell2016-10-2743-1090/+2345
|\ \
| * | target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson2016-10-265-120/+45Star
| * | target-alpha: Introduce MMU_PHYS_IDXRichard Henderson2016-10-265-114/+44Star
| * | target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota2016-10-264-22/+1Star
| * | linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota2016-10-261-125/+0Star
| * | linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota2016-10-261-93/+0Star
| * | target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota2016-10-263-58/+163
| * | target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota2016-10-261-12/+14
| * | target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota2016-10-261-95/+45Star
| * | target-arm: Rearrange aa32 load and store functionsRichard Henderson2016-10-261-105/+66Star
| * | tests: add atomic_add-benchEmilio G. Cota2016-10-263-1/+167
| * | target-i386: remove helper_lock()Emilio G. Cota2016-10-263-50/+0Star
| * | target-i386: emulate XCHG using atomic helperEmilio G. Cota2016-10-261-6/+2Star
| * | target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota2016-10-261-30/+57
| * | target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota2016-10-261-5/+10
| * | target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota2016-10-261-4/+34
| * | target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota2016-10-261-6/+20
| * | target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota2016-10-261-11/+13
| * | target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota2016-10-261-18/+58
| * | target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota2016-10-263-66/+169
| * | tcg: Emit barriers with parallel_cpusRichard Henderson2016-10-261-11/+1Star
| * | tcg: Add CONFIG_ATOMIC64Richard Henderson2016-10-266-13/+114
| * | tcg: Add atomic128 helpersRichard Henderson2016-10-266-3/+119
| * | tcg: Add atomic helpersRichard Henderson2016-10-269-15/+826
| * | cputlb: Tidy some macrosRichard Henderson2016-10-262-22/+8Star
| * | cputlb: Move most of iotlb code out of lineRichard Henderson2016-10-262-42/+47
| * | cputlb: Remove includes from softmmu_template.hRichard Henderson2016-10-261-4/+0Star
| * | cputlb: Move probe_write out of softmmu_template.hRichard Henderson2016-10-262-23/+21Star
| * | cputlb: Replace SHIFT with DATA_SIZERichard Henderson2016-10-262-13/+10Star
| * | linux-user: enable parallel code generation on cloneAlex Bennée2016-10-261-0/+8
| * | tcg: Add EXCP_ATOMICRichard Henderson2016-10-269-0/+88
| * | int128: Add int128_make128Richard Henderson2016-10-261-5/+15
| * | int128: Use __int128 if availableRichard Henderson2016-10-262-12/+145