search for: wait_on

Displaying 9 results from an estimated 9 matches for "wait_on".

2008 Aug 06
1
COM port issues.
I'm trying to run some old proprietary software which *barely* qualifies as being win32. It installs flawlessly, and has only minor draw issues when it comes to the main screen itself. Everything seems fine and dandy, except that Wine starts spitting tons of errors if I try to make the software talk via the COM port to the device it's supposed to talk to. The error that gets spit out
2007 Mar 19
1
set_queue_size trouble
...try to run a little application that must print to com1: some information. After couple of hours of "google-ing" I can't find a solution to my problem. So, the output in console (when I try to print) is: fixme:comm:set_queue_size insize 1024 outsize 1024 unimplemented stub fixme:comm:wait_on EV_RXFLAG not handled What can I do to make my application to work with wine? I have wine 0.9.25 compiled from source on SuSE 10.1. Have a nice day
2019 Mar 08
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...} my_invalidate_range_end(start,end) { ... if (mystruct_overlap(mystruct, start, end)) { mystruct_lock(); mystruct->invalidate_count--; ... mystruct_unlock(); } } my_access_va(mystruct) { again: wait_on(!mystruct->invalidate_count) mystruct_lock(); if (mystruct->invalidate_count) { mystruct_unlock(); goto again; } GUP(); ... mystruct_unlock(); } Cheers, J?r?me
2019 Mar 08
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...} my_invalidate_range_end(start,end) { ... if (mystruct_overlap(mystruct, start, end)) { mystruct_lock(); mystruct->invalidate_count--; ... mystruct_unlock(); } } my_access_va(mystruct) { again: wait_on(!mystruct->invalidate_count) mystruct_lock(); if (mystruct->invalidate_count) { mystruct_unlock(); goto again; } GUP(); ... mystruct_unlock(); } Cheers, J?r?me
2019 Mar 11
0
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...if (mystruct_overlap(mystruct, start, end)) { > mystruct_lock(); > mystruct->invalidate_count--; > ... > mystruct_unlock(); > } > } > > my_access_va(mystruct) { > again: > wait_on(!mystruct->invalidate_count) > mystruct_lock(); > if (mystruct->invalidate_count) { > mystruct_unlock(); > goto again; > } > GUP(); > ... > mystruct_unlock(); > } > > Cheers,...
2007 Jul 29
7
Running Prognos 5 in WINE
Hello, I am trying to run a program named "Prognos" (Version 5) for medical purposes by a Company named "MedPrevent" (http://www.medprevent.de/produkte-prognos_de.php). As installation crashed, I installed on Windows and then copied the installed files to Linux where I wanted to run the app via wine. The startup dialogs show up but then there is an error message that the
2008 May 09
0
Wine release 1.0-rc1
...ol mic volume 10794 LEGO Racers (and the demo) crashes when launced outside virtual desktop 10847 Dragon NaturallySpeaking 9.0 Preferred sound level unstable 11072 Gun Metal thinks POV2 Up is permanently set 11306 software built with Visual C++ software library crashes 11339 serial.c:wait_on() sanity checks seem to be too strict 11420 service control manager API problem: name of named objects might differ (client vs. service process) 11559 Blood 2: The Chosen (version 1.0) - D3D crash 11644 Crashes in the dinput device.c and joystick.c tests... 12052 Flatout 2, dinput_test:...
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote: > > On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote: > > > +static const struct mmu_notifier_ops vhost_mmu_notifier_ops = { > > > + .invalidate_range = vhost_invalidate_range, > > > +}; > > > + > >
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote: > > On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote: > > > +static const struct mmu_notifier_ops vhost_mmu_notifier_ops = { > > > + .invalidate_range = vhost_invalidate_range, > > > +}; > > > + > >