log: Permit -dfilter 0..0xffffffffffffffff
authorMarkus Armbruster <armbru@redhat.com>
Fri, 1 Jul 2016 11:47:49 +0000 (13:47 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
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 <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/test-logging.c
util/log.c