summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-17vmw_pvscsi: The pvscsi device is a PCIE endpointShmulik Ladkani1-1/+53
2015-12-17vmw_pvscsi: coding: Introduce PVSCSIClassShmulik Ladkani1-0/+10
2015-12-17vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability propertyShmulik Ladkani2-0/+6
2015-12-17vmw_pvscsi: Change offset of msi pci capabilityShmulik Ladkani1-2/+3
2015-12-17vmw_pvscsi: Set device subsystem and revisionShmulik Ladkani1-3/+20
2015-12-17memory: emulate ioeventfdPavel Fedin2-2/+46
2015-12-17kvm-all: PAGE_SIZE should be real host page sizeAndrew Jones1-2/+4
2015-12-17exec: Remove unnecessary RAM_FILE flagEduardo Habkost1-9/+1
2015-12-17memory: Eliminate memory_region_destructor_ram_from_ptr()Eduardo Habkost1-6/+1
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost3-21/+1
2015-12-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151217-...Peter Maydell37-446/+2141
2015-12-17i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois5-3/+424
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois11-268/+521
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois4-27/+25
2015-12-17i.MX: Fix i.MX31 default/reset configurationJean-Christophe Dubois1-1/+1
2015-12-17tests/guest-debug: introduce basic gdbstub testsAlex Bennée1-0/+176
2015-12-17target-arm: kvm - re-inject guest debug exceptionsAlex Bennée2-9/+27
2015-12-17target-arm: kvm - add support for HW assisted debugAlex Bennée4-22/+415
2015-12-17target-arm: kvm - support for single stepAlex Bennée1-0/+7
2015-12-17target-arm: kvm - implement software breakpointsAlex Bennée4-15/+123
2015-12-17target-arm: kvm64 - introduce kvm_arm_init_debug()Alex Bennée1-0/+18
2015-12-17ARM: Virt: Add gpio-keys node for Poweroff using DTShannon Zhao1-0/+16
2015-12-17ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3Shannon Zhao1-1/+15
2015-12-17ARM: ACPI: Add _E03 for Power ButtonShannon Zhao1-0/+14
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2-0/+27
2015-12-17ACPI: Add GPIO Connection DescriptorShannon Zhao2-0/+88
2015-12-17ARM: ACPI: Add power button device in ACPI DSDT tableShannon Zhao1-0/+11
2015-12-17ARM: ACPI: Add GPIO controller in ACPI DSDT tableShannon Zhao1-0/+19
2015-12-17ARM: Virt: Add a GPIO controllerShannon Zhao2-0/+31
2015-12-17acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov3-21/+26
2015-12-17acpi: support serialized methodXiao Guangrong4-28/+48
2015-12-17target-arm: Fix and improve AA32 singlestep translation completion codeSergey Fedorov1-34/+31
2015-12-17target-arm: raise exception on misaligned LDREX operandsAndrew Baumann5-5/+62
2015-12-17arm: soc-dma: use hwaddr instead of target_ulong in printfPaolo Bonzini1-22/+17
2015-12-17arm: explicitly mark device loads as little-endianPaolo Bonzini2-6/+6
2015-12-17i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois2-3/+12
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20151217-1' int...Peter Maydell6-127/+165
2015-12-17Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-12-17' into ...Peter Maydell149-875/+843
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20151215-1' into...Peter Maydell1-62/+252
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20151215-1' into s...Peter Maydell3-20/+302
2015-12-17Open 2.6 development treePeter Maydell1-1/+1
2015-12-17qapi: Detect base class loopsEric Blake10-1/+14
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake14-69/+9
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake14-0/+33
2015-12-17qapi: Track enum values by QAPISchemaMember, not stringEric Blake1-11/+26
2015-12-17qapi: Prepare new QAPISchemaMember base classEric Blake1-12/+17
2015-12-17qapi: Shorter visits of optional fieldsEric Blake3-5/+5
2015-12-17qapi: Simplify visits of optional fieldsEric Blake7-19/+17
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake6-19/+22
2015-12-17qapi: Inline _make_implicit_tag()Eric Blake1-6/+3