)]}'
{"nova/virt/libvirt/driver.py":[{"author":{"_account_id":10135,"name":"Lee Yarwood","display_name":"Lee Yarwood","email":"lyarwood@redhat.com","username":"lyarwood"},"change_message_id":"f30b55bcd5bd265c1b3b8834f0163eb49650dd39","unresolved":false,"context_lines":[{"line_number":6372,"context_line":"    def _guest_add_pointer_device(self, guest, image_meta):"},{"line_number":6373,"context_line":"        pointer_model \u003d image_meta.properties.get(\u0027hw_pointer_model\u0027)"},{"line_number":6374,"context_line":""},{"line_number":6375,"context_line":"        # If the user hasn\u0027t requested anything and the host config says to use"},{"line_number":6376,"context_line":"        # something other than a USB tablet, there\u0027s nothing to do"},{"line_number":6377,"context_line":"        if pointer_model is None and CONF.pointer_model in (None, \u0027ps2mouse\u0027):"},{"line_number":6378,"context_line":"            return"},{"line_number":6379,"context_line":""},{"line_number":6380,"context_line":"        # For backward compatibility, we don\u0027t want to error out if the host"},{"line_number":6381,"context_line":"        # configuration requests a USB tablet but the virtual machine mode is"}],"source_content_type":"text/x-python","patch_set":3,"id":"1f621f24_f01bc2c6","line":6378,"range":{"start_line":6375,"start_character":0,"end_line":6378,"end_character":18},"updated":"2020-11-10 11:56:42.000000000","message":"Odd that ps2mouse isn\u0027t a possible value of hw_pointer_model but is for the configurable.","commit_id":"64ba419a4c2fca671ba94adea0e8eca35c83d808"},{"author":{"_account_id":6962,"name":"Kashyap Chamarthy","email":"kchamart@redhat.com","username":"kashyapc"},"change_message_id":"c0bae7ec02e45c7f1cb54478f03b08fdee2f171b","unresolved":false,"context_lines":[{"line_number":6377,"context_line":"        if pointer_model is None and CONF.pointer_model in (None, \u0027ps2mouse\u0027):"},{"line_number":6378,"context_line":"            return"},{"line_number":6379,"context_line":""},{"line_number":6380,"context_line":"        # For backward compatibility, we don\u0027t want to error out if the host"},{"line_number":6381,"context_line":"        # configuration requests a USB tablet but the virtual machine mode is"},{"line_number":6382,"context_line":"        # not configured as HVM."},{"line_number":6383,"context_line":"        if guest.os_type !\u003d fields.VMMode.HVM:"},{"line_number":6384,"context_line":"            LOG.warning("},{"line_number":6385,"context_line":"                \u0027USB tablet requested for guests on non-HVM host; \u0027"},{"line_number":6386,"context_line":"                \u0027in order to accept this request the machine mode should \u0027"},{"line_number":6387,"context_line":"                \u0027be configured as HVM.\u0027)"},{"line_number":6388,"context_line":"            return"},{"line_number":6389,"context_line":""},{"line_number":6390,"context_line":"        # Ditto for using a USB tablet when the SPICE agent is enabled, since"}],"source_content_type":"text/x-python","patch_set":3,"id":"1f621f24_56b9cec9","line":6387,"range":{"start_line":6380,"start_character":0,"end_line":6387,"end_character":40},"updated":"2020-11-10 13:41:31.000000000","message":"Thanks for that graceful handling of backwards compat; here and below.","commit_id":"64ba419a4c2fca671ba94adea0e8eca35c83d808"}]}
