summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Add files to the Moxie section.Thomas Huth2016-10-081-0/+2
* tests: Ignore test executablesEric Blake2016-10-081-0/+2
* bt-hci-csr: drop unused argumentPaolo Bonzini2016-10-083-4/+3Star
* qemu-options.hx: fix -chardev ringbuf typosStefan Hajnoczi2016-10-081-1/+1
* bsd-user: fix FreeBSD build after d148d90eEd Maste2016-10-071-0/+10
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161006' into...Peter Maydell2016-10-0645-179/+930
|\
| * hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-062-1/+6
| * tests/pxe: Use -nodefaults to speed up ppc64/ipv6 pxe testThomas Huth2016-10-061-2/+2
| * spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz2016-10-061-4/+4
| * tests: enable ohci/uhci/xhci tests on PPC64Laurent Vivier2016-10-062-9/+23
| * libqos: use generic qtest_shutdown()Laurent Vivier2016-10-065-6/+21
| * libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-0621-25/+46
| * libqos: add PPC64 PCI supportLaurent Vivier2016-10-067-23/+376
| * target-ppc: fix vmx instruction type/type2Nikunj A Dadhania2016-10-052-24/+24
| * target-ppc/kvm: Enable transactional memory on POWER8 with KVM-HV, tooThomas Huth2016-10-051-1/+8
| * target-ppc/kvm: Add a wrapper function to check for KVM-PRThomas Huth2016-10-051-10/+16
| * MAINTAINERS: Add two more ppc related filesThomas Huth2016-10-051-0/+2
| * target-ppc: Implement mtvsrws instructionRavi Bangoria2016-10-052-0/+20
| * target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan2016-10-054-0/+48
| * target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan2016-10-054-16/+38
| * target-ppc: fix invalid mask - cmpl, bctarAvinesh Kumar2016-10-051-2/+2
| * target-ppc: add stxvb16x instructionNikunj A Dadhania2016-10-052-0/+20
| * target-ppc: add lxvb16x instructionNikunj A Dadhania2016-10-052-0/+20
| * target-ppc: add stxvh8x instructionNikunj A Dadhania2016-10-052-0/+32
| * target-ppc: add lxvh8x instructionNikunj A Dadhania2016-10-052-0/+50
| * target-ppc: improve stxvw4x implementationNikunj A Dadhania2016-10-051-14/+19
| * target-ppc: improve lxvw4x implementationNikunj A Dadhania2016-10-051-14/+18
| * target-ppc: Implement mtvsrdd instructionRavi Bangoria2016-10-052-0/+24
| * target-ppc: Implement mfvsrld instructionRavi Bangoria2016-10-052-0/+18
| * ppc: Check the availability of transactional memoryThomas Huth2016-10-053-1/+17
| * hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth2016-10-051-2/+9
| * hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth2016-10-051-30/+36
| * pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson2016-10-051-2/+20
| * tests: Test IPv6 and ppc64 in the PXE testerThomas Huth2016-10-053-7/+25
| * spapr_vscsi: fix build error introduced by f19661c8Felipe Franciosi2016-10-052-2/+2
* | rules.mak: quiet-command: Split command name and args to printPeter Maydell2016-10-0612-100/+106
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20161004' into s...Peter Maydell2016-10-041-1/+2
|\ \ | |/ |/|
| * hmp: fix qemu crash due to ioapic state dump w/ split irqchipWanpeng Li2016-10-041-1/+2
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-0421-191/+342
|\
| * oslib-posix: add a configure switch to debug stack usagePeter Lieven2016-09-292-0/+54
| * coroutine-sigaltstack: use helper for allocating stack memoryPeter Lieven2016-09-291-4/+5
| * coroutine-ucontext: use helper for allocating stack memoryPeter Lieven2016-09-291-5/+6
| * coroutine: add a macro for the coroutine stack sizePeter Lieven2016-09-294-3/+5
| * coroutine-sigaltstack: rename coroutine struct appropriatelyPeter Lieven2016-09-291-8/+8
| * oslib-posix: add helpers for stack alloc and freePeter Lieven2016-09-292-0/+69
| * block: Remove qemu_root_bds_optsKevin Wolf2016-09-291-53/+1Star
| * block: Move 'discard' option to bdrv_open_common()Kevin Wolf2016-09-293-26/+17Star
| * block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf2016-09-293-9/+11
| * block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf2016-09-292-8/+34
| * block/qapi: Move 'aio' option to file driverKevin Wolf2016-09-294-27/+83