]> Git Repo - linux.git/commit
tools/kvm_stat: remove regex filter on empty input
authorStefan Raspl <[email protected]>
Fri, 10 Mar 2017 12:40:12 +0000 (13:40 +0100)
committerPaolo Bonzini <[email protected]>
Wed, 29 Mar 2017 10:01:30 +0000 (12:01 +0200)
commit645c1728a9d33d78028d93a2ed770f51df0a92c6
tree8129611853d93b9452514b21ff34fb805ef3b9a5
parent72187dfa8e2686b748ad7485d0ca59ba993ba526
tools/kvm_stat: remove regex filter on empty input

Behavior on empty/0 input for regex and pid filtering was inconsistent, as
the former would keep the current filter, while the latter would (naturally)
remove any pid filtering.
Make things consistent by falling back to the default filter on empty input
for the regex filter dialogue.

Signed-off-by: Stefan Raspl <[email protected]>
Reviewed-by: Marc Hartmayer <[email protected]>
Signed-off-by: Radim Krčmář <[email protected]>
tools/kvm/kvm_stat/kvm_stat
This page took 0.043416 seconds and 4 git commands to generate.