mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: monitor: Drop old monitor fields from 'struct _qemuMonitorMessage'
The fields are no longer used since we've deleted support for HMP-only qemus. The HMP command pass-through works via a QMP command. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
c82887a323
commit
c5eb99a9d9
@ -43,15 +43,10 @@ struct _qemuMonitorMessage {
|
|||||||
int txOffset;
|
int txOffset;
|
||||||
int txLength;
|
int txLength;
|
||||||
|
|
||||||
/* Used by the text monitor reply / error */
|
|
||||||
char *rxBuffer;
|
|
||||||
int rxLength;
|
|
||||||
/* Used by the JSON monitor to hold reply / error */
|
/* Used by the JSON monitor to hold reply / error */
|
||||||
void *rxObject;
|
void *rxObject;
|
||||||
|
|
||||||
/* True if rxBuffer / rxObject are ready, or a
|
/* True if rxObject is ready, or a fatal error occurred on the monitor channel */
|
||||||
* fatal error occurred on the monitor channel
|
|
||||||
*/
|
|
||||||
bool finished;
|
bool finished;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user