search for: nativedom

Displaying 5 results from an estimated 5 matches for "nativedom".

2007 Sep 21
5
[NEO 1:1] Nativedom 1:1 Mapping
This patch applies to c/s #15522. Nativedom 1:1 memory enabling - Done by "stealing" memory from Xen''s e820 at boot time. The pages are later being allocated to NativeDom using a special allocator. x86-64 ====== The 512KB-1MB region is remapped (because of the ROMs) to an address above 16MB. A...
2007 Sep 30
7
Some questions about PCI-passthrough for HVM(Non-IOMMU)
...cessfully passed a modern graphics card to a Vista HVM? Since the graphics card is a kind of complicated device. Are there any technical problems with the passthrough of a modern graphics card? I have tried the direct-io.hg subtree, but I just can''t boot the Vista HVM domain with nativedom=1 option. Xen boots without any problem with nativedom=1, nativedom_mem=1024M option(here the 1024M memory is reserved for the HVM) and dom0_mem=800M option(I have 2G RAM totally). But when I type xm cr vista.hvm to create the HVM domain(note that it is bootable without the nativedom=1 option), som...
2007 Sep 30
7
Some questions about PCI-passthrough for HVM(Non-IOMMU)
...cessfully passed a modern graphics card to a Vista HVM? Since the graphics card is a kind of complicated device. Are there any technical problems with the passthrough of a modern graphics card? I have tried the direct-io.hg subtree, but I just can''t boot the Vista HVM domain with nativedom=1 option. Xen boots without any problem with nativedom=1, nativedom_mem=1024M option(here the 1024M memory is reserved for the HVM) and dom0_mem=800M option(I have 2G RAM totally). But when I type xm cr vista.hvm to create the HVM domain(note that it is bootable without the nativedom=1 option), som...
2009 Jul 04
0
A problem about xen no-iommu graphics card passthough
...hics card pci info: 01:00.0 VGA compatible controller: nVidia Corporation Unknown device 05e6 (rev a1)     =================grub.conf========================================================== title Fedora Core (2.6.18.8-xen)  root (hd0,3)  kernel /boot/xen-3.0.gz nativedom=1 nativedom_mem=1024  module /boot/vmlinuz-2.6.18.8 ro root=LABEL=LINUXZ rhgb quiet pciback.hide=(0000:01:00.0)  module /boot/initrd-2.6.18.8.img title Fedora Core (2.6.18-1.2798.fc6)  root (hd0,3)  kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=LINUXZ rhgb...
2007 May 31
4
[RFC][PATCH 4/6] HVM PCI Passthrough (non-IOMMU)
...as the ioapic_level_type hw_interrupt_type with its end() callback replaced (see io_apic.c for more details). - State machine: Whenever an interrupt occur (both for an assertion or deassertion): 1. Ack & Mask the interrupt 2. Assert/Deassert virtual line of NativeDom (Interrupt action). 3. Change pin''s polarity 4. EOI & Unmask Signed-off-by: Guy Zana <guy@neocleus.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel