Age | Commit message (Expand) | Author |
2017-03-03 | spapr: Small cleanup of PPC MMU enums | Sam Bobroff |
2017-03-03 | spapr_pci: Advertise access to PCIe extended config space | David Gibson |
2017-03-03 | hw/ppc/spapr: Add POWER9 to pseries cpu models | Suraj Jitindar Singh |
2017-03-03 | target/ppc/POWER9: Add POWER9 pa-features definition | Suraj Jitindar Singh |
2017-03-03 | target/ppc: Add patb_entry to sPAPRMachineState | Suraj Jitindar Singh |
2017-03-01 | ppc/xics: move InterruptStatsProvider to the sPAPR machine | Cédric Le Goater |
2017-03-01 | ppc/xics: move ics-simple post_load under the machine | Cédric Le Goater |
2017-03-01 | ppc/xics: remove the XICSState classes | Cédric Le Goater |
2017-03-01 | ppc/xics: export the XICS init routines | Cédric Le Goater |
2017-03-01 | ppc/xics: move the ICP array under the sPAPR machine | Cédric Le Goater |
2017-03-01 | ppc/xics: register the reset handler of ICP objects | Cédric Le Goater |
2017-03-01 | ppc/xics: simplify spapr_dt_xics() interface | Cédric Le Goater |
2017-03-01 | ppc/xics: use the QOM interface to grab an ICP | Cédric Le Goater |
2017-03-01 | ppc/xics: extend the QOM interface to handle ICPs | Cédric Le Goater |
2017-03-01 | ppc/xics: remove the XICS list of ICS | Cédric Le Goater |
2017-03-01 | ppc/xics: register the reset handler of ICS objects | Cédric Le Goater |
2017-03-01 | ppc/xics: use the QOM interface to resend irqs | Cédric Le Goater |
2017-03-01 | ppc/xics: use the QOM interface to get irqs | Cédric Le Goater |
2017-03-01 | ppc/xics: use the QOM interface under the sPAPR machine | Cédric Le Goater |
2017-03-01 | ppc/xics: store the ICS object under the sPAPR machine | Cédric Le Goater |
2017-03-01 | ppc/xics: remove set_nr_servers() handler from XICSStateClass | Cédric Le Goater |
2017-03-01 | ppc/xics: remove set_nr_irqs() handler from XICSStateClass | Cédric Le Goater |
2017-03-01 | xics: XICS should not be a SysBusDevice | David Gibson |
2017-03-01 | spapr/pci: populate PCI DT in reverse order | Greg Kurz |
2017-03-01 | target/ppc: Manage external HPT via virtual hypervisor | David Gibson |
2017-03-01 | target/ppc: Eliminate htab_base and htab_mask variables | David Gibson |
2017-03-01 | target/ppc: Cleanup HPTE accessors for 64-bit hash MMU | David Gibson |
2017-03-01 | target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr() | David Gibson |
2017-03-01 | pseries: Minor cleanups to HPT management hypercalls | David Gibson |
2017-03-01 | sysemu: support up to 1024 vCPUs | Greg Kurz |
2017-03-01 | spapr: generate DT node names | Laurent Vivier |
2017-02-25 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ... | Peter Maydell |
2017-02-24 | tcg: drop global lock during TCG code execution | Jan Kiszka |
2017-02-22 | hw/ppc/ppc405_uc.c: Avoid integer overflows | Peter Maydell |
2017-02-22 | hw/ppc/spapr: Check for valid page size when hot plugging memory | Thomas Huth |
2017-02-22 | machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu... | Igor Mammedov |
2017-02-22 | machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks | Igor Mammedov |
2017-02-22 | spapr: reuse machine->possible_cpus instead of cores[] | Igor Mammedov |
2017-02-22 | spapr: replace debug printf with trace points | Laurent Vivier |
2017-02-22 | ppc4xx: replace debug printf with trace points | Laurent Vivier |
2017-02-22 | mac99: replace debug printf with trace points | Laurent Vivier |
2017-02-22 | spapr: fix off-by-one error in spapr_ovec_populate_dt() | Sam Bobroff |
2017-02-22 | hw/ppc/pnv: Remove superfluous "qemu" prefix from error strings | Thomas Huth |
2017-02-22 | spapr: make cpu core unplug follow expected hotunplug call flow | Igor Mammedov |
2017-02-22 | spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c | Igor Mammedov |
2017-02-22 | spapr: cpu core: separate child threads destruction from machine state operat... | Igor Mammedov |
2017-02-21 | hw: Default -drive to if=ide explicitly where it works | Markus Armbruster |
2017-02-16 | report guest crash information in GUEST_PANICKED event | Anton Nefedov |
2017-02-02 | hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be found | Thomas Huth |
2017-02-02 | target-ppc: Add MMU model check for booke machines | Valentin Plotkin |