diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-18 10:35:13 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-18 10:35:13 -0500 |
commit | 664535c31c41d8dcd7756b579674a4a6f9eb6cd9 (patch) | |
tree | 654ffde68f284ef4d595920f5da646bfb92b20f4 /net/tap.c | |
parent | 0b0cb9d310edfe2b2d108f18be4f013a1e552cfd (diff) | |
parent | 0cd23fcc0afe0a847e2e68797b64b297b20121f9 (diff) |
Merge remote-tracking branch 'qmp/queue/qmp' into staging
* qmp/queue/qmp:
build: install qmp-commands.txt
Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG events
Add event notification for guest balloon changes
Fix some more license versions (GPL2+ instead of GPL2)
monitor: Fix memory leak with readline completion
qmp: do not include monitor.h from qapi-types-core.h
qmp: include monitor.h when needed
kvm: add missing include files
Diffstat (limited to 'net/tap.c')
-rw-r--r-- | net/tap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #include <net/if.h> #include "net.h" +#include "monitor.h" #include "sysemu.h" #include "qemu-char.h" #include "qemu-common.h" |