Age | Commit message (Expand) | Author | Files | Lines |
2017-05-24 | spapr: ensure core_slot isn't NULL in spapr_core_unplug() | Greg Kurz | 1 | -0/+1 |
2017-05-24 | spapr: Consolidate HPT freeing code into a routine | Bharata B Rao | 2 | -8/+10 |
2017-05-24 | spapr-cpu-core: release ICP object when realization fails | Greg Kurz | 1 | -8/+8 |
2017-05-24 | spapr: sanitize error handling in spapr_ics_create() | Greg Kurz | 1 | -7/+12 |
2017-05-24 | ppc/xics: simplify prototype of xics_spapr_init() | Greg Kurz | 1 | -1/+1 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 6 | -7/+7 |
2017-05-19 | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost | 1 | -1/+1 |
2017-05-19 | audio: Rename audio_init() to soundhw_init() | Eduardo Habkost | 1 | -1/+1 |
2017-05-19 | audio: Move arch_init audio code to hw/audio/soundhw.c | Eduardo Habkost | 1 | -0/+1 |
2017-05-17 | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE | Eduardo Habkost | 1 | -0/+2 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2 | -2/+2 |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi | 2 | -20/+47 |
2017-05-15 | Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170511' into staging | Stefan Hajnoczi | 5 | -19/+54 |
2017-05-11 | spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_... | Igor Mammedov | 2 | -14/+4 |
2017-05-11 | spapr: add node-id property to sPAPR core | Igor Mammedov | 2 | -3/+25 |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov | 1 | -7/+21 |
2017-05-11 | numa: equally distribute memory on nodes | Laurent Vivier | 1 | -0/+1 |
2017-05-11 | spapr: Don't accidentally advertise HTM support on POWER9 | David Gibson | 1 | -1/+1 |
2017-05-11 | target/ppc: Enable RADIX mmu mode for pseries TCG guest | Suraj Jitindar Singh | 1 | -4/+11 |
2017-05-11 | target/ppc: Set UPRT and GTSE on all cpus in H_REGISTER_PROCESS_TABLE | Suraj Jitindar Singh | 1 | -11/+7 |
2017-05-11 | ppc: add qemu_vga.ndrv ROM to fw_cfg interface for NewWorld Macs | Mark Cave-Ayland | 1 | -1/+17 |
2017-05-11 | ppc: add qemu_vga.ndrv ROM to fw_cfg interface for OldWorld Macs | Mark Cave-Ayland | 1 | -1/+17 |
2017-05-11 | ppc/pnv: restrict BMC object to the BMC simulator | Cédric Le Goater | 1 | -1/+1 |
2017-05-07 | ppc_booke: drop useless assignment | KONRAD Frederic | 1 | -1/+0 |
2017-05-07 | Remove reduntant qemu: from error functions | Ishani Chugh | 1 | -1/+1 |
2017-04-26 | spapr-cpu-core: Release ICPState object during CPU unrealization | Bharata B Rao | 1 | -0/+1 |
2017-04-26 | ppc/pnv: generate an OEM SEL event on shutdown | Cédric Le Goater | 2 | -0/+55 |
2017-04-26 | ppc/pnv: add initial IPMI sensors for the BMC simulator | Cédric Le Goater | 3 | -1/+103 |
2017-04-26 | ppc/pnv: populate device tree for IPMI BT devices | Cédric Le Goater | 1 | -0/+35 |
2017-04-26 | ppc/pnv: populate device tree for serial devices | Cédric Le Goater | 1 | -0/+33 |
2017-04-26 | ppc/pnv: populate device tree for RTC devices | Cédric Le Goater | 1 | -0/+30 |
2017-04-26 | ppc/pnv: scan ISA bus to populate device tree | Cédric Le Goater | 1 | -0/+28 |
2017-04-26 | ppc/pnv: enable only one LPC bus | Cédric Le Goater | 2 | -9/+22 |
2017-04-26 | ppc/pnv: Add support for POWER8+ LPC Controller | Benjamin Herrenschmidt | 2 | -42/+100 |
2017-04-26 | spapr: remove the 'nr_servers' field from the machine | Cédric Le Goater | 1 | -32/+24 |
2017-04-26 | ppc/pnv: Add OCC model stub with interrupt support | Benjamin Herrenschmidt | 3 | -1/+150 |
2017-04-26 | ppc/pnv: Add cut down PSI bridge model and hookup external interrupt | Cédric Le Goater | 3 | -7/+631 |
2017-04-26 | ppc/pnv: add memory regions for the ICP registers | Cédric Le Goater | 1 | -0/+81 |
2017-04-26 | ppc/pnv: create the ICP object under PnvCore | Cédric Le Goater | 2 | -2/+27 |
2017-04-26 | ppc/pnv: extend the machine with a InterruptStatsProvider interface | Cédric Le Goater | 1 | -0/+17 |
2017-04-26 | ppc/pnv: extend the machine with a XICSFabric interface | Cédric Le Goater | 1 | -0/+30 |
2017-04-26 | spapr: allocate the ICPState object from under sPAPRCPUCore | Cédric Le Goater | 2 | -37/+28 |
2017-04-26 | spapr: move the IRQ server number mapping under the machine | Cédric Le Goater | 2 | -2/+3 |
2017-04-26 | ppc/xics: introduce an 'intc' backlink under PowerPCCPU | Cédric Le Goater | 1 | -1/+3 |
2017-04-26 | spapr_pci: Removed unused include | Alexey Kardashevskiy | 1 | -2/+0 |
2017-04-26 | spapr_pci: Warn when RAM page size is not enabled in IOMMU page mask | Alexey Kardashevskiy | 1 | -0/+6 |
2017-04-26 | target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tce | Alexey Kardashevskiy | 1 | -1/+3 |
2017-04-26 | spapr: Workaround for broken radix guests | Sam Bobroff | 2 | -4/+17 |
2017-04-26 | spapr: Enable ISA 3.0 MMU mode selection via CAS | Sam Bobroff | 2 | -13/+88 |
2017-04-26 | spapr: move spapr_populate_pa_features() | Sam Bobroff | 1 | -61/+61 |