Support filter expressions consisting of basic comparison operators in DevGetObjects(Ex).
--
v4: cfgmgr32: Implement support for basic filter expressions in DevGetObjects.
cfgmgr32: Validate DEVPROP_FILTER_EXPRESSION values passed to Dev{GetObjects, CreateObjectQueryEx}.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8723
Support filter expressions consisting of basic comparison operators in DevGetObjects(Ex).
--
v2: cfgmgr32: Implement support for basic filter expressions in DevGetObjects.
cfgmgr32: Validate DEVPROP_FILTER_EXPRESSION values passed to Dev{GetObjects, CreateObjectQueryEx}.
cfgmgr32/tests: Add some tests for calling DevGetObjects with filters.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8723
If a session is shutdown when its command_state is already COMPLETE,
session_handle_source_shutdown calls session_set_stopped, which calls
session_command_complete which will submit the op at the head of commands again,
despite it having already been submitted.
Given that only the op at the head of commands can be in the submitted state,
tracking it as a command state makes more sense to me. And if the command state
is SUBMITTED we know not to submit the op again.
* * *
Superceded !8270
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8722