aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-17tests/guest-debug: introduce basic gdbstub testsAlex Bennée
2015-12-17target-arm: kvm - re-inject guest debug exceptionsAlex Bennée
2015-12-17target-arm: kvm - add support for HW assisted debugAlex Bennée
2015-12-17target-arm: kvm - support for single stepAlex Bennée
2015-12-17target-arm: kvm - implement software breakpointsAlex Bennée
2015-12-17target-arm: kvm64 - introduce kvm_arm_init_debug()Alex Bennée
2015-12-17ARM: Virt: Add gpio-keys node for Poweroff using DTShannon Zhao
2015-12-17ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3Shannon Zhao
2015-12-17ARM: ACPI: Add _E03 for Power ButtonShannon Zhao
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao
2015-12-17ACPI: Add GPIO Connection DescriptorShannon Zhao
2015-12-17ARM: ACPI: Add power button device in ACPI DSDT tableShannon Zhao
2015-12-17ARM: ACPI: Add GPIO controller in ACPI DSDT tableShannon Zhao
2015-12-17ARM: Virt: Add a GPIO controllerShannon Zhao
2015-12-17acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov
2015-12-17acpi: support serialized methodXiao Guangrong
2015-12-17target-arm: Fix and improve AA32 singlestep translation completion codeSergey Fedorov
2015-12-17target-arm: raise exception on misaligned LDREX operandsAndrew Baumann
2015-12-17arm: soc-dma: use hwaddr instead of target_ulong in printfPaolo Bonzini
2015-12-17arm: explicitly mark device loads as little-endianPaolo Bonzini
2015-12-17i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20151217-1' int...Peter Maydell
2015-12-17Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-12-17' into ...Peter Maydell
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20151215-1' into...Peter Maydell
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20151215-1' into s...Peter Maydell
2015-12-17Open 2.6 development treePeter Maydell
2015-12-17qapi: Detect base class loopsEric Blake
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake
2015-12-17qapi: Track enum values by QAPISchemaMember, not stringEric Blake
2015-12-17qapi: Prepare new QAPISchemaMember base classEric Blake
2015-12-17qapi: Shorter visits of optional fieldsEric Blake
2015-12-17qapi: Simplify visits of optional fieldsEric Blake
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake
2015-12-17qapi: Inline _make_implicit_tag()Eric Blake
2015-12-17qapi-types: Drop unnedeed ._fwdefnEric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-12-17qobject: Simplify QObjectEric Blake
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Add alias for ErrorClassEric Blake
2015-12-17cpu: Convert CpuInfo into flat unionEric Blake
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17qapi: Tighten the regex on valid namesEric Blake
2015-12-17blkdebug: Avoid '.' in enum valuesEric Blake
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-12-17qapi: Remove dead visitor codeEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake