Masaki Kanno
2009-Apr-09 10:20 UTC
[Xen-devel] [PATCH] Fix xm pci-attach/detach for inactive managed domains
Hi, I found the following problems. xm pci-attach command and xm pci-detach command fail on inactive managed domains. An attaching patch solves the problems. # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1024 2 r----- 51.5 vm1 512 2 0.0 # xm pci-list vm1 VSlt domain bus slot func 0x3 0x0 0x01 0x00 0x0 0x4 0x0 0x01 0x00 0x1 0x10 0x0 0x00 0x1a 0x0 # xm pci-attach vm1 0:0:1a.1 11 Error: int argument required Usage: xm pci-attach [-o|--options=<opt>] <Domain> <domain:bus:slot.func> [virtual slot] Insert a new pass-through pci device. # xm pci-detach vm1 0:0:1a.0 Error: int argument required Usage: xm pci-detach <Domain> <domain:bus:slot.func> Remove a domain''s pass-through pci device. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Possibly Parallel Threads
- [PATCH] Fix xm trigger command for inactive managed domains
- [PATCH] Fix xm sysrq command for inactive managed domain
- [PATCH] Fix xm vcpu-set command for when wrong number of VCPU is given
- [PATCH] Fix help messages of xm vcpu-list/uptime
- [PATCH] Fix xm restore command