Hi,

+/* Guest wants to notify us of some event */
+static void handle_control_message(VirtIOSerial *vser, void *buf)
+{

+    cpkt->event = le16_to_cpu(cpkt->event);
+    cpkt->value = le16_to_cpu(cpkt->value);

Does this modify guest memory?

+        DEFINE_PROP_UINT8("is_console", VirtConsole, port.is_console, 1),

virtser_bus_dev_print() prints this. Properties are printed by "info qtree" anyway, so you can drop that from virtser_bus_dev_print ...

cheers,
  Gerd


Reply via email to