summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spapr: Add RTAS sysparm UUIDSam bobroff2014-06-272-0/+5
* spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODESam bobroff2014-06-272-9/+20
* spapr: Add rtas_st_buffer utility functionSam bobroff2014-06-271-0/+13
* spapr: Define a 2.1 pseries machineAlexey Kardashevskiy2014-06-271-0/+16
* spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)Alexey Kardashevskiy2014-06-271-8/+7Star
* target-ppc: Add support for POWER8 pvr 0x4D0000Alexey Kardashevskiy2014-06-273-6/+24
* uninorth: Fix PCI hole sizeBALATON Zoltan2014-06-271-1/+1
* mac99: Add motherboard devices before PCI cardsBALATON Zoltan2014-06-271-8/+10
* target-ppc: Remove unused gen_qemu_ld8s()Peter Maydell2014-06-271-5/+0Star
* target-ppc: Remove unused IMM and d extract helpersPeter Maydell2014-06-271-3/+0Star
* vfio: Enable for SPAPRAlexey Kardashevskiy2014-06-271-0/+36
* spapr_pci_vfio: Add spapr-pci-vfio-host-bridge to support vfioAlexey Kardashevskiy2014-06-273-0/+116
* vfio: Add vfio_container_ioctl()Alexey Kardashevskiy2014-06-272-0/+51
* spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy2014-06-276-9/+19
* spapr: Fix RTAS token numbersAlexey Kardashevskiy2014-06-278-64/+104
* PPC: Add support for Apple gdb in gdbstubAlexander Graf2014-06-273-0/+147
* target-ppc: fixed translation of mcrxr instructionSorav Bansal2014-06-271-2/+3
* spapr: Add "qemu, boot-menu" property to /chosenAvik Sil2014-06-271-0/+3
* linux-user: Support HWCAP2 in PowerPCTom Musta2014-06-271-0/+31
* linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta2014-06-271-0/+8
* target-ppc: Add DFP to Emulated Instructions FlagTom Musta2014-06-271-1/+1
* linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta2014-06-271-2/+3
* coroutine-win32.c: Add noinline attribute to work around gcc bugPeter Maydell2014-06-261-2/+11
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.1' into sta...Peter Maydell2014-06-266-241/+357
|\
| * target-i386: Broadwell CPU modelEduardo Habkost2014-06-251-0/+34
| * target-i386: Fix indentation of CPU model definitionsEduardo Habkost2014-06-251-102/+102
| * target-i386: Support "invariant tsc" flagMarcelo Tosatti2014-06-252-0/+29
| * target-i386: block migration and savevm if invariant tsc is exposedMarcelo Tosatti2014-06-253-2/+17
| * savevm: check vmsd for migratability statusMarcelo Tosatti2014-06-251-4/+1Star
| * target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost2014-06-251-1/+1
| * target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost2014-06-252-9/+55
| * target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost2014-06-251-18/+18
| * target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost2014-06-251-8/+13
| * target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost2014-06-251-25/+10Star
| * target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost2014-06-251-55/+56
| * target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost2014-06-251-0/+4
| * target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost2014-06-251-1/+2
| * target-i386: Make TCG feature filtering more readableEduardo Habkost2014-06-251-6/+10
| * target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost2014-06-251-9/+13
| * target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost2014-06-251-2/+3
| * target-i386: Merge feature filtering/checking functionsEduardo Habkost2014-06-251-34/+20Star
| * target-i386: Simplify reporting of unavailable featuresEduardo Habkost2014-06-251-10/+7Star
| * target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost2014-06-251-0/+7
* | qemu-char: initialize chr_write_lockPaolo Bonzini2014-06-261-0/+1
* | qemu-char: fix warning 'res' may be used uninitializedIgor Mammedov2014-06-261-1/+1
|/
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...Peter Maydell2014-06-2423-115/+43Star
|\
| * Add support for the arm breakpoint syscallHunter Laux2014-06-242-0/+5
| * Increase maximum number of session of the internal TFTP server.Bernhard Übelacker2014-06-241-1/+1
| * target-s390x: Remove unused ld_code6() functionPeter Maydell2014-06-241-5/+0Star
| * hw/moxie/moxiesim.c: Remove unused moxie_intc_create()Peter Maydell2014-06-241-13/+0Star