index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-19
spapr_hcall.c: make do_client_architecture_support static
Daniel Henrique Barboza
1
-5
/
+0
2021-01-19
spapr.h: fix trailing whitespace in phb_placement
Daniel Henrique Barboza
1
-1
/
+1
2021-01-19
spapr: Improve handling of memory unplug with old guests
Greg Kurz
2
-1
/
+2
2021-01-19
hw/ppc: Remove unused ppcuic_init()
Peter Maydell
1
-9
/
+0
2021-01-06
spapr: Introduce spapr_drc_reset_all()
Greg Kurz
1
-0
/
+6
2021-01-06
spapr: Fix reset of transient DR connectors
Greg Kurz
1
-1
/
+2
2021-01-06
spapr: Call spapr_drc_reset() for all DRCs at CAS
Greg Kurz
1
-3
/
+0
2021-01-06
spapr: Fix buffer overflow in spapr_numa_associativity_init()
Greg Kurz
1
-1
/
+4
2021-01-06
spapr: Allow memory unplug to always succeed
Greg Kurz
1
-0
/
+1
2021-01-06
spapr/xive: Make spapr_xive_pic_print_info() static
Cédric Le Goater
1
-2
/
+0
2020-12-14
spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
Greg Kurz
1
-1
/
+1
2020-12-14
spapr: spapr_drc_attach() cannot fail
Greg Kurz
1
-1
/
+7
2020-12-14
spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
Greg Kurz
1
-1
/
+1
2020-12-14
spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug only
Greg Kurz
1
-1
/
+1
2020-12-14
spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
Greg Kurz
1
-1
/
+1
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-11-15
non-virt: Fix Lesser GPL version number
Chetan Pant
7
-7
/
+7
2020-10-28
spapr: Improve spapr_reallocate_hpt() error reporting
Greg Kurz
1
-2
/
+1
2020-10-28
spapr: Simplify error handling in spapr_memory_plug()
Greg Kurz
1
-1
/
+1
2020-10-28
spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
Greg Kurz
1
-1
/
+0
2020-10-09
spapr: add spapr_machine_using_legacy_numa() helper
Daniel Henrique Barboza
1
-0
/
+2
2020-10-09
spapr: Add a return value to spapr_check_pagesize()
Greg Kurz
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_nvdimm_validate()
Greg Kurz
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_set_vcpu_id()
Greg Kurz
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
9
-38
/
+13
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
10
-10
/
+10
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
10
-40
/
+20
2020-09-09
Use DECLARE_*CHECKER* when possible (--force mode)
Eduardo Habkost
1
-1
/
+3
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
18
-145
/
+99
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
19
-82
/
+138
2020-09-08
spapr_numa: create a vcpu associativity helper
Daniel Henrique Barboza
1
-1
/
+6
2020-09-08
spapr, spapr_numa: move lookup-arrays handling to spapr_numa.c
Daniel Henrique Barboza
1
-0
/
+2
2020-09-08
spapr, spapr_numa: handle vcpu ibm,associativity
Daniel Henrique Barboza
1
-0
/
+2
2020-09-08
spapr: introduce SpaprMachineState::numa_assoc_array
Daniel Henrique Barboza
3
-1
/
+24
2020-09-08
ppc/spapr_nvdimm: turn spapr_dt_nvdimm() static
Daniel Henrique Barboza
1
-1
/
+0
2020-09-08
ppc: introducing spapr_numa.c NUMA code helper
Daniel Henrique Barboza
1
-0
/
+20
2020-09-08
spapr, spapr_nvdimm: fold NVDIMM validation in the same place
Daniel Henrique Barboza
1
-2
/
+2
2020-09-08
spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priority
Cédric Le Goater
1
-0
/
+2
2020-09-08
spapr: Remove unnecessary DRC type-checker macros
David Gibson
1
-42
/
+1
2020-08-27
spapr: Move typedef SpaprMachineState to spapr.h
Eduardo Habkost
3
-19
/
+21
2020-08-13
spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state()
Greg Kurz
1
-1
/
+1
2020-08-13
spapr/xive: Rework error handling of kvmppc_xive_set_source_config()
Greg Kurz
1
-2
/
+2
2020-08-13
spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config()
Greg Kurz
1
-2
/
+2
2020-08-13
spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state()
Greg Kurz
1
-2
/
+2
2020-08-13
spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()
Greg Kurz
1
-1
/
+1
2020-08-13
ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers
Greg Kurz
1
-0
/
+1
2020-08-13
ppc/xive: Rework setup of XiveSource::esb_mmio
Greg Kurz
1
-0
/
+6
2020-07-20
spapr: Add a new level of NUMA for GPUs
Reza Arbab
1
-0
/
+1
[next]