Displaying 3 results from an estimated 3 matches for "88e9".
Did you mean:
8859
2010 Aug 15
2
trouble launching vm''s
...igFile>.
Options:
Then it lists some help options.
I can''t quite figure out why the second and subsuquent vm''s won''t
launch, because as I said they were built in exacltly the same way!
Here is the conf file for vm05:
name = "vm05"
uuid = "6830ef63-88e9-69f4-be44-7a71efd4dfa4"
maxmem = 256
memory = 256
vcpus = 1
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]
disk = [ "tap:aio:/vm/vm05.img,xvda...
2010 Aug 15
2
trouble launching vm''s
...igFile>.
Options:
Then it lists some help options.
I can''t quite figure out why the second and subsuquent vm''s won''t
launch, because as I said they were built in exacltly the same way!
Here is the conf file for vm05:
name = "vm05"
uuid = "6830ef63-88e9-69f4-be44-7a71efd4dfa4"
maxmem = 256
memory = 256
vcpus = 1
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]
disk = [ "tap:aio:/vm/vm05.img,xvda...
2023 Mar 09
0
[RFC PATCH v3 0/4] several updates to virtio/vsock
...'recv()' must return data, because skbuff
>>> must not be dropped, but for SOCK_SEQPACKET skbuff will be dropped by
>>> kernel, and 'recv()' will return EAGAIN.
>>>
>>> Link to v1 on lore:
>>> https://lore.kernel.org/netdev/c2d3e204-89d9-88e9-8a15-3fe027e56b4b at sberdevices.ru/
>>>
>>> Link to v2 on lore:
>>> https://lore.kernel.org/netdev/a7ab414b-5e41-c7b6-250b-e8401f335859 at sberdevices.ru/
>>>
>>> Change log:
>>>
>>> v1 -> v2:
>>> - For SOCK_SEQPACKET call...