aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan5-11/+56
2013-12-11hpet: inverse polarity when pin above ISA_NUM_IRQSLiu Ping Fan1-2/+12
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann1-1/+1
2013-12-10Merge remote-tracking branch 'rth/tcg-temp-order' into stagingAnthony Liguori2-22/+21
2013-12-10Merge remote-tracking branch 'stefanha/net-next' into stagingAnthony Liguori10-27/+558
2013-12-10Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131210' into st...Anthony Liguori24-205/+1926
2013-12-10Merge remote-tracking branch 'kraxel/tags/pull-audio-1' into stagingAnthony Liguori4-7/+8
2013-12-10Merge remote-tracking branch 'alon/libcacard_ccid.4' into stagingAnthony Liguori1-2/+2
2013-12-10Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-0/+1
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson2-22/+21
2013-12-10target-arm: fix TTBCR write maskingSergey Fedorov1-1/+1
2013-12-10target-arm: Use new qemu_ld/st opcodesRichard Henderson1-31/+25
2013-12-10target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton1-9/+22
2013-12-10target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton3-0/+80
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton2-3/+33
2013-12-10softfloat: Remove unused argument from MINMAX macro.Will Newton1-3/+3
2013-12-10target-arm: Implement ARMv8 VSEL instruction.Will Newton1-1/+134
2013-12-10target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton1-5/+27
2013-12-10net/cadence_gem: Don't rx packets when no rx buffer availablePeter Crosthwaite1-1/+10
2013-12-10net/cadence_gem: Improve can_receive debug printferyPeter Crosthwaite1-2/+10
2013-12-10net/cadence_gem: Fix register w1c logicPeter Crosthwaite1-7/+6
2013-12-10net/cadence_gem: Fix small packet FCS strippingPeter Crosthwaite1-5/+8
2013-12-10net/cadence_gem: Fix rx multi-fragment packetsPeter Crosthwaite1-1/+1
2013-12-10net/cadence_gem: Add missing VMSTATE_END_OF_LISTPeter Crosthwaite1-0/+1
2013-12-10net/cadence_gem: Implement SAR (de)activationPeter Crosthwaite1-4/+23
2013-12-10net/cadence_gem: Implement SAR match bit in rx descPeter Crosthwaite1-0/+2
2013-12-10net/cadence_gem: Implement RX descriptor match mode flagsPeter Crosthwaite1-13/+69
2013-12-10net/cadence_gem: Prefetch rx descriptors ASAPPeter Crosthwaite1-27/+35
2013-12-10net/cadence_gem: simplify rx buf descriptor walkingPeter Crosthwaite1-28/+9
2013-12-10net/cadence_gem: Don't assert against 0 buffer addressPeter Crosthwaite1-9/+0
2013-12-10net/cadence_gem: Update DMA rx descriptors as we process themEdgar E. Iglesias1-17/+16
2013-12-10net/cadence_gem: Implement mac level loopback modePeter Crosthwaite1-1/+1
2013-12-10hw/arm/virt: Support -cpu hostPeter Maydell1-0/+8
2013-12-10target-arm: Provide '-cpu host' when running KVMPeter Maydell3-0/+285
2013-12-10target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell4-1/+24
2013-12-10hw/arm: Add 'virt' platformPeter Maydell2-1/+445
2013-12-10target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell3-0/+13
2013-12-10target-arm: Add ARMCPU field for Linux device-tree 'compatible' stringPeter Maydell2-0/+53
2013-12-10target-arm: Provide PSCI constants to generic QEMU codePeter Maydell1-0/+12
2013-12-10hw/arm/boot: Allow boards to provide an fdt blobJohn Rigby2-12/+27
2013-12-10device_tree.c: Terminate the empty reservemap in create_device_tree()Peter Maydell1-0/+4
2013-12-10target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell3-20/+43
2013-12-10cpu/a9mpcore: Add Global TimerFrançois LEGAL2-5/+23
2013-12-10hw/timer: Introduce ARM A9 Global Timer.Peter Crosthwaite4-0/+468
2013-12-10cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite2-15/+15
2013-12-10cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite1-4/+4
2013-12-10integrator/cp: add support for REFCNT registerJan Petrous1-3/+10
2013-12-10ACPI DSDT: Make control method `IQCR` serializedMichael S. Tsirkin4-6/+6
2013-12-10acpi: strip compiler info in built-in DSDTMichael S. Tsirkin1-1/+7
2013-12-10acpi unit-test: verify signature and checksumMarcel Apfelbaum1-20/+252