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
/
hw
/
ppc
/
spapr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-3
/
+3
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-4
/
+4
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
1
-4
/
+4
2020-05-27
ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2
Leonardo Bras
1
-1
/
+2
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-4
/
+4
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-3
/
+2
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-15
/
+10
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-13
/
+8
2020-05-07
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...
Peter Maydell
1
-18
/
+11
2020-05-07
spapr: Drop CAS reboot flag
Greg Kurz
1
-14
/
+4
2020-05-07
spapr/cas: Separate CAS handling from rebuilding the FDT
Alexey Kardashevskiy
1
-1
/
+0
2020-05-07
spapr: Simplify selection of radix/hash during CAS
Greg Kurz
1
-0
/
+1
2020-05-07
ppc/spapr: tweak change system reset helper
Nicholas Piggin
1
-3
/
+6
2020-05-06
hw: add compat machines for 5.1
Cornelia Huck
1
-2
/
+13
2020-03-18
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...
Peter Maydell
1
-405
/
+443
2020-03-17
ppc/spapr: Implement FWNMI System Reset delivery
Nicholas Piggin
1
-2
/
+44
2020-03-17
target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
Nicholas Piggin
1
-1
/
+1
2020-03-17
ppc/spapr: Add FWNMI System Reset state
Nicholas Piggin
1
-0
/
+2
2020-03-17
ppc/spapr: Change FWNMI names
Nicholas Piggin
1
-14
/
+14
2020-03-17
spapr: Rename DT functions to newer naming convention
David Gibson
1
-33
/
+29
2020-03-17
spapr: Move creation of ibm,architecture-vec-5 property
David Gibson
1
-79
/
+65
2020-03-17
spapr: Move creation of ibm,dynamic-reconfiguration-memory dt node
David Gibson
1
-255
/
+257
2020-03-17
spapr/rtas: Reserve space for RTAS blob and log
Alexey Kardashevskiy
1
-0
/
+1
2020-03-17
ppc/spapr: Move GPRs setup to one place
Alexey Kardashevskiy
1
-1
/
+1
2020-03-17
spapr: Clean up RMA size calculation
David Gibson
1
-24
/
+37
2020-03-17
spapr: Don't clamp RMA to 16GiB on new machine types
David Gibson
1
-5
/
+8
2020-03-17
spapr: Don't attempt to clamp RMA to VRMA constraint
David Gibson
1
-18
/
+10
2020-03-17
spapr,ppc: Simplify signature of kvmppc_rma_size()
David Gibson
1
-2
/
+3
2020-03-17
spapr: Don't use weird units for MIN_RMA_SLOF
David Gibson
1
-4
/
+4
2020-03-16
qom/object: Use common get/set uint helpers
Felipe Franciosi
1
-29
/
+7
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-25
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
1
-5
/
+3
2020-02-21
spapr: Allow changing offset for -kernel image
Alexey Kardashevskiy
1
-7
/
+31
2020-02-21
spapr: Add NVDIMM device support
Shivaprasad G Bhat
1
-9
/
+60
2020-02-21
ppc: function to setup latest class options
Michael S. Tsirkin
1
-2
/
+7
2020-02-19
ppc/spapr: use memdev for RAM
Igor Mammedov
1
-5
/
+3
2020-02-03
ppc: spapr: Activate the FWNMI functionality
Aravinda Prasad
1
-1
/
+2
2020-02-03
migration: Include migration support for machine check handling
Aravinda Prasad
1
-0
/
+47
2020-02-03
target/ppc: Handle NMI guest exit
Aravinda Prasad
1
-0
/
+8
2020-02-03
ppc: spapr: Introduce FWNMI capability
Aravinda Prasad
1
-0
/
+2
2020-02-03
spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machine
David Gibson
1
-1
/
+4
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-3
/
+3
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
1
-1
/
+1
2020-01-08
spapr/xive: remove redundant check in spapr_match_nvt()
Cédric Le Goater
1
-4
/
+4
2020-01-08
spapr.c: remove 'out' label in spapr_dt_cas_updates()
Daniel Henrique Barboza
1
-6
/
+3
2020-01-08
ppc/spapr: Support reboot of secure pseries guest
Bharata B Rao
1
-0
/
+1
2019-12-17
spapr: Simplify ovec diff
David Gibson
1
-11
/
+3
2019-12-17
spapr: Fold h_cas_compose_response() into h_client_architecture_support()
David Gibson
1
-60
/
+1
[next]