projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f2a9f
)
macio-nvram: add to misc category
author
Laurent Vivier
<laurent@vivier.eu>
Sat, 26 Sep 2015 16:22:11 +0000
(18:22 +0200)
committer
David Gibson
<david@gibson.dropbear.id.au>
Fri, 23 Oct 2015 01:35:18 +0000
(12:35 +1100)
The macio nvram is a non volatile RAM, so add it
the misc category.
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/nvram/mac_nvram.c
patch
|
blob
|
history
diff --git
a/hw/nvram/mac_nvram.c
b/hw/nvram/mac_nvram.c
index d35f8a31219ecdc341dc2f84993362639d66bb93..9f165664c610521486081e7c09c56471eca246a5 100644
(file)
--- a/
hw/nvram/mac_nvram.c
+++ b/
hw/nvram/mac_nvram.c
@@
-123,6
+123,7
@@
static void macio_nvram_class_init(ObjectClass *oc, void *data)
dc->reset = macio_nvram_reset;
dc->vmsd = &vmstate_macio_nvram;
dc->props = macio_nvram_properties;
+ set_bit(DEVICE_CATEGORY_MISC, dc->categories);
}
static const TypeInfo macio_nvram_type_info = {