Hide Forgot
Description of problem: Boot a vm with -pcidevice host=28:00.1,name=func1, then hot unplug it, qemu-kvm claims: (qemu) pci_del pci_addr=0:6 (qemu) Unregister host PCI device 28:00.1 ("") from guest ^^^^^ From source code, under qemu/hw/pci-hotplug.c line 173, in function qemu_pci_hot_deassign_device: term_printf("Unregister host PCI device %02x:%02x.%1x " "(\"%s\") from guest\n", adev->bus, adev->dev, adev->func, adev->name); adev->name should output the correct string passed in cli. Version-Release number of selected component (if applicable): # rpm -q kvm;uname -r kvm-83-246.el5 2.6.18-300.el5 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Closing since the bug does not hurt the actual work in any way. It is only about the printed output. We do not fix such bugs in RHEL5.9 Is it solved in RHEL6.2? Thanks, Ronen.