mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Introduce virDomainOpenGraphicsFD API
Define the public API implementation and declare internal driver prototype.
This commit is contained in:
@@ -5321,6 +5321,11 @@ int virDomainOpenGraphics(virDomainPtr dom,
|
||||
int fd,
|
||||
unsigned int flags);
|
||||
|
||||
int virDomainOpenGraphicsFD(virDomainPtr dom,
|
||||
unsigned int idx,
|
||||
int *fd,
|
||||
unsigned int flags);
|
||||
|
||||
int virDomainInjectNMI(virDomainPtr domain, unsigned int flags);
|
||||
|
||||
int virDomainFSTrim(virDomainPtr dom,
|
||||
|
||||
Reference in New Issue
Block a user