summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost2015-12-173-21/+1Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151217-...Peter Maydell2015-12-1737-446/+2141
|\
| * i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2015-12-175-3/+424
| * i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2015-12-1711-268/+521
| * i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2015-12-174-27/+25Star
| * i.MX: Fix i.MX31 default/reset configurationJean-Christophe Dubois2015-12-171-1/+1
| * tests/guest-debug: introduce basic gdbstub testsAlex Bennée2015-12-171-0/+176
| * target-arm: kvm - re-inject guest debug exceptionsAlex Bennée2015-12-172-9/+27
| * target-arm: kvm - add support for HW assisted debugAlex Bennée2015-12-174-22/+415
| * target-arm: kvm - support for single stepAlex Bennée2015-12-171-0/+7
| * target-arm: kvm - implement software breakpointsAlex Bennée2015-12-174-15/+123
| * target-arm: kvm64 - introduce kvm_arm_init_debug()Alex Bennée2015-12-171-0/+18
| * ARM: Virt: Add gpio-keys node for Poweroff using DTShannon Zhao2015-12-171-0/+16
| * ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3Shannon Zhao2015-12-171-1/+15
| * ARM: ACPI: Add _E03 for Power ButtonShannon Zhao2015-12-171-0/+14
| * ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2015-12-172-0/+27
| * ACPI: Add GPIO Connection DescriptorShannon Zhao2015-12-172-0/+88
| * ARM: ACPI: Add power button device in ACPI DSDT tableShannon Zhao2015-12-171-0/+11
| * ARM: ACPI: Add GPIO controller in ACPI DSDT tableShannon Zhao2015-12-171-0/+19
| * ARM: Virt: Add a GPIO controllerShannon Zhao2015-12-172-0/+31
| * acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov2015-12-173-21/+26
| * acpi: support serialized methodXiao Guangrong2015-12-174-28/+48
| * target-arm: Fix and improve AA32 singlestep translation completion codeSergey Fedorov2015-12-171-34/+31Star
| * target-arm: raise exception on misaligned LDREX operandsAndrew Baumann2015-12-175-5/+62
| * arm: soc-dma: use hwaddr instead of target_ulong in printfPaolo Bonzini2015-12-171-22/+17Star
| * arm: explicitly mark device loads as little-endianPaolo Bonzini2015-12-172-6/+6
| * i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois2015-12-172-3/+12
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20151217-1' int...Peter Maydell2015-12-176-127/+165
|\
| * fw_cfg: replace ioport data read with generic methodGabriel L. Somlo2015-12-151-24/+1Star
| * fw_cfg: add generic non-DMA read methodGabriel L. Somlo2015-12-152-15/+32
| * fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo2015-12-151-2/+4
| * fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-154-5/+4Star
| * fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo2015-12-152-16/+13Star
| * fw_cfg: move internal function call docs to header fileGabriel L. Somlo2015-12-152-84/+130
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-12-17' into ...Peter Maydell2015-12-17149-875/+843Star
|\ \
| * | qapi: Detect base class loopsEric Blake2015-12-1710-1/+14
| * | qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-1714-69/+9Star
| * | qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2015-12-1714-0/+33
| * | qapi: Track enum values by QAPISchemaMember, not stringEric Blake2015-12-171-11/+26
| * | qapi: Prepare new QAPISchemaMember base classEric Blake2015-12-171-12/+17
| * | qapi: Shorter visits of optional fieldsEric Blake2015-12-173-5/+5
| * | qapi: Simplify visits of optional fieldsEric Blake2015-12-177-19/+17Star
| * | qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-176-19/+22
| * | qapi: Inline _make_implicit_tag()Eric Blake2015-12-171-6/+3Star
| * | qapi-types: Drop unnedeed ._fwdefnEric Blake2015-12-171-5/+1Star
| * | qapi: Simplify visiting of alternate typesEric Blake2015-12-1712-79/+54Star
| * | qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-1720-24/+62
| * | qobject: Rename qtype_code to QTypeEric Blake2015-12-175-10/+9Star
| * | qobject: Simplify QObjectEric Blake2015-12-1716-82/+69Star
| * | qapi: Change munging of CamelCase enum valuesEric Blake2015-12-1713-28/+28