Displaying 2 results from an estimated 2 matches for "mmio_large_write_".
Did you mean:
  mmio_large_write_pa
  
2012 Jun 27
1
[PATCH] x86/hvm: increase struct hvm_vcpu_io's mmio_large_read
Since the emulator now supports a few 256-bit memory operations, this
array needs to follow (and the comments should, too).
To limit growth, re-order the mmio_large_write_* fields so that the
two mmio_large_*_bytes fields end up adjacent to each other.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -59,13 +59,13 @@ struct hvm_vcpu_io {
     unsigned long       mmio_gva;
     unsigned...
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
...>
date:        Thu Jun 28 13:36:08 2012 +0200
    
    x86/hvm: increase struct hvm_vcpu_io''s mmio_large_read[]
    
    Since the emulator now supports a few 256-bit memory operations, this
    array needs to follow (and the comments should, too).
    
    To limit growth, re-order the mmio_large_write_* fields so that the
    two mmio_large_*_bytes fields end up adjacent to each other.
    
    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Acked-by: Keir Fraser <keir@xen.org>
    
    
changeset:   25518:4f92bdf3370c
user:        Jan Beulich <jbeulich@suse.com>
date:...