Age | Commit message (Expand) | Author |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-10-24 | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into... | Peter Maydell |
2019-10-23 | ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory() | Igor Mammedov |
2019-10-24 | ppc/pnv: Fix naming of routines realizing the CPUs | Cédric Le Goater |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater |
2019-10-24 | ppc/pnv: Add a PnvChip pointer to PnvCore | Cédric Le Goater |
2019-10-24 | ppc/pnv: Introduce a PnvCore reset handler | Cédric Le Goater |
2019-10-24 | spapr_cpu_core: Implement DeviceClass::reset | Greg Kurz |
2019-10-24 | spapr: move CPU reset after presenter creation | Cédric Le Goater |
2019-10-24 | spapr: Don't request to unplug the same core twice | Greg Kurz |
2019-10-24 | spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass | David Gibson |
2019-10-24 | spapr: Remove SpaprIrq::nr_msis | David Gibson |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson |
2019-10-24 | spapr: Remove SpaprIrq::init_kvm hook | David Gibson |
2019-10-24 | spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines | David Gibson |
2019-10-24 | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson |
2019-10-24 | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson |
2019-10-24 | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson |
2019-10-24 | spapr: Formalize notion of active interrupt controller | David Gibson |
2019-10-24 | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson |
2019-10-24 | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson |
2019-10-24 | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson |
2019-10-24 | spapr: Set VSMT to smp_threads by default | Greg Kurz |
2019-10-24 | ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSI | Cédric Le Goater |
2019-10-15 | numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node | Tao Xu |
2019-10-07 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into... | Peter Maydell |
2019-10-04 | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger |
2019-10-04 | ppc/pnv: Remove the XICSFabric Interface from the POWER9 machine | Cédric Le Goater |
2019-10-04 | spapr: Eliminate SpaprIrq::init hook | David Gibson |
2019-10-04 | spapr: Add return value to spapr_irq_check() | David Gibson |
2019-10-04 | spapr: Use less cryptic representation of which irq backends are supported | David Gibson |
2019-10-04 | xive: Improve irq claim/free path | David Gibson |
2019-10-04 | spapr, xics, xive: Better use of assert()s on irq claim/free paths | David Gibson |
2019-10-04 | spapr: Handle freeing of multiple irqs in frontend only | David Gibson |
2019-10-04 | spapr: Remove unhelpful tracepoints from spapr_irq_free_xics() | David Gibson |
2019-10-04 | spapr: Eliminate SpaprIrq:get_nodename method | David Gibson |
2019-10-04 | spapr: Simplify spapr_qirq() handling | David Gibson |
2019-10-04 | spapr: Fix indexing of XICS irqs | David Gibson |
2019-10-04 | spapr: Eliminate nr_irqs parameter to SpaprIrq::init | David Gibson |
2019-10-04 | spapr: Clarify and fix handling of nr_irqs | David Gibson |
2019-10-04 | spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper | David Gibson |
2019-10-04 | spapr: Fold spapr_phb_lsi_qirq() into its single caller | David Gibson |
2019-10-04 | xics: Create sPAPR specific ICS subtype | David Gibson |
2019-10-04 | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson |
2019-10-04 | xics: Rename misleading ics_simple_*() functions | David Gibson |
2019-10-04 | spapr: Render full FDT on ibm,client-architecture-support | Alexey Kardashevskiy |
2019-10-04 | spapr-pci: Stop providing assigned-addresses | Alexey Kardashevskiy |