projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32a1a94
)
hw: qdev: fix error in comment
author
Li Qiang
<liq3ea@163.com>
Tue, 30 Oct 2018 15:16:37 +0000
(08:16 -0700)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 11 Dec 2018 17:28:46 +0000
(18:28 +0100)
Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20181030151637
.37207-1-liq3ea@163.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
include/hw/qdev-core.h
patch
|
blob
|
history
diff --git
a/include/hw/qdev-core.h
b/include/hw/qdev-core.h
index a24d0dd566e38e372e24ddca2fe4bffe52f97626..92851e55dfa9009f652ecea6a09facec9a0e15b9 100644
(file)
--- a/
include/hw/qdev-core.h
+++ b/
include/hw/qdev-core.h
@@
-197,7
+197,7
@@
typedef struct BusChild {
/**
* BusState:
- * @hotplug_
device: link to a hotplug device
associated with bus.
+ * @hotplug_
handler: link to a hotplug handler
associated with bus.
*/
struct BusState {
Object obj;