search for: 4412,6

Displaying 5 results from an estimated 5 matches for "4412,6".

Did you mean: 412,6
2019 Aug 13
0
[PATCH libnbd 5/6] generator: Implement OClosure.
...+ pr " \"callback parameter %s is not callable\");\n" cbname; + pr " return NULL;\n"; + pr " }\n"; + pr " }\n" | OFlags (n, _) -> pr " %s_u32 = %s;\n" n n ) optargs; @@ -4412,6 +4426,9 @@ let print_python_binding name { args; optargs; ret; may_set_error } = ) args; List.iter ( function + | OClosure { cbname } -> + pr ", %s_user_data ? %s_wrapper : NULL" cbname cbname; + pr ", %s_user_data" cbname | OFlags (n, _) -&gt...
2010 Jan 20
0
[PATCH] virtio-spec: Update the spec for recent virtio-console changes
...hange_inserted 0 1263965615 +(port0) +\change_unchanged +. + 1:transmitq +\change_inserted 0 1263965633 +(port0), 2:control receiveq, 3:control transmitq, 4:receiveq(port1), 5:transmitq +(port1), ... +\change_deleted 0 1263965580 +. +\change_unchanged + \end_layout \begin_layout Description @@ -4412,6 +4447,18 @@ \end_inset (0) Configuration cols and rows fields are valid. +\change_inserted 0 1263965646 + +\end_layout + +\begin_layout Description + +\change_inserted 0 1263990941 +VIRTIO_CONSOLE_F_MULTIPORT(1) Device has support for multiple ports; configurati +on fields nr_ports and max_nr...
2010 Jan 20
0
[PATCH] virtio-spec: Update the spec for recent virtio-console changes
...hange_inserted 0 1263965615 +(port0) +\change_unchanged +. + 1:transmitq +\change_inserted 0 1263965633 +(port0), 2:control receiveq, 3:control transmitq, 4:receiveq(port1), 5:transmitq +(port1), ... +\change_deleted 0 1263965580 +. +\change_unchanged + \end_layout \begin_layout Description @@ -4412,6 +4447,18 @@ \end_inset (0) Configuration cols and rows fields are valid. +\change_inserted 0 1263965646 + +\end_layout + +\begin_layout Description + +\change_inserted 0 1263990941 +VIRTIO_CONSOLE_F_MULTIPORT(1) Device has support for multiple ports; configurati +on fields nr_ports and max_nr...
2019 Aug 13
2
Re: [PATCH libnbd 5/6] generator: Implement OClosure.
...\"callback parameter %s is not callable\");\n" cbname; > + pr " return NULL;\n"; > + pr " }\n"; > + pr " }\n" > | OFlags (n, _) -> pr " %s_u32 = %s;\n" n n > ) optargs; > > @@ -4412,6 +4426,9 @@ let print_python_binding name { args; optargs; ret; may_set_error } = > ) args; > List.iter ( > function > + | OClosure { cbname } -> > + pr ", %s_user_data ? %s_wrapper : NULL" cbname cbname; > + pr ", %s_user_data" cb...
2019 Aug 13
12
[PATCH 0/6] Implement OClosure.
Patches 1-4 are basically uncontroversial, straightforward refactoring and IMHO we should just push them. Possibly 1-3 should be squashed together, but I posted them separately so they are easier to review. Patches 5 and 6 together implement OClosure. Patch 5 adds the feature and is simple to understand. Patch 6 changes the Closure completion callbacks into OClosure, but because it doesn't