Displaying 4 results from an estimated 4 matches for "hvm_hw_cpu".
2013 Jan 23
1
[PATCH V2] libxc, libxenstore: make the headers C++-friendlier
...}
+#endif
+
#endif /* XENSTORE_H */
/*
diff -r 5af4f2ab06f3 -r c273ee1fc8ba xen/include/public/arch-x86/hvm/save.h
--- a/xen/include/public/arch-x86/hvm/save.h Tue Jan 22 09:33:10 2013 +0100
+++ b/xen/include/public/arch-x86/hvm/save.h Wed Jan 23 11:18:49 2013 +0200
@@ -269,15 +269,15 @@ struct hvm_hw_cpu_compat {
};
static inline int _hvm_hw_fix_cpu(void *h) {
- struct hvm_hw_cpu *new=h;
- struct hvm_hw_cpu_compat *old=h;
+ struct hvm_hw_cpu *newcpu = (struct hvm_hw_cpu *)h;
+ struct hvm_hw_cpu_compat *old = (struct hvm_hw_cpu_compat *)h;
/* If we copy from the end backwards,...
2013 Jan 23
1
[PATCH V3] libxc, libxenstore: make the headers C++-friendlier
...}
+#endif
+
#endif /* XENSTORE_H */
/*
diff -r 5af4f2ab06f3 -r f80587008e17 xen/include/public/arch-x86/hvm/save.h
--- a/xen/include/public/arch-x86/hvm/save.h Tue Jan 22 09:33:10 2013 +0100
+++ b/xen/include/public/arch-x86/hvm/save.h Wed Jan 23 16:41:30 2013 +0200
@@ -268,16 +268,18 @@ struct hvm_hw_cpu_compat {
uint32_t error_code;
};
+union hvm_hw_cpu_union {
+ struct hvm_hw_cpu nat;
+ struct hvm_hw_cpu_compat cmp;
+};
+
static inline int _hvm_hw_fix_cpu(void *h) {
- struct hvm_hw_cpu *new=h;
- struct hvm_hw_cpu_compat *old=h;
+ union hvm_hw_cpu_union *ucpu = (union hvm_h...
2010 Aug 05
3
[PATCH 08/14] Nested Virtualization: efer
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
_______________________________________________
Xen-devel mailing list
2008 May 21
7
Debugging the hypervisor
I am trying to debug the Xen hypervisor from a second computer over the
serial port, but nothing seems to work. Using mercurial, I got
xen-3.2-testing.hg. I followed the steps in crashdb.txt in the docs/misc/
folder:
set debug=y in Config.mk, crash_debug=y in xen/Rules.mk
I also added -fno-omit-frame-pointer to these file as well.
I compiled with no errors and booted with minicom connected to