Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 10 | -6/+11 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 7 | -7/+0 |
2019-08-16 | numa: Move remaining NUMA declarations from sysemu.h to numa.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster | 6 | -5/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 20 | -4/+16 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 4 | -0/+4 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 25 | -25/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 12 | -0/+12 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 15 | -0/+17 |
2019-08-16 | ide: Include hw/ide/internal a bit less outside hw/ide/ | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 19 | -0/+25 |
2019-08-13 | spapr: Reset CAS & IRQ subsystem after devices | David Gibson | 1 | -12/+12 |
2019-07-28 | spapr/irq: Inform the user when falling back to emulated IC | Greg Kurz | 1 | -0/+1 |
2019-07-05 | machine: show if CLI option '-numa node,mem' is supported in QAPI schema | Igor Mammedov | 1 | -0/+1 |
2019-07-05 | hw/ppc: Replace global smp variables with machine smp properties | Like Xu | 7 | -15/+42 |
2019-07-05 | machine: Refactor smp-related call chains to pass MachineState | Like Xu | 2 | -4/+2 |
2019-07-03 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'... | Peter Maydell | 1 | -1/+1 |
2019-07-02 | qapi: Rename target.json to misc-target.json | Markus Armbruster | 1 | -1/+1 |
2019-07-02 | spapr/xive: simplify spapr_irq_init_device() to remove the emulated init | Cédric Le Goater | 1 | -17/+3 |
2019-07-02 | spapr/xive: rework the mapping the KVM memory regions | Cédric Le Goater | 1 | -1/+0 |
2019-07-02 | spapr_pci: Unregister listeners before destroying the IOMMU address space | Greg Kurz | 1 | -0/+6 |
2019-07-02 | ppc: Introduce kvmppc_set_reg_tb_offset() helper | Greg Kurz | 1 | -4/+1 |
2019-07-02 | xics/spapr: Rename xics_kvm_init() | Greg Kurz | 1 | -1/+1 |
2019-07-02 | hw/ppc: Drop useless CONFIG_KVM ifdefery | Greg Kurz | 1 | -2/+0 |
2019-07-02 | hw/ppc/prep: Drop useless CONFIG_KVM ifdefery | Greg Kurz | 1 | -2/+0 |
2019-07-02 | hw/ppc/mac_newworld: Drop useless CONFIG_KVM ifdefery | Greg Kurz | 1 | -4/+0 |
2019-07-02 | hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdefery | Greg Kurz | 1 | -2/+0 |
2019-07-02 | spapr_pci: Drop useless CONFIG_KVM ifdefery | Greg Kurz | 1 | -2/+0 |
2019-07-02 | spapr_pci: Fix DRC owner in spapr_dt_pci_bus() | Greg Kurz | 1 | -1/+8 |
2019-07-02 | xics/spapr: Detect old KVM XICS on POWER9 hosts | Greg Kurz | 1 | -0/+13 |
2019-07-02 | xics/spapr: Register RTAS/hypercalls once at machine init | Greg Kurz | 1 | -1/+2 |
2019-07-02 | spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus() | Philippe Mathieu-Daudé | 1 | -6/+5 |
2019-07-02 | ppc/pnv: remove xscom_base field from PnvChip | Cédric Le Goater | 1 | -10/+0 |
2019-07-02 | ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chips | Cédric Le Goater | 2 | -13/+28 |
2019-06-12 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into... | Peter Maydell | 4 | -202/+335 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 13 | -8/+10 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 17 | -4/+21 |
2019-06-12 | ppc/pnv: activate the "dumpdtb" option on the powernv machine | Cédric Le Goater | 1 | -0/+2 |
2019-06-12 | spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridges | David Gibson | 1 | -13/+102 |
2019-06-12 | spapr: Direct all PCI hotplug to host bridge, rather than P2P bridge | David Gibson | 1 | -0/+11 |
2019-06-12 | spapr: Don't use bus number for building DRC ids | David Gibson | 1 | -14/+40 |
2019-06-12 | spapr: Clean up DRC index construction | David Gibson | 1 | -56/+68 |
2019-06-12 | spapr: Clean up spapr_drc_populate_dt() | David Gibson | 3 | -13/+10 |
2019-06-12 | spapr: Clean up dt creation for PCI buses | David Gibson | 2 | -70/+77 |
2019-06-12 | spapr: Clean up device tree construction for PCI devices | David Gibson | 1 | -64/+55 |
2019-06-12 | spapr: Clean up device node name generation for PCI devices | David Gibson | 1 | -25/+16 |
2019-06-12 | spapr_pci: Improve error message | Greg Kurz | 1 | -1/+8 |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster | 1 | -0/+2 |
2019-06-10 | target/ppc: Use env_cpu, env_archcpu | Richard Henderson | 3 | -12/+12 |