search for: hvm_copy

Displaying 3 results from an estimated 3 matches for "hvm_copy".

Did you mean: __hvm_copy
2006 May 17
1
RE: RE: [Xen-changelog] Fix MOVS instruction emulation for HVM MMIO.
...age (and if > so copy just one data word and let the emulator kick in again > for the remaining data on the page above/below). No, the test is for if the first (current) operation is crossing a page boundary, not if the NEXT one is... That''s why the code in this condition is using hvm_copy to fetch the data that is being accessed... But leave it as is right now, I''m still working on getting a piece of test-code to do MOVS in various ways... -- Mats > > cheers, > > Gerd > > -- > Gerd Hoffmann <kraxel@suse.de> > Erst mal heiraten, ein, zw...
2006 Apr 06
20
[RFC] Hypercalls from HVM guests
...version of the modified patches as is? The following list summarizes the changes. Hypervisor changes: o Add vmexit handling for the VMCALL instruction. This includes adjustments to hypercall arguments due to 32-bit vs. 64-bit calling conventions. o Modify copy_to_user/copy_from_user to use hvm_copy for HVM guests. o Modify grant table setup to properly map the grant table shared data for hvm guests. o Provide alternate headers for compiling 32-bit HVM guest code to interface with a 64-bit hypervisor. Many of the hypervisor structures used for hypercalls vary between 32-bit and 64-...
2006 Jul 18
33
Paravirtualised drivers for fully virtualised domains
(The list appears to have eaten my previous attempt to send this. Apologies if you receive multiple copies.) The attached patches allow you to use paravirtualised network and block interfaces from fully virtualised domains, based on Intel''s patches from a few months ago. These are significantly faster than the equivalent ioemu devices, sometimes by more than an order of magnitude.