Re: The default USB controller of pc machine type

2022-07-15 Thread Daniel P . Berrangé
2097152 > > > 1 > > > > > > hvm > > > > > > > > > > > > /usr/libexec/qemu-kvm > > > > > > > > > > > > ➜ ~ virsh define /tmp/usb-pc.xml && virsh dumpxml USB|gre

Re: The default USB controller of pc machine type

2022-07-14 Thread Han Han
dumpxml USB|grep usb > > Domain 'USB' defined from /tmp/usb-pc.xml > > > > > > > > And the default usb controller for q35 has been added since: > > ed2049ea19 qemu: auto-add generic xhci rather than NEC xhci to Q35 > domains > > > > As I know,

Re: The default USB controller of pc machine type

2022-07-13 Thread Daniel P . Berrangé
amp;& virsh dumpxml USB|grep usb > Domain 'USB' defined from /tmp/usb-pc.xml > > > > And the default usb controller for q35 has been added since: > ed2049ea19 qemu: auto-add generic xhci rather than NEC xhci to Q35 domains > > As I know, pc machine suppor

The default USB controller of pc machine type

2022-07-13 Thread Han Han
xhci as well. Morever, the performance of qemu-xhci is better than piix3-uhci. So why not update the default usb controller of pc machine type to qemu-xhci? I think we can improve it here.