diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
| commit | 9bf4896e5d565785316d2c179be91fba11fbf3fb (patch) | |
| tree | 4ac5f38e5f88949dbded2562db95ddb9253c28a2 /net.h | |
| parent | 774d5c5b1604b8443a8e42048b370b6c95dbfc40 (diff) | |
| parent | 3dc853832db7bf8ac3878e0666c639d3bc02b587 (diff) | |
| download | focaccia-qemu-9bf4896e5d565785316d2c179be91fba11fbf3fb.tar.gz focaccia-qemu-9bf4896e5d565785316d2c179be91fba11fbf3fb.zip | |
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h index 9f633f8432..c6b41905af 100644 --- a/net.h +++ b/net.h @@ -122,7 +122,6 @@ int qemu_find_nic_model(NICInfo *nd, const char * const *models, const char *default_model); void do_info_network(Monitor *mon); -int do_set_link(Monitor *mon, const QDict *qdict, QObject **ret_data); /* NIC info */ |