search for: newdev

Displaying 20 results from an estimated 20 matches for "newdev".

Did you mean: netdev
2012 Aug 29
4
xen debugger (kdb/xdb/hdb) patch for c/s 25467
Hi Guys, Thanks for the interest in the xen hypervisor debugger, prev known as kdb. Btw. I''m gonna rename it to xdb for xen-debugger or hdb for hypervisor debugger. KDB is confusing people with linux kdb debugger and I often get emails where people think they need to apply linux kdb patch also... Anyways, attaching patch that is cleaned up of my debug code that I accidentally left in
2010 Jan 06
1
MakeActiveBinding help needed
Hi, I wanted a Q&D way to open a new graphics window but keep the focus in the console window (under Windows and the Rgui), so I wrote a line into my Rprofile.site file as follows: invisible(makeActiveBinding('newdev', function(...) dev.new(restoreConsole=T), .GlobalEnv)) (That is all on one line, incase the mailer re-parses it). This gives me a command "newdev" which does not require me to enter a pair of parentheses to execute it. This worked just fine so far as the command goes. Here'...
2011 Feb 23
0
[PATCH 1/2] libvirt/qemu : allow persistent modification of disks via A(De)ttachDeviceFlags
...return i; + } + return -1; +} +/* + * Attach a device given by XML, the change will be persistent + * and domain XML definition file is updated. + */ +static int qemuDomainAttachDevicePersistent(virDomainDefPtr vmdef, + virDomainDeviceDefPtr newdev) +{ + virDomainDiskDefPtr disk; + + /* At first, check device confliction */ + switch(newdev->type) { + case VIR_DOMAIN_DEVICE_DISK: + disk = newdev->data.disk; + if (qemuDomainFindDiskByName(vmdef, disk->dst) >= 0) { + qemuReportError(VIR_ERR_INVALI...
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
2016 Dec 19
0
Wine release 1.8.6
...24 WineD3D8 crashes on Windows with GTAVC and i915-class video 41284 dbghelp_dwarf: parse_cie_details unknown CIE version 4 (clang/mesa/valgrind) 41308 iconfig.exe needs msvcr120.??0_Condition_variable at details@Concurrency@@QAE at XZ 41343 Ellisys Visual USB needs unimplemented function newdev.dll.DiInstallDriverA 41389 ComboFix fails to install: complains about missing HKLM\System\CurrentControlSet\Control\hivelist 41405 Hornbill Supportworks Client 7.6.0: crashes with ExtFloodFill when open 'Incident Details' pane 41428 The Forest: Terminal gets spammed with errors if...
2008 Dec 03
1
system-config-network crash
.../gui/maindialog.py", line 278, in loadDevices devicelist = getDeviceList() File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 301, in getDeviceList __DVList.load() File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 84, in load newdev.load(dev) File "/usr/share/system-config-network/netconfpkg/plugins/NCDevModem.py", line 36, in load self.Dialup.load(conf) File "/usr/share/system-config-network/netconfpkg/NCDialup.py", line 513, in load Dialup.load(self, parentConf) File "/usr/share/system-config-n...
2016 Oct 01
0
Wine release 1.9.20
...tions. 41315 Windows 10 DISM doesn't launch, needs advapi32.EventWriteTransfer 41333 MeterBasic (Tonne Software) crashes at start 41336 Windows 10 DISM pkgmgr.exe doesn't launch, needs api-ms-win-core-libraryloader-l1-2-2.dll 41343 Ellisys Visual USB needs unimplemented function newdev.dll.DiInstallDriverA 41352 World of Tanks crashes with unimplemented function msvcp140.dll.?_Getcat@?$codecvt at DDU_Mbstatet@@@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z 41381 Marvelous Designer 6 needs msvcp140.dll.?_Getcat@?$codecvt at DDU_Mbstatet@@@std@@SA_KPEAPEBVfacet at locale@2 at PE...
2009 Jun 30
2
How do I change which R Graphics Device is active?
Hello, If I execute X11() plot( stuff ) X11() plot( other stuff) then at this point I have two windows with plots and the second graphics window is active. I don't see the devices using ls(). 1) Without destroying the second window how do I make the first window active again? 2) How do I destroy a specific window when I'm done with it? 3) Is there some generic way to understand what
2015 Oct 16
0
Wine release 1.7.53
...on' 33400 Photoscape 3.6.3 corrupts files when saving in jpeg format 33757 XenCenter 5.5 crashes while starting 34167 PhysX installer strikethrough text of licence agreement 34483 Sentinel Protection Installer v7.6.6: Sentinel System Driver installer repair mode fails due to missing newdev.dll 'InstallSelectedDriver' function 34841 Multiple applications crash on unimplemented function msvcr90.dll.__CxxExceptionFilter (Garmin BaseCamp 4.1.2, Visual Studio 2008 installer) 34863 Etrom: The Astral Essence doesn't run (Mac OS X only bug) 35052 The Lost Crown No Longer...
2019 Jun 10
0
Wine release 4.10
...ly declared arrays. widl: Also allocate top-level pointers to arrays as on-stack in -Oicf mode. widl: Remove an unused variable. widl: Write array pointers as FC_OP pointers if appropriate. widl: Non-top-level conformant arrays are always [ref] by default. include: Add newdev.h. newdev: Correct definition of DiInstallDriver(). newdev: Implement UpdateDriverForPlugAndPlayDevices(). quartz/tests: Add more tests for aggregation. qcap/audiorecord: Fix aggregation support. qcap/tests: Add more tests for aggregation. strmbase: Reimplement B...
2005 Feb 02
1
Re: one step closer to Flash MX 2004 installation
...> "msadp32.acm" = "builtin";Completely implemented > "msvfw32" = "builtin";Hardware related > "msvidc32" = "builtin";Completely implemented > "mswsock" = "builtin";Hardware related > "newdev" = "builtin";Hardware related > "ntdll" = "builtin";Hardware related > "opengl32" = "builtin";Hardware related > "psapi" = "builtin";Hardware related > "rasapi16" = "bui...
2006 May 27
14
HTB shaping & borrowing info
Hello to everybody, We want integrate in a router/firewall (Debian Based, 2.6 Kernel), an HTB shaper. The goal is to divide the traffic for classes of workstations, at example in three classes, let say A, B and C. Example: A 70 Mb/s B 20 Mb/s C 10 Mb/s If B don''t make traffic, 7/8 of 20Mb/s must be assigned to A and all the rest at B We have used CBQ and HTB, with poor succes. Anybody
2006 Apr 07
4
Wine 0.9.11 and Visual Foxpro 9
..."builtin";thunk "msadp32.acm" = "builtin";Completely implemented "msvfw32" = "builtin";Hardware related "msvidc32" = "builtin";Completely implemented "mswsock" = "builtin";Hardware related "newdev" = "builtin";Hardware related "ntdll" = "builtin";Hardware related "opengl32" = "builtin";Hardware related "psapi" = "builtin";Hardware related "rasapi16" = "builtin";Hardware...
2019 Jun 21
0
Wine release 4.11
...xml2: Build with msvcrt. msxml4: Build with msvcrt. msxml6: Build with msvcrt. mtxdm: Build with msvcrt. ncrypt: Build with msvcrt. nddeapi: Build with msvcrt. ndis.sys: Build with msvcrt. netcfgx: Build with msvcrt. netprofm: Build with msvcrt. newdev: Build with msvcrt. winebuild: Add a -munix option. winebuild: Don't import standard C functions in Unix mode. ntoskrnl: Make the standard C functions available for importing. ninput: Build with msvcrt. normaliz: Build with msvcrt. npmshtml: Build with msvcrt...
2006 Oct 13
0
Wine release 0.9.23
...Win64 printf format warning fixes. dinput8: Win64 printf format warning fixes. d3dx8: Win64 printf format warning fixes. hhctrl.ocx: Win64 printf format warning fixes. localspl/tests: Win64 printf format warning fixes. nddeapi: Win64 printf format warning fixes. newdev: Win64 printf format warning fixes. oleacc: Win64 printf format warning fixes. query: Win64 printf format warning fixes. spoolss: Win64 printf format warning fixes. w32skrnl: Win64 printf format warning fixes. activeds: Win64 printf format warning fixes. comcat:...
2006 May 18
2
Problems compiling Wine
...ating dlls/msvidc32/Makefile config.status: creating dlls/mswsock/Makefile config.status: creating dlls/msxml3/Makefile config.status: creating dlls/msxml3/tests/Makefile config.status: creating dlls/netapi32/Makefile config.status: creating dlls/netapi32/tests/Makefile config.status: creating dlls/newdev/Makefile config.status: creating dlls/ntdll/Makefile config.status: creating dlls/ntdll/tests/Makefile config.status: creating dlls/objsel/Makefile config.status: creating dlls/odbc32/Makefile config.status: creating dlls/odbccp32/Makefile config.status: creating dlls/ole32/Makefile config.status:...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...---------------- DIRECTORY: R-1.2.1/src/library/nls/src c89 -I../../../../include -I/usr/local/include -OPT:IEEE_NaN_inf=ON -KPIC -g -c nls.c -o nls.o cc-1552 c89: WARNING File = nls.c, Line = 66 The variable "convNew" is set but never used. double dev, fac, minFac, tolerance, newDev, convNew; ^ ------------------------------------------------------------------------ DIRECTORY: R-1.2.1/src/library/ts/src c89 -I../../../../include -I/usr/local/include -OPT:IEEE_NaN_inf=ON -KPIC -g -c mburg.c -o mburg.o cc-1552 c89: WARNING Fi...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
....c apibuf.c browsr.c ds.c local_group.c nbcmdqueue.c nbnamecache.c nbt.c netapi32.c netbios.c share.c wksta.c > :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. access.c apibuf.c ds.c wksta.c > :info:build config.status: creating dlls/newdev/Makefile > :info:build config.status: creating dlls/ntdll/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. main.c > :info:build ../../tools/makedep -C. -S../.. -T../.. actctx.c atom.c cdrom.c critsection.c debugbuffer.c debugtools.c directory.c env.c error...