Displaying 3 results from an estimated 3 matches for "domainptr".
Did you mean:
domainpart
2012 Jan 24
1
[Problem] C# virDomainShutdown
...ort.
Best regards,
D. Fonk
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-------------- next part --------------
foreach (int runningDomainID in runningDomainIDs)
{
IntPtr domainPtr = Domain.LookupByID(conn, runningDomainID);
if (domainPtr == IntPtr.Zero)
{
MessageBox.Show("Unable to lookup domains by id", "Lookup domain failed", MessageBoxButtons.OK,
Mess...
2015 Feb 01
2
Vepa use vf?
1. Does vepa mode in libvirt use sr-iov ?
2. How can I do port mirroring with sr-iov?
vepa
This network uses a macvtap "direct" connection in "vepa" mode to
connect each guest to the network (this requires that the physical
interfaces used be connected to a vepa-capable hardware switch. The
physical interface to be used will be picked from among those listed in
2015 Feb 02
0
virStream text codec
Hi. I'm try to use
virDomainOpenConsole(
domainPtr, NULL, stream, VIR_DOMAIN_CONSOLE_SAFE)
for control remote terminal, but i don't understand
in which text codec the stream returns a data?