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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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_drc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-28
spapr: Clarify why DR connectors aren't user creatable
Greg Kurz
1
-1
/
+2
2020-10-09
spapr: Simplify error handling in prop_get_fdt()
Greg Kurz
1
-7
/
+5
2020-10-09
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
1
-2
/
+3
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-2
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-6
/
+3
2020-07-10
qom: Crash more nicely on object_property_get_link() failure
Markus Armbruster
1
-1
/
+2
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-6
/
+4
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
1
-3
/
+1
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-10
/
+4
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-12
/
+6
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
1
-1
/
+1
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
1
-1
/
+2
2020-02-21
spapr: Fix handling of unplugged devices during CAS and migration
Greg Kurz
1
-2
/
+23
2020-02-21
spapr: Don't use spapr_drc_needed() in CAS code
Greg Kurz
1
-6
/
+14
2020-02-21
spapr: Add NVDIMM device support
Shivaprasad G Bhat
1
-0
/
+19
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
1
-4
/
+5
2019-08-21
ppc: fix memory leak in spapr_dt_drc()
Shivaprasad G Bhat
1
-2
/
+5
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
spapr: Clean up spapr_drc_populate_dt()
David Gibson
1
-7
/
+6
2019-03-12
spapr: Use CamelCase properly
David Gibson
1
-67
/
+67
2019-02-26
spapr: add hotplug hooks for PHB hotplug
Greg Kurz
1
-0
/
+2
2019-02-26
spapr: create DR connectors for PHBs
Michael Roth
1
-0
/
+17
2019-02-26
spapr/drc: Drop spapr_drc_attach() fdt argument
Greg Kurz
1
-12
/
+1
2019-02-26
spapr/pci: Generate FDT fragment at configure connector time
Greg Kurz
1
-0
/
+1
2019-02-26
spapr: Generate FDT fragment for CPUs at configure connector time
Greg Kurz
1
-0
/
+1
2019-02-26
spapr: Generate FDT fragment for LMBs at configure connector time
Greg Kurz
1
-0
/
+1
2019-02-26
spapr_drc: Allow FDT fragment to be added later
Greg Kurz
1
-5
/
+31
2018-06-12
hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()
Philippe Mathieu-Daudé
1
-1
/
+2
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-1
/
+1
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+1
2017-11-20
spapr: reset DRCs after devices
Greg Kurz
1
-7
/
+0
2017-09-08
spapr_drc: pass object ownership to parent/owner
Michael Roth
1
-0
/
+1
2017-09-08
spapr_drc: add unrealize method to physical DRC class
Greg Kurz
1
-0
/
+16
2017-09-08
spapr_drc: use g_strdup_printf() instead of snprintf()
Greg Kurz
1
-6
/
+9
2017-09-08
hw/ppc: CAS reset on early device hotplug
Daniel Henrique Barboza
1
-1
/
+1
2017-09-08
hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->dev
Daniel Henrique Barboza
1
-2
/
+1
2017-08-22
spapr: Allow configure-connector to be called multiple times
Bharata B Rao
1
-7
/
+23
2017-08-09
spapr_drc: abort if object_property_add_child() fails
Greg Kurz
1
-1
/
+1
2017-07-29
spapr_drc: fix realize and unrealize
Greg Kurz
1
-9
/
+6
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
1
-1
/
+3
2017-07-17
spapr: Implement DR-indicator for physical DRCs only
David Gibson
1
-4
/
+63
2017-07-17
spapr: Remove sPAPRConfigureConnectorState sub-structure
David Gibson
1
-38
/
+18
2017-07-17
spapr: Consolidate DRC state variables
David Gibson
1
-102
/
+123
2017-07-17
spapr: Cleanups relating to DRC awaiting_release field
David Gibson
1
-17
/
+9
2017-07-17
spapr: Refactor spapr_drc_detach()
David Gibson
1
-6
/
+6
2017-07-17
spapr: Abort on delete failure in spapr_drc_release()
David Gibson
1
-1
/
+1
[next]