Displaying 20 results from an estimated 4000 matches similar to: "IOMMU and AMD 890fx"
2012 Sep 05
21
[PATCH] amd iommu: Dump flags of IO page faults
Hi Jan,
Attached patch dumps io page fault flags. The flags show the reason of
the fault and tell us if this is an unmapped interrupt fault or a DMA fault.
Thanks,
Wei
signed-off-by: Wei Wang <wei.wang2@amd.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2010 Aug 10
3
AMD iommu , pci passthrough problems assigning devices to HVM
Hi,
I''m running a machine with:
- Hypervisor: xen-unstable
- Dom0: xen/next-2.6.32.17 commit c3f5aba942c7516a5c76c47345ff0a473daf2542
Hardware:
-MSI 890FXA-GD70 with AMD IOMMU
-Phenom X6
I''m trying to do PCI passthrough to a HVM, this fails with:
Error: Failed to assign device to IOMMU (0000:04:00.0@100,msitranslate=1,power_mgmt=0)
Error: pci: to avoid potential security
2010 Nov 21
3
VGA passthrough - GA-890FXA with ASUS EAH5750 video
Hello,
I would like to report to the group that I have been successful with VGA
passthrough using the following configuration:
Gigabyte GA-890FXA-UD5
ASUS EAH5750 1GB GDDR5 video
Fedora 13
XEN 4.0.1
Windows 7 64 bit HVM guest
Xen was installed per Pasi''s Fedora 13 Xen 4.0 Tutorial found here:
http://wiki.xen.org/xenwiki/Fedora13Xen4Tutorial
The tutorial was very helpful and many
2013 Oct 06
17
AMD IOMMU disabled - No Perdev Intremap
Hi!
From other people posting to this list, I know that there has been a
bug related to the issue described in Xen Security Advisory 36 that
disables iommu for some AMD users like me.
However, even when passing "iommu=no-amd-iommu-perdev-intremap" it
still disables i/o virtualisatoin. Related Xen dmesg output:
(XEN) IVHD Error: Invalid IO-APIC 0
(XEN) AMD-Vi: Error initialization
2013 Sep 26
22
Status of FLR in Xen 4.4
Hi everyone,
I would like to ask what the current status of FLR, or better of FLR
emulation is in latest Xen and if we can expect better support in the
future.
I''m asking because with xl (latest build and traditional qemu, not
upstream), I always had problems with rebooting domUs which have vga cards
passed through to them, because appearently they don''t get reinitialized
and
2012 Dec 07
1
VGA-Passthrough: Driver suggestion for Nvidia GT 520
Dear list,
currently I have a Debian Wheezy with Kernel 3.6.6 and Xen 4.2 as Dom0
and an Ubuntu 12.04 as a HVM DomU with vga passthrough for my Nvidia
GT 520 card working. Hardware is a Gigabyte GA-890FXA-UD5 with IOMMU
and an Athlon II. I used the howto by David Techer to get my card
running.
Currently I can only use the driver version 275.xx of the nvidia
closedsource driver. All newer
2013 Jul 22
69
[xen-unstable] Commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, makes dom0 boot process stall several times.
Hi Jan,
After commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, booting dom0 stalls several times.
Sometimes this results in RCU stall warnings from the dom0 kernel, hitting the "any" key, on normal or serial console, makes the boot continue for a while but it stalls several times.
(It also stalls on shutdown BTW)
I have
2012 Sep 13
20
Xen 4.2.0-rc4 issues with DVB tuner
On Thu, Aug 30, 2012 at 6:33 PM, Konrad Rzeszutek Wilk <konrad@kernel.org>wrote:
Hi,
> > I''ve just upgraded a server of mine from a Core i3 2100T to an i7 3770,
> in order
> > to do full virtualization with VTd.
> >
> > I''m using kernel 3.5.2 and Xen from git://xenbits.xen.org/xen.git @
> commit
> >
2013 Apr 20
8
xen-unstable: commit commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c leaves HVM guest dangling after shutdown or destroy.
Hi,
Commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guests
Leaves HVM guests dangling after shutdown or destroy:
xl list gives:
(null) 16 0 4 --p--d 11.5
(null) 17 0 1 --ps-d 12.0
(first was destroyed, second shutdown)
The
2013 Jul 10
2
ASRock B85M Pro4 micro-ATX Motherboard Supports VT-d!!!
Hi,
I have just upgraded my computer to Intel Core i5-4430 Quad Core @ 3.0
GHz (supports VT-d), ASRock B85M Pro4 micro-ATX LGA1150 motherboard
(supports VT-d), 8 GB Kingston DDR3-1600 memory and Cooler Master Elite
311 ATX casing (all for SGD$501).
I made my computer upgrade on Independence Day 4th July 2013.
I have also flashed the UEFI BIOS of ASRock B85M Pro4 motherboard to
version 1.50.
2011 May 20
8
2.6.39 dom0 xen power management test
Hi Konrad / Yu Ke,
I have tried konrad''s master tree:
commit 329408d788f62629131ea28c112e973878d52c9e
Merge: e370fe2 773f8cf
Author: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Date: Thu May 19 14:37:32 2011 -0400
Merge branch ''linux-next''
With a xen-4.1.0 hypervisor, on my AMD x6 phenom.
Curious if Xen Power Management would work...
Output of all xenpm
2012 Sep 06
7
[PATCH] xl: Introduce shutdown xm compatibility option -a to shutdown all domains
docs/man/xl.pod.1 | 6 +++++-
tools/libxl/xl_cmdimpl.c | 39 ++++++++++++++++++++++++++++++++++++---
tools/libxl/xl_cmdtable.c | 3 ++-
3 files changed, 43 insertions(+), 5 deletions(-)
xl: Introduce shutdown xm compatibility option -a to shutdown all domains
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
diff -r 9dc729b75595 -r 67f9ef649937 docs/man/xl.pod.1
---
2012 Jan 09
2
VGA Passthrough Experience
This is my first time posting to the mailing list, so I hope I post
everything that is needed. I built a new computer to play around with VGA
Passthrough and I got it working. The wiki (
http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters) said post
details here.
The computer:
Motherboard: ASRock 890FX Deluxe5
CPU: AMD Phenom(tm) II X6 1090T Processor
Kernel: 3.0.6-gentoo (pvops)
Xen:
2012 Dec 14
8
3.8.0-rc0 on xen-unstable: RCU Stall during boot as dom0 kernel after IOAPIC
Hi Konrad,
I just tried to boot a 3.8.0-rc0 kernel (last commit: 7313264b899bbf3988841296265a6e0e8a7b6521) as dom0 on my machine with current xen-unstable.
The boot stalls:
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01]
2013 Jan 25
14
[PATCH] tools: revert to using /var and /etc/
26470:acaf29203cf9 "tools+stubdom: install under /usr/local by
default" moved more stuff under /usr/local than was desirable.
In particular SYSCONFIG_DIR (configuration for initscripts) moved to
/usr/local/etc/{sysconfig,defaults} while the initscripts themselves
(correctly) remained in /etc/init.d. Moving /etc/xen/scripts breaks
the udev bakcned rules file. Lastly stuff under /var was
2013 Oct 09
6
Processed: Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
Processing commands for xen@bugs.xenproject.org:
> create ^
Created new bug #20 rooted at `<1571692646.20131009000945@eikelenboom.it>''
Title: `Re: [HVM} xen_platform_pci=0 doesn''t prevent platform device creation and disk and nic take over by PV drivers.''
> title it xen_platform_pci=0 doesn''t work with qemu-xen
Set title for #20 to
2012 Nov 16
5
[ 3009.778974] mcelog:16842 map pfn expected mapping type write-back for [mem 0x0009f000-0x000a0fff], got uncached-minus
Hi Konrad,
Sometime ago i reported this one at boot up:
[ 3009.778974] mcelog:16842 map pfn expected mapping type write-back for [mem 0x0009f000-0x000a0fff], got uncached-minus
[ 3009.788570] ------------[ cut here ]------------
[ 3009.798175] WARNING: at arch/x86/mm/pat.c:774 untrack_pfn+0xa1/0xb0()
[ 3009.807966] Hardware name: MS-7640
[ 3009.817677] Modules linked in:
[ 3009.827524] Pid:
2010 Feb 11
6
tapdisk2 segfaults with xen-unstable+linux-2.6-pvops
Hi,
I''m trying to run guest pv vm on my machine running xen-unstable
(xen-4.0.0-rc3.pre + linux-2.6-pvops). However, I get blktap error:
"
sudo xm create -c xmexample
Using config file "./xmexample".
Error: Failed to create device.
stdout: unrecognized child response
stderr:
Check that target "/home/ashish/xen/hd.img" exists and that blktap2
driver
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All,
I followed the instructions here at
http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/
However, when I do a "make menuconfig", I cannot see any XEN related
configuration options. What am I missing?
Thank you.
Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical
Engineering)
2010 Mar 10
5
[stable-2.6.31/master] Compile error "error: redefinition of xen_destroy_irq"
Hi All,
xen stable-2.6.31/master doesn''t seem to compile:
CC [M] drivers/watchdog/w83877f_wdt.o
CC [M] drivers/watchdog/w83977f_wdt.o
CC [M] drivers/watchdog/machzwd.o
CC [M] drivers/watchdog/sbc_epx_c3.o
CC [M] drivers/watchdog/wm8350_wdt.o
CC [M] drivers/watchdog/softdog.o
CC drivers/xen/grant-table.o
CC drivers/xen/features.o
CC