You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example code contains an import error. This fixes it:
new QEmuVirtioDriveRecipe(allocator, "/var/tmp/qemu/sys-1/vda").withFormat(QEmuImageFormat.raw).withCache(Cache.unsafe),
Format.raw doesn't resolve in netbeans but QEmuImageFormat does :)
The text was updated successfully, but these errors were encountered:
Also:
new QEmuVirtioNetRecipe(allocator).withMac("08:00:20:c0:ff:ee")
Should be:
new QEmuVirtioNetRecipe(allocator,"tap0").withMac("08:00:20:c0:ff:ee")
The example code contains an import error. This fixes it:
new QEmuVirtioDriveRecipe(allocator, "/var/tmp/qemu/sys-1/vda").withFormat(QEmuImageFormat.raw).withCache(Cache.unsafe),
Format.raw doesn't resolve in netbeans but QEmuImageFormat does :)
The text was updated successfully, but these errors were encountered: