diff options
Diffstat (limited to 'python/qemu/accel.py')
| -rw-r--r-- | python/qemu/accel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qemu/accel.py b/python/qemu/accel.py index 7fabe62920..3ec6bdcfdb 100644 --- a/python/qemu/accel.py +++ b/python/qemu/accel.py @@ -18,6 +18,7 @@ import logging import os import subprocess + LOG = logging.getLogger(__name__) # Mapping host architecture to any additional architectures it can |