Displaying 20 results from an estimated 416 matches for "ioports".
Did you mean:
ioport
2012 Aug 31
2
[PATCH V2] libxl/xl: implement support for guest iooprt and irq permissions
...int32_t
s/parsion/parsing/
diff -r ccbee5bcb31b -r ddde6c2c45de docs/man/xl.cfg.pod.5
--- a/docs/man/xl.cfg.pod.5 Fri Aug 31 12:03:55 2012 +0100
+++ b/docs/man/xl.cfg.pod.5 Fri Aug 31 16:54:01 2012 +0100
@@ -402,6 +402,30 @@ for more information on the "permissive"
=back
+=item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]>
+
+=over 4
+
+Allow guest to access specific legacy I/O ports. Each B<IOPORT_RANGE>
+is given in hexadecimal and may either a span e.g. C<2f8-2ff>
+(inclusive) or a single I/O port C<2f8>.
+
+It is recommended to use...
2011 Nov 21
0
[PATCH] xsm/flask: fix resource list range checks
The FLASK security checks for resource ranges were not implemented
correctly - only the permissions on the endpoints of a range were
checked, instead of all items contained in the range. This would allow
certain resources (I/O ports, I/O memory) to be used by domains in
contravention to security policy.
This also corrects a bug where adding overlapping resource ranges did
not trigger an error.
2008 Sep 27
1
Build fails on new kernel source
On my x86_64, I pulled down the source for the 2.6.18-92.1.13 kernel
and followed the wiki faithfully, but it will not build. I'm getting
errors in the Buslogic driver:
In file included from drivers/scsi/BusLogic.c:56:
drivers/scsi/BusLogic.h:241: error: redeclaration of enumerator 'false'
include/linux/stddef.h:16: error: previous definition of 'false' was here
2019 Aug 05
1
[PATCH v2] drm/qxl: get vga ioports
...mpatibility mode, typically used for boot display and firmware
framebuffers).
Accessing any vga ioport will switch the qxl device into vga mode.
The qxl driver never does that, but other drivers accessing vga ports
can trigger that too and therefore disturb qxl operation. So aquire
the legacy vga ioports from vgaarb to avoid that.
Reproducer: Boot kvm guest with both qxl and i915 vgpu, with qxl being
first in pci scan order.
v2: Skip this for secondary qxl cards which don't have vga mode in the
first place (Frediano).
Cc: Frediano Ziglio <fziglio at redhat.com>
Signed-off-by: Gerd...
2013 May 06
1
Accessing dom0's ioport in domU
Hello,
I am creating a domU with Ubuntu12.04, I need to provide dom0''s
certain ioports(0xcd0-0xcdb) to domU. I have added *ioports = [ "cd0-cdb" ]
*and tried it in the domU, its been not mapped on domU.
On host I am using xen-4.2 and tool stack xl. Let me know if I have to
add anymore information to config file to grant access to domU
_______________________________...
2020 Sep 09
1
[PATCH v2 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
On Tue, Sep 08, 2020 at 10:10:07PM +0200, David Hildenbrand wrote:
> IORESOURCE_MEM_DRIVER_MANAGED currently uses an unused PnP bit, which is
> always set to 0 by hardware. This is far from beautiful (and confusing),
> and the bit only applies to SYSRAM. So let's move it out of the
> bus-specific (PnP) defined bits.
>
> We'll add another SYSRAM specific bit soon. If we
2005 Jun 11
5
[PATCH] Fixing iopl and ioperm
With this patch, x86 and x86-64 share ioport.c, fixing LTP iopl and
ioperm testcase failures (on both). We found an iopl testcase failing
even on x86 xenlinux.
Now x86-64 xenlinux should have the same results regarding the LTP
testcases (as far as we tested).
Signed-off-by: Li B Xin <li.b.xin@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Jun
---
Intel Open Source
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
...d off by Matthew Fioravante: matthew.fioravante@jhuapl.edu
---
Changes from previous
* Rebased onto latest xen-unstable
* Rewrote the feature to mimic the style used by iports and irqs in
current libxl
* Updated xl.cfg manpage
* removed the redundant "allow" field, its not used by irq or ioports
either.
* fixed whitespace errors
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -496,6 +496,16 @@ is given in hexadecimal and may either a span e.g.
C<2f8-2ff>
It is recommended to use this option only for trusted VMs u...
2010 Aug 05
2
working config for xen which would transfer a serial interface
...e stock packages from Centos 5.5 ( fully
updated) and also with gitco's 3.4.3 but after 2 days of googling and
testing we still fail to access the serial interface from DomU.
No matter what we've tried,
- in DomU there is no reference to any kind of serial ports in
/proc/{interrupts,ioports}
- the test program which accesses ttyS0 fails ( it works just fine in
dom0) even after manually loading parport_serial in DomU
/dev/ttyS{0..3} do get created by default, if that matters.
Here is the content of the config file, after the last attempt
(which uses gitco's xen, but...
2011 Nov 16
9
extending qemu-dm
Hello,
I''m working on a project and trying to pass through a PS/2 mouse + keyboard
to a hardware VM. I''ve played with numerous things (including the obvious,
using USB), but after finding no alternative, it seems like the best way to
approach this would be to modify qemu-dm to pipe through data from
/dev/input/eventwhatever to the keyboard/mouse that qemu provides (and then
2019 Aug 05
2
[PATCH] drm/qxl: get vga ioports
...mpatibility mode, typically used for boot display and firmware
framebuffers).
Accessing any vga ioport will switch the qxl device into vga mode.
The qxl driver never does that, but other drivers accessing vga ports
can trigger that too and therefore disturb qxl operation. So aquire
the legacy vga ioports from vgaarb to avoid that.
Reporducer: Boot kvm guest with both qxl and i915 vgpu, with qxl being
first in pci scan order.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/qxl/qxl_drv.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/d...
2019 Aug 05
0
[Spice-devel] [PATCH] drm/qxl: get vga ioports
...ed for boot display and firmware
> framebuffers).
>
> Accessing any vga ioport will switch the qxl device into vga mode.
> The qxl driver never does that, but other drivers accessing vga ports
> can trigger that too and therefore disturb qxl operation. So aquire
> the legacy vga ioports from vgaarb to avoid that.
>
> Reporducer: Boot kvm guest with both qxl and i915 vgpu, with qxl being
typo: "Reporducer"
> first in pci scan order.
>
> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
> ---
> drivers/gpu/drm/qxl/qxl_drv.c | 11 ++++++++++...
2005 Oct 11
0
Access to ioport 0x60 in domU
...qs.org/docs/kernel/x1206.html". With pci-access to the
pci/isa-bridge it seems to work. But the problem is, the scancode from
the example "scancode = inb(0x60);" is always "ffffffff".
Can I access to this ioport from domU. I think its possible, because
"cat /proc/ioports" shows an port"0060-006f : keyboard".
Best regards Tino
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Nov 12
0
use of platform pci ioport range
I notice that xen 3.3 actually makes use of the ioport range in the
platform pci device.
Under xen 3.2 I created a little patch to dump log output via writes to
that ioport range. Is that something that could be considered for
inclusion into 3.3 too?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2007 Sep 06
6
Serial port on the domU
I configured a domU to access to the physical serial port of the dom0
(/dev/ttyS0) typing this in the domU configuration file:
irq = [ 4 ]
ioports = [ "3f8-3ff" ]
The domU starts without any error, but the serial port isn''t recognised.
The /dev/ttyS0 device exists on the domU, and I blacklisted the
serial_core, the 8250 and 8250_pnp modules on the dom0.
What is the problem? Could you help me, please?
Thank you very much!...
2013 Jan 31
1
Installing RHEL On Laptop.....
Not sure if this is the right place to come to, but I don't have "RHN"
support.....I'm hoping someone can help me out here.
I have downloaded the RHEL .ios file and burned it to DVD/CD, my laptop
is primed to Boot From CD/ROM Drive, I start the installation using the
semi-graphical interface, and the first few options are a breeze, then
it gets to identifying the CD drive
2014 Nov 18
1
Syslinux-6.03 getting stuck with kernel boot.
Hi every one,
I am trying to load a custom kernel with Syslinux on special purpose pc.
Surprisingly Syslinux-4.06 boots my kernel, initrd and finally the OS
perfectly from an SD-Card. The problem arises when I use the Syslinux-6.03
where the syslinux hangs right at the beginning After I see the message
'Loading vmLinuz0 ...'
I read a few posts on your forums and figured out it has to do
2019 Jun 15
1
[PATCH 06/22] mm: factor out a devm_request_free_mem_region helper
On 6/13/19 2:43 AM, Christoph Hellwig wrote:
> Keep the physical address allocation that hmm_add_device does with the
> rest of the resource code, and allow future reuse of it without the hmm
> wrapper.
>
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> ---
> include/linux/ioport.h | 2 ++
> kernel/resource.c | 39 +++++++++++++++++++++++++++++++++++++++
2010 Jun 09
1
PXE boot into rescue mode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I followed the instructions here:
http://nixcraft.com/file-servers/14803-how-centos-5-pxe-linux-installation-server.html,
along with a few other sources that were less successful, and I finally
got a pxe boot going. I'm using CentOS 5.3 x86_64 media as the source.
The server boots, but keeps hanging.
Here is my boot line:
2011 Nov 13
8
ioperm problem
Hi,
I''m trying to port AMD VGA passthru patch to the latest XEN and vanila kernel
and I got SIGSEGV in
static void ati_hw_out(uint16_t hport, uint32_t data)
{
ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 1);
asm volatile ("out %1, %0"::"Nd"(hport),"a"(data));
ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 0);
}
I tried old 2.6.32