aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson
2013-12-10target-arm: fix TTBCR write maskingSergey Fedorov
2013-12-10target-arm: Use new qemu_ld/st opcodesRichard Henderson
2013-12-10target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton
2013-12-10target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton
2013-12-10softfloat: Remove unused argument from MINMAX macro.Will Newton
2013-12-10target-arm: Implement ARMv8 VSEL instruction.Will Newton
2013-12-10target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton
2013-12-10net/cadence_gem: Don't rx packets when no rx buffer availablePeter Crosthwaite
2013-12-10net/cadence_gem: Improve can_receive debug printferyPeter Crosthwaite
2013-12-10net/cadence_gem: Fix register w1c logicPeter Crosthwaite
2013-12-10net/cadence_gem: Fix small packet FCS strippingPeter Crosthwaite
2013-12-10net/cadence_gem: Fix rx multi-fragment packetsPeter Crosthwaite
2013-12-10net/cadence_gem: Add missing VMSTATE_END_OF_LISTPeter Crosthwaite
2013-12-10net/cadence_gem: Implement SAR (de)activationPeter Crosthwaite
2013-12-10net/cadence_gem: Implement SAR match bit in rx descPeter Crosthwaite
2013-12-10net/cadence_gem: Implement RX descriptor match mode flagsPeter Crosthwaite
2013-12-10net/cadence_gem: Prefetch rx descriptors ASAPPeter Crosthwaite
2013-12-10net/cadence_gem: simplify rx buf descriptor walkingPeter Crosthwaite
2013-12-10net/cadence_gem: Don't assert against 0 buffer addressPeter Crosthwaite
2013-12-10net/cadence_gem: Update DMA rx descriptors as we process themEdgar E. Iglesias
2013-12-10net/cadence_gem: Implement mac level loopback modePeter Crosthwaite
2013-12-10hw/arm/virt: Support -cpu hostPeter Maydell
2013-12-10target-arm: Provide '-cpu host' when running KVMPeter Maydell
2013-12-10target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell
2013-12-10hw/arm: Add 'virt' platformPeter Maydell
2013-12-10target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell
2013-12-10target-arm: Add ARMCPU field for Linux device-tree 'compatible' stringPeter Maydell
2013-12-10target-arm: Provide PSCI constants to generic QEMU codePeter Maydell
2013-12-10hw/arm/boot: Allow boards to provide an fdt blobJohn Rigby
2013-12-10device_tree.c: Terminate the empty reservemap in create_device_tree()Peter Maydell
2013-12-10target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell
2013-12-10cpu/a9mpcore: Add Global TimerFrançois LEGAL
2013-12-10hw/timer: Introduce ARM A9 Global Timer.Peter Crosthwaite
2013-12-10cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite
2013-12-10cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite
2013-12-10integrator/cp: add support for REFCNT registerJan Petrous
2013-12-10ACPI DSDT: Make control method `IQCR` serializedMichael S. Tsirkin
2013-12-10acpi: strip compiler info in built-in DSDTMichael S. Tsirkin
2013-12-10acpi unit-test: verify signature and checksumMarcel Apfelbaum
2013-12-10smbios: Set system manufacturer, product & version by defaultMarkus Armbruster
2013-12-10exec: reduce L2_PAGE_SIZEMichael S. Tsirkin
2013-12-10exec: make address spaces 64-bit widePaolo Bonzini
2013-12-10exec: memory radix tree page level compressionMichael S. Tsirkin
2013-12-10exec: pass hw address to phys_page_findMichael S. Tsirkin
2013-12-10exec: extend skip field to 6 bit, page entry to 32 bitMichael S. Tsirkin
2013-12-10exec: replace leaf with skipMichael S. Tsirkin
2013-12-10split definitions for exec.c and translate-all.c radix treesPaolo Bonzini
2013-12-10spapr_pci: s/INT64_MAX/UINT64_MAX/Michael S. Tsirkin