Age | Commit message (Expand) | Author |
2018-03-06 | PPC: e500: Fix duplicate kernel load and device tree overlap | David Engraf |
2018-03-06 | hw/ppc/spapr,e500: Use new property "stdout-path" for boot console | Nikunj A Dadhania |
2018-03-06 | ppc/spapr-caps: Define the pseries-2.12-sxxm machine type | Suraj Jitindar Singh |
2018-03-06 | ppc/spapr-caps: Convert cap-ibs to custom spapr-cap | Suraj Jitindar Singh |
2018-03-06 | ppc/spapr-caps: Convert cap-sbbc to custom spapr-cap | Suraj Jitindar Singh |
2018-03-06 | ppc/spapr-caps: Convert cap-cfpc to custom spapr-cap | Suraj Jitindar Singh |
2018-03-06 | ppc/spapr-caps: Add support for custom spapr_capabilities | Suraj Jitindar Singh |
2018-03-06 | macio: remove macio_init() function | Mark Cave-Ayland |
2018-03-06 | mac_newworld: use object link to pass OpenPIC object to macio | Mark Cave-Ayland |
2018-03-06 | openpic: move KVM-specific declarations into separate openpic_kvm.h file | Mark Cave-Ayland |
2018-03-06 | mac_oldworld: use object link to pass heathrow PIC object to macio | Mark Cave-Ayland |
2018-03-06 | macio: move macio related structures and defines into separate macio.h file | Mark Cave-Ayland |
2018-03-06 | heathrow: change heathrow_pic_init() to return the heathrow device | Mark Cave-Ayland |
2018-03-06 | macio: move ESCC device within the macio device | Mark Cave-Ayland |
2018-03-06 | spapr: harden code that depends on VSMT | Greg Kurz |
2018-03-06 | spapr: register dummy ICPs later | Greg Kurz |
2018-03-06 | ppc: Add aCube Sam460ex board | BALATON Zoltan |
2018-03-06 | ppc440: Add emulation of plb-pcix controller found in some 440 SoCs | BALATON Zoltan |
2018-03-06 | ppc440_uc: Fix unintialized variable warning with older gcc | BALATON Zoltan |
2018-03-06 | spapr: fix missing CPU core nodes in DT when running with TCG | Greg Kurz |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-16 | ppc4xx: Add device models found in PPC440 core SoCs | BALATON Zoltan |
2018-02-16 | ppc/spapr-caps: Disallow setting workaround for spapr-cap-ibs | Suraj Jitindar Singh |
2018-02-16 | spapr: consolidate the VCPU id numbering logic in a single place | Greg Kurz |
2018-02-16 | spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id() | Greg Kurz |
2018-02-16 | spapr: move VCPU calculation to core machine code | Greg Kurz |
2018-02-16 | spapr: use spapr->vsmt to compute VCPU ids | Greg Kurz |
2018-02-16 | ppc/spapr-caps: Change migration macro to take full spapr-cap name | Suraj Jitindar Singh |
2018-02-16 | hw/char: remove legacy interface escc_init() | Laurent Vivier |
2018-02-16 | hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commit | Daniel Henrique Barboza |
2018-02-16 | ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file | Mark Cave-Ayland |
2018-02-16 | cuda: convert to use the shared mos6522 device | Mark Cave-Ayland |
2018-02-11 | cuda: rename frequency property to tb_frequency | Mark Cave-Ayland |
2018-02-10 | spapr: set vsmt to MAX(8, smp_threads) | Laurent Vivier |
2018-02-10 | hw/ppc: rename functions in comments | Daniel Henrique Barboza |
2018-02-10 | spapr: add missing break in h_get_cpu_characteristics() | Greg Kurz |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-07 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into... | Peter Maydell |
2018-02-06 | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device | Alexey Kardashevskiy |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-01-29 | target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS | Suraj Jitindar Singh |
2018-01-29 | target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch | Suraj Jitindar Singh |
2018-01-29 | target/ppc/spapr_caps: Add new tristate cap safe_bounds_check | Suraj Jitindar Singh |
2018-01-29 | target/ppc/spapr_caps: Add new tristate cap safe_cache | Suraj Jitindar Singh |
2018-01-29 | target/ppc/spapr_caps: Add support for tristate spapr_capabilities | Suraj Jitindar Singh |
2018-01-29 | spapr_pci: fix MSI/MSIX selection | Greg Kurz |