]> Git Repo - qemu.git/commit - util/log.c
log: Permit -dfilter 0..0xffffffffffffffff
authorMarkus Armbruster <[email protected]>
Fri, 1 Jul 2016 11:47:49 +0000 (13:47 +0200)
committerMichael S. Tsirkin <[email protected]>
Mon, 4 Jul 2016 13:49:33 +0000 (16:49 +0300)
commit58eeb83cc7c445f167c951493deddf45621d66bb
tree601feb320c1b1d5c0ff7ea0a17a333f7678241fb
parent6dd726a2bf1b800289d90a84d5fcb5ce7b78a8e1
log: Permit -dfilter 0..0xffffffffffffffff

Works fine since the previous commit fixed the underlying range data
type.  Of course it filters out nothing, but so does
0..1,2..0xffffffffffffffff, and we don't bother rejecting that either.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
tests/test-logging.c
util/log.c
This page took 0.024604 seconds and 4 git commands to generate.