index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_drc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()
Daniel Henrique Barboza
2022-03-02
1
-4
/
+2
*
hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()
Daniel Henrique Barboza
2022-03-02
1
-2
/
+1
*
hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()
Daniel Henrique Barboza
2022-03-02
1
-3
/
+1
*
hw/ppc/spapr_drc.c: use g_autofree in drc_realize()
Daniel Henrique Barboza
2022-03-02
1
-3
/
+1
*
hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()
Daniel Henrique Barboza
2022-03-02
1
-18
/
+12
*
spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errors
Daniel Henrique Barboza
2021-09-30
1
-4
/
+5
*
spapr_drc.c: do not error_report() when drc->dev->id == NULL
Daniel Henrique Barboza
2021-09-29
1
-2
/
+5
*
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
2021-05-05
1
-0
/
+23
|
\
|
*
spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()
Daniel Henrique Barboza
2021-05-04
1
-0
/
+23
*
|
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
/
*
spapr: rollback 'unplug timeout' for CPU hotunplugs
Daniel Henrique Barboza
2021-04-12
1
-52
/
+0
*
spapr.c: send QAPI event when memory hotunplug fails
Daniel Henrique Barboza
2021-03-09
1
-3
/
+2
*
qemu_timer.c: add timer_deadline_ms() helper
Daniel Henrique Barboza
2021-03-09
1
-3
/
+2
*
spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug state
Daniel Henrique Barboza
2021-03-09
1
-0
/
+10
*
spapr_drc.c: add hotunplug timeout for CPUs
Daniel Henrique Barboza
2021-03-09
1
-0
/
+13
*
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
1
-2
/
+2
*
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
*
spapr: Add drc_ prefix to the DRC realize and unrealize functions
Greg Kurz
2021-01-06
1
-6
/
+6
*
spapr: Introduce spapr_drc_reset_all()
Greg Kurz
2021-01-06
1
-0
/
+31
*
spapr: Fix reset of transient DR connectors
Greg Kurz
2021-01-06
1
-1
/
+5
*
spapr: Call spapr_drc_reset() for all DRCs at CAS
Greg Kurz
2021-01-06
1
-6
/
+2
*
spapr: Fix DR properties of the root node
Greg Kurz
2021-01-06
1
-0
/
+6
*
spapr: spapr_drc_attach() cannot fail
Greg Kurz
2020-12-14
1
-6
/
+2
*
spapr: Clarify why DR connectors aren't user creatable
Greg Kurz
2020-10-27
1
-1
/
+2
*
spapr: Simplify error handling in prop_get_fdt()
Greg Kurz
2020-10-09
1
-7
/
+5
*
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
2020-10-09
1
-2
/
+3
*
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-21
1
-2
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-6
/
+3
*
qom: Crash more nicely on object_property_get_link() failure
Markus Armbruster
2020-07-10
1
-1
/
+2
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-6
/
+4
*
Clean up some calls to ignore Error objects the right way
Markus Armbruster
2020-07-02
1
-3
/
+1
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
1
-2
/
+2
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-10
/
+4
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-12
/
+6
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
1
-1
/
+2
*
spapr: Fix handling of unplugged devices during CAS and migration
Greg Kurz
2020-02-20
1
-2
/
+23
*
spapr: Don't use spapr_drc_needed() in CAS code
Greg Kurz
2020-02-20
1
-6
/
+14
*
spapr: Add NVDIMM device support
Shivaprasad G Bhat
2020-02-20
1
-0
/
+19
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-4
/
+5
*
ppc: fix memory leak in spapr_dt_drc()
Shivaprasad G Bhat
2019-08-21
1
-2
/
+5
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
spapr: Clean up spapr_drc_populate_dt()
David Gibson
2019-06-12
1
-7
/
+6
*
spapr: Use CamelCase properly
David Gibson
2019-03-12
1
-67
/
+67
*
spapr: add hotplug hooks for PHB hotplug
Greg Kurz
2019-02-25
1
-0
/
+2
[next]