Age | Commit message (Expand) | Author |
2021-05-19 | hw/ppc: moved has_spr to cpu.h | Lucas Mateus Castro (alqotel) |
2021-05-19 | target/ppc: moved function out of mmu-hash64 | Lucas Mateus Castro (alqotel) |
2021-05-19 | hw/ppc: moved hcalls that depend on softmmu | Lucas Mateus Castro (alqotel) |
2021-05-19 | hw/ppc/spapr.c: Make sure the host supports the selected MMU mode | Fabiano Rosas |
2021-05-19 | hw/ppc/spapr.c: Extract MMU mode error reporting into a function | Fabiano Rosas |
2021-05-05 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in... | Peter Maydell |
2021-05-04 | hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset() | Peter Maydell |
2021-05-04 | hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset() | Peter Maydell |
2021-05-04 | target/ppc: Add POWER10 exception model | Nicholas Piggin |
2021-05-04 | target/ppc: rework AIL logic in interrupt delivery | Nicholas Piggin |
2021-05-04 | spapr_drc.c: handle hotunplug errors in drc_unisolate_logical() | Daniel Henrique Barboza |
2021-05-04 | spapr.c: do not use MachineClass::max_cpus to limit CPUs | Daniel Henrique Barboza |
2021-05-04 | ppc/spapr: Add support for implement support for H_SCM_HEALTH | Vaibhav Jain |
2021-05-04 | spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR | Alexey Kardashevskiy |
2021-05-04 | hw/ppc: Add emulation of Genesi/bPlan Pegasos II | BALATON Zoltan |
2021-05-04 | hw/ppc/spapr_rtas: Update hflags after setting msr | Richard Henderson |
2021-05-04 | hw/ppc/pnv_core: Update hflags after setting msr | Richard Henderson |
2021-05-04 | hw/ppc/mac_newworld: Restrict RAM to 2 GiB | Philippe Mathieu-Daudé |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include hw/boards.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/irq.h if it is not necessary | Thomas Huth |
2021-04-30 | hw: add compat machines for 6.1 | Cornelia Huck |
2021-04-12 | spapr.c: always pulse guest IRQ in spapr_core_unplug_request() | Daniel Henrique Barboza |
2021-04-12 | spapr: rollback 'unplug timeout' for CPU hotunplugs | Daniel Henrique Barboza |
2021-04-06 | hw/ppc/e500plat: Only try to add valid dynamic sysbus devices to platform bus | Peter Maydell |
2021-03-31 | spapr: Assert DIMM unplug state in spapr_memory_unplug() | Greg Kurz |
2021-03-31 | hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node | Bin Meng |
2021-03-18 | hw/ide: remove 'ide-drive' device | Daniel P. Berrangé |
2021-03-16 | spapr_iommu: Fix vhost integration regression | Eric Auger |
2021-03-12 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in... | Peter Maydell |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-03-10 | spapr.c: send QAPI event when memory hotunplug fails | Daniel Henrique Barboza |
2021-03-10 | spapr.c: remove duplicated assert in spapr_memory_unplug_request() | Daniel Henrique Barboza |
2021-03-10 | qemu_timer.c: add timer_deadline_ms() helper | Daniel Henrique Barboza |
2021-03-10 | spapr_pci.c: add 'unplug already in progress' message for PCI unplug | Daniel Henrique Barboza |
2021-03-10 | spapr.c: add 'unplug already in progress' message for PHB unplug | Daniel Henrique Barboza |
2021-03-10 | hw/ppc: e500: Add missing <ranges> in the eTSEC node | Bin Meng |
2021-03-10 | spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug state | Daniel Henrique Barboza |
2021-03-10 | spapr_drc.c: add hotunplug timeout for CPUs | Daniel Henrique Barboza |
2021-03-10 | spapr_drc.c: introduce unplug_timeout_timer | Daniel Henrique Barboza |
2021-03-10 | spapr: rename spapr_drc_detach() to spapr_drc_unplug_request() | Daniel Henrique Barboza |
2021-03-10 | spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusable | Daniel Henrique Barboza |
2021-03-10 | spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical() | Daniel Henrique Barboza |
2021-03-09 | exec/memory: Use struct Object typedef | Philippe Mathieu-Daudé |
2021-03-09 | Various spelling fixes | Michael Tokarev |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun |