Mailing List Archive

Fix the build after SVM patches.
# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID 56444cd2805cf1b4bec168117305bcc9c64a80f4
# Parent 1d2e4a87300359d1f82a5a8f546798391c0d9afa
Fix the build after SVM patches.
Signed-off-by: Keir Fraser <keir@xensource.com>
---
xen/arch/x86/hvm/svm/svm.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)

diff -r 1d2e4a873003 -r 56444cd2805c xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c Thu May 18 00:03:13 2006 +0100
+++ b/xen/arch/x86/hvm/svm/svm.c Thu May 18 08:55:20 2006 +0100
@@ -1303,9 +1303,10 @@ static void svm_io_instruction(struct vc
size = 1;

HVM_DBG_LOG(DBG_LEVEL_IO,
- "svm_io_instruction: port 0x%x eip=%lx:%lx, "
- "exit_qualification = %lx",
- port, vmcb->cs.sel, vmcb->rip, (unsigned long)info.bytes);
+ "svm_io_instruction: port 0x%x eip=%x:%"PRIx64", "
+ "exit_qualification = %"PRIx64,
+ port, vmcb->cs.sel, vmcb->rip, info.bytes);
+
/* string instruction */
if (info.fields.str)
{
@@ -1314,7 +1315,7 @@ static void svm_io_instruction(struct vc

if (!svm_get_io_address(v, regs, dir, &count, &addr))
{
- /* We failed to get a valid address, so don't do the IO operation -
+ /* We failed to get a valid address, so don't do the IO operation -
* it would just get worse if we do! Hopefully the guest is handing
* gp-faults...
*/

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog
Fix the build after SVM patches. [ In reply to ]
# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID 614cb7ab15a860e95cd810e7ae34b952adad8db2
# Parent 5be39845d0183833dadc137e49e0d0c51bfe7674
Fix the build after SVM patches.
Signed-off-by: Keir Fraser <keir@xensource.com>
xen-unstable changeset: 10017:56444cd2805cf1b4bec168117305bcc9c64a80f4
xen-unstable date: Thu May 18 08:55:20 2006 +0100
---
xen/arch/x86/hvm/svm/svm.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)

diff -r 5be39845d018 -r 614cb7ab15a8 xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c Thu May 18 00:09:13 2006 +0100
+++ b/xen/arch/x86/hvm/svm/svm.c Thu May 18 08:56:14 2006 +0100
@@ -1302,9 +1302,10 @@ static void svm_io_instruction(struct vc
size = 1;

HVM_DBG_LOG(DBG_LEVEL_IO,
- "svm_io_instruction: port 0x%x eip=%lx:%lx, "
- "exit_qualification = %lx",
- port, vmcb->cs.sel, vmcb->rip, (unsigned long)info.bytes);
+ "svm_io_instruction: port 0x%x eip=%x:%"PRIx64", "
+ "exit_qualification = %"PRIx64,
+ port, vmcb->cs.sel, vmcb->rip, info.bytes);
+
/* string instruction */
if (info.fields.str)
{
@@ -1313,7 +1314,7 @@ static void svm_io_instruction(struct vc

if (!svm_get_io_address(v, regs, dir, &count, &addr))
{
- /* We failed to get a valid address, so don't do the IO operation -
+ /* We failed to get a valid address, so don't do the IO operation -
* it would just get worse if we do! Hopefully the guest is handing
* gp-faults...
*/

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog