Displaying 14 results from an estimated 14 matches for "create_devices".
Did you mean:
_create_devices
2013 Mar 05
3
[Bug 61879] New: Python binding of gbm's gbm_create_device fail to create_device
https://bugs.freedesktop.org/show_bug.cgi?id=61879
Priority: medium
Bug ID: 61879
Assignee: nouveau at lists.freedesktop.org
Summary: Python binding of gbm's gbm_create_device fail to
create_device
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: amirouche.boubekki at
2005 Jun 07
3
Error while creating domains
...39;'str'' and ''NoneType'' objects
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 483, in construct
self.configure()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 992, in configure
self.create_devices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 768, in create_devices
self.create_configured_devices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 757, in create_configured_devices
self.createDevice(ctrl_type, dev_config, recreate=recreate)
F...
2014 Oct 31
0
Wine release 1.7.30
The Wine development release 1.7.30 is now available.
What's new in this release (see below for details):
- More support for fonts in DirectWrite.
- Improved ATL thunk support.
- A few more C runtime functions.
- Regedit import/export fixes.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.30.tar.bz2
2014 Oct 17
0
Wine release 1.7.29
The Wine development release 1.7.29 is now available.
What's new in this release (see below for details):
- Support for shaping and BiDi mirroring in DirectWrite.
- Some page fault handling fixes.
- A few more C runtime functions.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.29.tar.bz2
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...g
directories as follows.
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 656, in construct
self.configure()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1072, in configure
self.create_devices()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 898, in create_devices
self.create_configured_devices()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 887, in create_configured_devices
self.createDevice(ctrl_type,...
2020 Apr 28
5
[PATCH 0/1] Add uvirtio for testing
This is a way to create virtio based devices from user space. This is the
background for this patch:
We have some images works fine under qemu, we'd like to also run the same image
on Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a
patch to create a virtio-vga from kernel directly:
https://www.spinics.net/lists/dri-devel/msg248573.html
Then I got feedback from
2020 Apr 28
5
[PATCH 0/1] Add uvirtio for testing
This is a way to create virtio based devices from user space. This is the
background for this patch:
We have some images works fine under qemu, we'd like to also run the same image
on Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a
patch to create a virtio-vga from kernel directly:
https://www.spinics.net/lists/dri-devel/msg248573.html
Then I got feedback from
2020 Apr 30
2
[PATCH 0/1] Add uvirtio for testing
On Wed, Apr 29, 2020 at 08:59:18PM -0700, lepton wrote:
> On Wed, Apr 29, 2020 at 4:58 AM Gerd Hoffmann <kraxel at redhat.com> wrote:
> >
> > > 3) Need to be verbose on how the vring processing work in the commit log of
> > > patch 1
> >
> > Ecven better a file documenting the interface somewhere in
> > Documentation/
> I put a uvirtio-vga.c
2014 Mar 07
0
Wine release 1.7.14
The Wine development release 1.7.14 is now available.
What's new in this release (see below for details):
- More Task Scheduler support.
- Improvements for AVI encoding support.
- More VisualBasic interfaces in MSXML.
- Support for deflate content encoding in Wininet.
- Some fixes for monochrome printers.
- Various bug fixes.
The source is available from the following locations:
2012 Nov 23
0
Wine release 1.5.18
The Wine development release 1.5.18 is now available.
What's new in this release (see below for details):
- Various Windows Codecs improvements.
- Fixes for OLE database support.
- Improvements to system parameters management.
- Some fixes to the built-in Web browser.
- Fixes for XML support.
- Various bug fixes.
The source is available from the following locations:
2019 Nov 29
0
Wine release 4.21
The Wine development release 4.21 is now available.
What's new in this release (see below for details):
- HTTP proxy configuration through DHCP.
- Parameter block support in D3DX9.
- A few more dlls converted to PE.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/4.x/wine-4.21.tar.xz
2014 Jan 17
0
Wine release 1.7.11
The Wine development release 1.7.11 is now available.
What's new in this release (see below for details):
- Uniscribe support in the RichEdit control.
- Support for condition variables and Slim Reader/Writer locks.
- More D3D command stream preparation work.
- Optional Start Menu in desktop mode.
- Improved support for vertical fonts metrics.
- Various bug fixes.
The source is
2014 Feb 07
0
Wine release 1.7.12
The Wine development release 1.7.12 is now available.
What's new in this release (see below for details):
- Initial support for Window Media Player interfaces.
- Some more Task Scheduler support.
- Various C++ runtime fixes.
- More dlls with ugly names for Windows 8 API set support.
- Various bug fixes.
The source is available from the following locations:
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...quot;)
>+ self.console_channel = self.eventChannel("console_channel")
>
> def create_configured_devices(self):
> devices = sxp.children(self.config, ''device'')
>@@ -1003,6 +1028,7 @@
> self.configure_fields()
> self.create_devices()
> self.create_blkif()
>+ self.publish_console()
>
> def create_blkif(self):
> """Create the block device interface (blkif) for the vm.
>@@ -1017,6 +1043,12 @@
> backend = blkif.getBackend(0)
> backend.conne...