index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_drc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
spapr: Eliminate spapr_drc_get_type_str()
David Gibson
2017-06-06
1
-27
/
+4
*
spapr: Move configure-connector state into DRC
David Gibson
2017-06-06
1
-55
/
+18
*
spapr: Clean up spapr_dr_connector_by_*()
David Gibson
2017-06-06
1
-24
/
+10
*
spapr: Introduce DRC subclasses
David Gibson
2017-06-06
1
-31
/
+92
*
spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBs
Greg Kurz
2017-06-06
1
-7
/
+3
*
spapr: Make DRC get_index and get_type methods into plain functions
David Gibson
2017-06-06
1
-34
/
+32
*
spapr: Abolish DRC set_configured method
David Gibson
2017-06-06
1
-16
/
+8
*
spapr: Abolish DRC get_fdt method
David Gibson
2017-06-06
1
-17
/
+6
*
spapr: Move DRC RTAS calls into spapr_drc.c
David Gibson
2017-06-06
1
-7
/
+315
*
hw/ppc: migrating the DRC state of hotplugged devices
Daniel Henrique Barboza
2017-05-25
1
-0
/
+56
*
hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque
Daniel Henrique Barboza
2017-05-25
1
-16
/
+20
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
spapr: fix memory hot-unplugging
Laurent Vivier
2017-03-29
1
-3
/
+17
*
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
2017-03-05
1
-0
/
+5
*
hw: Fix typos found by codespell
Stefan Weil
2017-01-24
1
-1
/
+1
*
spapr: Memory hot-unplug support
Bharata B Rao
2016-10-28
1
-0
/
+17
*
spapr_drc: convert to trace framework instead of DPRINTF
Laurent Vivier
2016-09-23
1
-34
/
+20
*
hw/ppc: use error_report instead of fprintf
Cédric Le Goater
2016-09-07
1
-4
/
+4
*
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-06
1
-2
/
+2
*
spapr_drc: Prevent detach racing against attach for CPU DR
Bharata B Rao
2016-06-17
1
-0
/
+12
*
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
1
-1
/
+1
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-1
/
+2
*
spapr_drc: Expose 'null' in qom-get when there is no fdt
Eric Blake
2016-05-12
1
-5
/
+1
*
spapr_drc: fix aborts during DRC-count based hotplug
Michael Roth
2016-04-26
1
-1
/
+11
*
spapr_drc: enable immediate detach for unsignalled devices
Michael Roth
2016-04-05
1
-0
/
+34
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
1
-5
/
+1
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-2
/
+2
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
1
-8
/
+8
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-6
/
+6
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
qom: Change object property iterator API contract
Daniel P. Berrange
2016-01-18
1
-4
/
+3
*
error: Use error_report_err() where appropriate (again)
Markus Armbruster
2016-01-13
1
-4
/
+2
*
spapr_drc: Change value of property "fdt" from null back to {}
Markus Armbruster
2015-12-04
1
-0
/
+5
*
spapr_drc: Make device "spapr-dr-connector" unavailable with -device
Markus Armbruster
2015-12-04
1
-0
/
+4
*
spapr_drc: Handle visitor errors properly
Markus Armbruster
2015-12-04
1
-6
/
+26
*
ppc: Convert spapr code to use object property iterators
Daniel P. Berrange
2015-11-18
1
-1
/
+4
*
spapr: Don't use QOM [*] syntax for DR connectors.
David Gibson
2015-09-23
1
-1
/
+4
*
spapr_drc: use RTAS return codes for methods called by RTAS
Michael Roth
2015-09-23
1
-18
/
+19
*
spapr_drc: don't allow 'empty' DRCs to be unisolated or allocated
Michael Roth
2015-09-23
1
-0
/
+21
*
pseries: define coldplugged devices as "configured"
Laurent Vivier
2015-09-23
1
-1
/
+1
*
spapr_drc: Fix potential undefined behaviour
David Gibson
2015-09-23
1
-1
/
+1
*
ppc/spapr_drc: fix memory leak
Gonglei
2015-07-16
1
-0
/
+1
*
spapr_drc: add spapr_drc_populate_dt()
Michael Roth
2015-06-03
1
-0
/
+156
*
spapr_drc: initial implementation of sPAPRDRConnector device
Michael Roth
2015-06-03
1
-0
/
+588
[prev]