aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-31Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'kraxel/audio.2' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'kraxel/e820.1' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo
2013-10-31target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo
2013-10-31target-arm: Add CP15 VBAR supportNathan Rossi
2013-10-31hw/arm: Tidy up conditional calls to arm_load_kernelPeter Maydell
2013-10-31hw/arm/boot: Make user not specifying a kernel not an errorPeter Maydell
2013-10-25spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber
2013-10-25target-ppc: Fill in OpenFirmware names for some PowerPCCPU familiesAndreas Färber
2013-10-25target-ppc: dump-guest-memory supportAneesh Kumar K.V
2013-10-25dump-guest-memory: Check for the correct return valueAneesh Kumar K.V
2013-10-25target-ppc: Use #define for max slb entriesAneesh Kumar K.V
2013-10-25target-ppc: Check for error on address translation in memsave commandAneesh Kumar K.V
2013-10-25target-ppc: Update slb array with correct index values.Aneesh Kumar K.V
2013-10-25spapr-pci: enable irqfd for INTxAlexey Kardashevskiy
2013-10-25xics-kvm: enable irqfd for MSIAlexey Kardashevskiy
2013-10-25xics: Implement H_XIRR_XBenjamin Herrenschmidt
2013-10-25xics: Implement H_IPOLLBenjamin Herrenschmidt
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson
2013-10-25xics: add cpu_setup callbackAlexey Kardashevskiy
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy
2013-10-25xics: add missing const specifiers to TypeInfoAlexey Kardashevskiy
2013-10-25xics: convert init() to realize()Alexey Kardashevskiy
2013-10-25xics: add pre_save/post_load dispatchersAlexey Kardashevskiy
2013-10-25xics: replace fprintf with error_reportAlexey Kardashevskiy
2013-10-25spapr: move cpu_setup after kvmppc_set_paprAlexey Kardashevskiy
2013-10-25xics: move reset and cpu_setupAlexey Kardashevskiy
2013-10-25target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKENDavid Gibson
2013-10-25spapr-rtas: fix h_rtas parameters readingAlexey Kardashevskiy
2013-10-25spapr: Add ibm, purr property on power7 and newerAlexey Kardashevskiy
2013-10-25spapr: increase temporary fdt buffer sizeAlexey Kardashevskiy
2013-10-25PPC: Fix L2CR write accessesAlexander Graf
2013-10-25target-ppc: Little Endian Correction to Load/Store Vector ElementTom Musta
2013-10-25ppc: Add CFAR, DAR and DSISR to the dictionary of printable registersTom Musta
2013-10-25pseries: Fix loading of little endian kernelsBenjamin Herrenschmidt
2013-10-25pseries: Update SLOF firmware imageAlexey Kardashevskiy
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias
2013-10-24microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias
2013-10-24microblaze: Turn res_addr into a tcg globalEdgar E. Iglesias
2013-10-24microblaze: Move the saving of the reservation addr into gen_loadEdgar E. Iglesias
2013-10-24microblaze: Improve srcEdgar E. Iglesias
2013-10-24microblaze: Improve srlEdgar E. Iglesias
2013-10-24microblaze: Simplify andn by using tcg_gen_andcEdgar E. Iglesias
2013-10-24microblaze: Make write_carryi input a booleanEdgar E. Iglesias