| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in... | Peter Maydell | 2021-03-12 | 5 | -38/+150 |
|\ |
|
| * | spapr.c: send QAPI event when memory hotunplug fails | Daniel Henrique Barboza | 2021-03-09 | 2 | -5/+13 |
| * | spapr.c: remove duplicated assert in spapr_memory_unplug_request() | Daniel Henrique Barboza | 2021-03-09 | 1 | -1/+0 |
| * | qemu_timer.c: add timer_deadline_ms() helper | Daniel Henrique Barboza | 2021-03-09 | 1 | -3/+2 |
| * | spapr_pci.c: add 'unplug already in progress' message for PCI unplug | Daniel Henrique Barboza | 2021-03-09 | 1 | -0/+4 |
| * | spapr.c: add 'unplug already in progress' message for PHB unplug | Daniel Henrique Barboza | 2021-03-09 | 1 | -0/+4 |
| * | hw/ppc: e500: Add missing <ranges> in the eTSEC node | Bin Meng | 2021-03-09 | 1 | -0/+1 |
| * | spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug state | Daniel Henrique Barboza | 2021-03-09 | 2 | -0/+53 |
| * | spapr_drc.c: add hotunplug timeout for CPUs | Daniel Henrique Barboza | 2021-03-09 | 2 | -0/+17 |
| * | spapr_drc.c: introduce unplug_timeout_timer | Daniel Henrique Barboza | 2021-03-09 | 1 | -0/+40 |
| * | spapr: rename spapr_drc_detach() to spapr_drc_unplug_request() | Daniel Henrique Barboza | 2021-03-09 | 4 | -8/+8 |
| * | spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusable | Daniel Henrique Barboza | 2021-03-09 | 1 | -16/+16 |
| * | spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical() | Daniel Henrique Barboza | 2021-03-09 | 1 | -13/+0 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 2021-03-11 | 4 | -4/+4 |
|\ \ |
|
| * | | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2021-03-09 | 2 | -2/+2 |
| * | | exec/memory: Use struct Object typedef | Philippe Mathieu-Daudé | 2021-03-09 | 1 | -1/+1 |
| * | | Various spelling fixes | Michael Tokarev | 2021-03-09 | 1 | -1/+1 |
| |/ |
|
* / | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 2021-03-09 | 7 | -7/+0 |
|/ |
|
* | hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes | Bin Meng | 2021-02-10 | 1 | -1/+1 |
* | hw/ppc: e500: Use a macro for the platform clock frequency | Bin Meng | 2021-02-10 | 1 | -3/+5 |
* | ppc/pnv: Set default RAM size to 1 GB | Cédric Le Goater | 2021-02-10 | 1 | -3/+7 |
* | spapr_numa.c: fix ibm,max-associativity-domains calculation | Daniel Henrique Barboza | 2021-02-10 | 1 | -1/+3 |
* | spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helper | Daniel Henrique Barboza | 2021-02-10 | 2 | -10/+15 |
* | spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c | Daniel Henrique Barboza | 2021-02-10 | 2 | -9/+9 |
* | ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR | Cédric Le Goater | 2021-02-10 | 2 | -7/+11 |
* | ppc/pnv: Remove default disablement of the PNOR contents | Cédric Le Goater | 2021-02-10 | 1 | -8/+0 |
* | ppc/pnv: Discard internal BMC initialization when BMC is external | Cédric Le Goater | 2021-02-10 | 1 | -1/+14 |
* | ppc/pnv: Simplify pnv_bmc_create() | Cédric Le Goater | 2021-02-10 | 1 | -6/+1 |
* | ppc/pnv: Use skiboot addresses to load kernel and ramfs | Cédric Le Goater | 2021-02-10 | 1 | -3/+3 |
* | spapr: Adjust firmware path of PCI devices | Greg Kurz | 2021-02-10 | 2 | -15/+23 |
* | spapr.c: add 'name' property for hotplugged CPUs nodes | Daniel Henrique Barboza | 2021-02-10 | 1 | -0/+13 |
* | spapr.c: use g_auto* with 'nodename' in CPU DT functions | Daniel Henrique Barboza | 2021-02-10 | 1 | -4/+2 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-02-09 | 2 | -2/+20 |
|\ |
|
| * | spapr_pci: add spapr msi read method | Prasad J Pandit | 2021-02-08 | 1 | -2/+12 |
| * | prep: add ppc-parity write method | Prasad J Pandit | 2021-02-08 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'... | Peter Maydell | 2021-02-08 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | spapr_pci: Fix memory leak of vmstate_spapr_pci | Jinhao Gao | 2021-02-08 | 1 | -0/+11 |
* | | spapr: PEF: prevent migration | David Gibson | 2021-02-08 | 1 | -0/+7 |
* | | spapr: Add PEF based confidential guest support | David Gibson | 2021-02-08 | 3 | -1/+141 |
|/ |
|
* | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf | 2021-01-27 | 1 | -1/+1 |
* | spapr_cpu_core.c: use g_auto* in spapr_create_vcpu() | Daniel Henrique Barboza | 2021-01-19 | 1 | -9/+3 |
* | spapr_rtas.c: fix identation of rtas_ibm_suspend_me() args | Daniel Henrique Barboza | 2021-01-19 | 1 | -3/+3 |
* | spapr_hcall.c: make do_client_architecture_support static | Daniel Henrique Barboza | 2021-01-19 | 1 | -0/+1 |
* | spapr: Improve handling of memory unplug with old guests | Greg Kurz | 2021-01-19 | 3 | -13/+21 |
* | sam460ex: Use type cast macro instead of simple cast | BALATON Zoltan | 2021-01-19 | 1 | -5/+2 |
* | Revert "ppc4xx: Move common dependency on serial to common option" | BALATON Zoltan | 2021-01-19 | 1 | -1/+4 |
* | Revert "sam460ex: Remove FDT_PPC dependency from KConfig" | BALATON Zoltan | 2021-01-19 | 1 | -0/+1 |
* | hw/ppc: Remove unused ppcuic_init() | Peter Maydell | 2021-01-19 | 1 | -38/+0 |
* | hw/ppc/ppc405_uc: Drop use of ppcuic_init() | Peter Maydell | 2021-01-19 | 3 | -33/+47 |
* | hw/ppc: Delete unused ppc405cr_init() code | Peter Maydell | 2021-01-19 | 2 | -351/+0 |