hw/virtio/virtio-iommu-pci.c: Fix typo in error message
Fix a typo in an error message in virtio_iommu_pci_realize(): "Check you machine" should be "Check your machine". Reported-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200625100811.12690-1-peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
		
							parent
							
								
									ed4e0d2ef1
								
							
						
					
					
						commit
						590090b4e6
					
				@ -48,7 +48,7 @@ static void virtio_iommu_pci_realize(VirtIOPCIProxy *vpci_dev, Error **errp)
 | 
				
			|||||||
                   "%s machine fails to create iommu-map device tree bindings",
 | 
					                   "%s machine fails to create iommu-map device tree bindings",
 | 
				
			||||||
                   mc->name);
 | 
					                   mc->name);
 | 
				
			||||||
        error_append_hint(errp,
 | 
					        error_append_hint(errp,
 | 
				
			||||||
                          "Check you machine implements a hotplug handler "
 | 
					                          "Check your machine implements a hotplug handler "
 | 
				
			||||||
                          "for the virtio-iommu-pci device\n");
 | 
					                          "for the virtio-iommu-pci device\n");
 | 
				
			||||||
        error_append_hint(errp, "Check the guest is booted without FW or with "
 | 
					        error_append_hint(errp, "Check the guest is booted without FW or with "
 | 
				
			||||||
                          "-no-acpi\n");
 | 
					                          "-no-acpi\n");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user