summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-23ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handlerIgor Mammedov1-2/+2
2013-12-23acpi: ich9: allow guest to clear SCI rised by GPEIgor Mammedov1-0/+1
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov4-43/+32
2013-12-23acpi: piix4: remove not needed GPE0 maskIgor Mammedov1-2/+1
2013-12-23i440fx-test: verify firmware under 4G and 1M, both -bios and -pflashLaszlo Ersek1-6/+75
2013-12-23i440fx-test: generate temporary firmware blobLaszlo Ersek1-0/+60
2013-12-23i440fx-test: give each GTest case its own qtestLaszlo Ersek1-13/+19
2013-12-23i440fx-test: qtest_start() should be paired with qtest_end()Laszlo Ersek1-6/+4
2013-12-23hw/i386/pc_sysfw: support two flash drivesLaszlo Ersek1-19/+86
2013-12-23pc_piix: document gigabyte_alignMichael S. Tsirkin1-0/+11
2013-12-23piix: gigabyte alignment for ramGerd Hoffmann1-2/+5
2013-12-22PPC: Fix compilation with TCG debugAlexander Graf1-62/+81
2013-12-21Merge tag 'signed-s390-for-upstream' of git://github.com/agraf/qemuAurelien Jarno3-52/+50
2013-12-21target-sh4: Use new qemu_ld/st opcodesAurelien Jarno1-77/+90
2013-12-21target-mips: Use new qemu_ld/st opcodesAurelien Jarno1-67/+52
2013-12-21tcg/i386: fix a commentAurelien Jarno1-1/+1
2013-12-19Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream' into stagingAnthony Liguori33-387/+1237
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras1-4/+16
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy1-6/+11
2013-12-20device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite2-3/+3
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite12-284/+285
2013-12-20PPC: Add VSX to hflagsAlexander Graf1-1/+1
2013-12-20Add xxsldwiTom Musta1-0/+62
2013-12-20Add xxspltwTom Musta1-0/+31
2013-12-20Add xxselTom Musta1-0/+76
2013-12-20Add xxmrgh/xxmrglTom Musta1-0/+41
2013-12-20Add Power7 VSX Logical InstructionsTom Musta1-0/+29
2013-12-20Add VSX Vector Move InstructionsTom Musta1-0/+71
2013-12-20Add VSX Scalar Move InstructionsTom Musta1-0/+70
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf3-5/+47
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini1-11/+3
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf2-3/+3
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy2-0/+49
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy7-67/+74
2013-12-20target-ppc: move POWER7+ to a separate familyAlexey Kardashevskiy3-1/+41
2013-12-20Add stxvw4xTom Musta1-0/+28
2013-12-20Add stxsdxTom Musta1-0/+15
2013-12-20Add lxvw4xTom Musta1-0/+29
2013-12-20Add lxvdsxTom Musta1-0/+16
2013-12-20Add lxsdxTom Musta1-0/+16
2013-12-20Add xxpermdiTom Musta1-1/+40
2013-12-20Add stxvd2xTom Musta1-0/+18
2013-12-20Add lxvd2xTom Musta1-0/+18
2013-12-20Add VSR to Global RegistersTom Musta1-0/+27
2013-12-20Add VSX Instruction DecodersTom Musta1-0/+11
2013-12-20Add MSR VSX and Associated ExceptionTom Musta4-2/+18
2013-12-20Declare and Enable VSXTom Musta2-3/+8
2013-12-20powerpc: add PVR mask supportAlexey Kardashevskiy5-0/+56
2013-12-20target-ppc: add stubs for KVM breakpointsGreg Kurz1-0/+28
2013-12-19Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131217' into st...Anthony Liguori50-694/+5229