spapr_llan: fix device reenabling
[qemu/agraf.git] / scripts / tracetool / backend / events.py
blob5afce3e8daee5848a9868d4ce1979a083d1a1885
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
4 """
5 Generic event description.
7 This is a dummy backend to establish appropriate frontend/backend compatibility
8 checks.
9 """
11 __author__ = "Lluís Vilanova <vilanova@ac.upc.edu>"
12 __copyright__ = "Copyright 2012, Lluís Vilanova <vilanova@ac.upc.edu>"
13 __license__ = "GPL version 2 or (at your option) any later version"
15 __maintainer__ = "Stefan Hajnoczi"
16 __email__ = "stefanha@linux.vnet.ibm.com"
19 def events_h(events):
20 pass
22 def events_c(events):
23 pass