search for: create_device

Displaying 14 results from an estimated 14 matches for "create_device".

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 gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Dr...
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)...
2014 Oct 31
0
Wine release 1.7.30
...licy. kernel32/tests: Avoid crashing when exception info[0] contains wrong value. kernel32/tests: Avoid test failures on systems where hardware DEP is not supported. Stefan D?singer (11): d3d9/tests: Add style and size tests for D3DCREATE_NOWINDOWCHANGES. d3d8/tests: Update create_device to match d3d9. d3d9/tests: Use create_device in test_fpu_setup (v2). d3d9/tests: Use create_device for test_swvp_buffer. d3d8/tests: Use create_device for test_fpu_setup. d3d8/tests: Use create_device in test_swvp_buffer. d3d8/tests: Skip unsupported resources in test_...
2014 Oct 17
0
Wine release 1.7.29
..._update_volume(). wined3d: Track format conversion per-texture. wined3d: Track system memory pinning per-texture. wined3d: Track SFLAG_DYNLOCK per-texture. wined3d: Track texture coordinate normalization per-texture. d3d9/tests: Allow a width and height to be passed to create_device(). d3d9/tests: Use create_device() in test_scissor_size(). d3d8/tests: Allow a width and height to be passed to create_device(). Iv?n Matellanes (7): msvcrt: Added _fclose_nolock() implementation. msvcrt: Added _fread_nolock() implementation. msvcrt: Added _fwrite_nol...
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
...Verify that creating a ddraw object works before running any real tests. d3d8/tests: Don't bother handling Direct3DCreate8() failures, we verified it works earlier. d3d9/tests: Don't bother handling Direct3DCreate9() failures, we verified it works earlier. d3d9/tests: Use create_device() in more tests. d3d8/tests: Use create_device() in more tests. d3d9/tests: Handle failure to create a device in the stateblock tests with skip(). d3d8/tests: Handle failure to create a device in the stateblock tests with skip(). d3dx9: Use a 1x1x1 unit box in D3DXCreateBox(...
2012 Nov 23
0
Wine release 1.5.18
...nderTarget() calls. d3d9/tests: Add a test for the scissor rect and viewport after SetRenderTarget() calls. d3drm: Avoid LPDIRECTDRAWSURFACE. d3drm: Avoid LPDIRECTDRAWCLIPPER. d3d9: Avoid resetting device state for d3d9ex resets. d3d9/tests: Create the d3d9ex object in create_device(). d3d9/tests: Add tests for device resets in d3d9ex. d3drm: Avoid LPDIRECT3DVIEWPORT. d3drm: Avoid LPDIRECT3DDEVICE2. d3drm: Avoid LPDIRECT3DDEVICE. d3d10core: Implement d3d10_device_IAGetIndexBuffer(). d3d10core: Implement d3d10_device_IAGetVertexBuffers()....
2019 Nov 29
0
Wine release 4.21
...Add keylength tests for enhanced and schannel providers. Zhiyi Zhang (5): setupapi/tests: Fix timeout on win10 1809+. setupapi/tests: Add default device registry property tests. wine.inf: Add display and monitor classes. setupapi: Set device SPDRP_CLASS registry property in create_device(). include: Add more date formatting flags. -- Alexandre Julliard julliard at winehq.org
2014 Jan 17
0
Wine release 1.7.11
...meter, not a flag. advapi32: Don't shadow keychain_item in mac_write_credential. Henri Verbeet (15): wined3d: Get rid of the unused screen_palents field in struct wined3d_palette. wined3d: Fix up the backbuffer count on failure in swapchain_init(). d3d9/tests: Make sure create_device() returns NULL on failure. wined3d: Reset the command stream state as well in wined3d_device_reset(). wined3d: Introduce a common GLSL handler for scalar instructions. wined3d: Store color keys in textures instead of in surfaces. ddraw: Don't propagate color key changes...
2014 Feb 07
0
Wine release 1.7.12
...ite AttachmentTest() and AttachmentTest7(). ddraw: Allow attaching surfaces other than depth buffers in ddraw_surface4_AddAttachedSurface(). d3d10: Add D3D10_DRIVER_TYPE_WARP. d3d10core/tests: Use D3D10CreateDevice() to create a device. d3d10/tests: Also try a WARP device in create_device(). d3d10/tests: Don't reuse the device. dxgi: Store IWineDXGIAdapter pointers in the factory. dxgi: Implement IDXGIAdapter1. dxgi: Implement IDXGIFactory1. wined3d: Don't allow format conversion on Present() for d3d8. d3d8/tests: Port test_display_formats...
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.conn...