X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0007-PVE-Up-qmp-add-get_link_status.patch;fp=debian%2Fpatches%2Fpve%2F0007-PVE-Up-qmp-add-get_link_status.patch;h=cd90b46af733d6f66a0b6afdbd2dec27cf014a27;hb=5b15e2ecaf054107200a49c7d2509053fb91c9fe;hp=d6b5440e28d0fe37b77efdc97557b66bb9f290e8;hpb=2775b2e3788bfed64345046ce6a669bcdf28eb43;p=pve-qemu.git diff --git a/debian/patches/pve/0007-PVE-Up-qmp-add-get_link_status.patch b/debian/patches/pve/0007-PVE-Up-qmp-add-get_link_status.patch index d6b5440..cd90b46 100644 --- a/debian/patches/pve/0007-PVE-Up-qmp-add-get_link_status.patch +++ b/debian/patches/pve/0007-PVE-Up-qmp-add-get_link_status.patch @@ -11,10 +11,10 @@ Signed-off-by: Thomas Lamprecht 3 files changed, 43 insertions(+) diff --git a/net/net.c b/net/net.c -index f0d14dbfc1..6d476c47ef 100644 +index 2db160e063..8329347891 100644 --- a/net/net.c +++ b/net/net.c -@@ -1334,6 +1334,33 @@ void hmp_info_network(Monitor *mon, const QDict *qdict) +@@ -1343,6 +1343,33 @@ void hmp_info_network(Monitor *mon, const QDict *qdict) } } @@ -49,7 +49,7 @@ index f0d14dbfc1..6d476c47ef 100644 { NetClientState *nc; diff --git a/qapi/net.json b/qapi/net.json -index b92f3f5fb4..52c7e1f82b 100644 +index 75ba2cb989..a3c93ab88f 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -35,6 +35,21 @@ @@ -75,12 +75,12 @@ index b92f3f5fb4..52c7e1f82b 100644 # @netdev_add: # diff --git a/qapi/pragma.json b/qapi/pragma.json -index e6a021c19c..41139d8645 100644 +index 7f810b0e97..a2358e303a 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json -@@ -25,6 +25,7 @@ - 'system_reset', +@@ -26,6 +26,7 @@ 'system_wakeup' ], + # Commands allowed to return a non-dictionary 'command-returns-exceptions': [ + 'get_link_status', 'human-monitor-command',