You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if patchew was less strict about only searching for exact word matches. For instance, you can only find this patch: https://patchew.org/QEMU/[email protected]/
("hw/timer/a9gtimer: Clear pending interrupt, after the clear of Event flag")
if you search for "hw/timer/a9gtimer", because it does not match a search for "a9gtimer". (As a comparison, the "patches" command line tool doesn't do word-matches, so this patch can be found by searching for "a9gtimer" or even just "gtimer".)