Powered by Linux
[xen 5/6] user_data: add register read function — Semantic Matching Tool

[xen 5/6] user_data: add register read function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Norbert Manthey <nmanthey@xxxxxxxxx>
---
 check_user_data2.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/check_user_data2.c b/check_user_data2.c
index 5d5606c..d95ba1d 100644
--- a/check_user_data2.c
+++ b/check_user_data2.c
@@ -1238,6 +1238,9 @@ void check_user_data2(int id)
 	for (i = 0; i < ARRAY_SIZE(xen_from_guest_funcs); i++)
 		add_function_hook(xen_from_guest_funcs[i], &match_user_copy, INT_PTR(0));
 
+        // the Xen equivalent to kvm_register_read
+	add_function_assign_hook("acpi_hw_register_read", &match_user_copy, NULL);
+
 	for (i = 0; i < ARRAY_SIZE(kstr_funcs); i++)
 		add_function_hook(kstr_funcs[i], &match_user_copy, INT_PTR(2));
 	add_function_hook("usb_control_msg", &match_user_copy, INT_PTR(6));
-- 
2.7.4

Amazon Development Center Germany GmbH
Berlin - Dresden - Aachen
main office: Krausenstr. 38, 10117 Berlin
Geschaeftsfuehrer: Dr. Ralf Herbrich, Christian Schlaeger
Ust-ID: DE289237879
Eingetragen am Amtsgericht Charlottenburg HRB 149173 B




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux