Re: [PATCH v2 8/8] mips: do not list individual devices from configs/

2024-02-08 Thread Bernhard Beschow
Am 7. Februar 2024 13:55:51 UTC schrieb Paolo Bonzini : >Il mer 7 feb 2024, 14:18 BALATON Zoltan ha scritto: > >> > if (defaults_enabled() && object_class_by_name("pci-ohci")) { >> > pci_create_simple(pci_bus, -1, "pci-ohci"); >> > -usb_create_simple(usb_bus_find(-1), "usb-k

Re: [PATCH v2 8/8] mips: do not list individual devices from configs/

2024-02-07 Thread Paolo Bonzini
Il mer 7 feb 2024, 14:18 BALATON Zoltan ha scritto: > > if (defaults_enabled() && object_class_by_name("pci-ohci")) { > > pci_create_simple(pci_bus, -1, "pci-ohci"); > > -usb_create_simple(usb_bus_find(-1), "usb-kbd"); > > -usb_create_simple(usb_bus_find(-1), "usb-tabl

Re: [PATCH v2 8/8] mips: do not list individual devices from configs/

2024-02-07 Thread BALATON Zoltan
On Wed, 7 Feb 2024, Paolo Bonzini wrote: Add new "select" and "imply" directives if needed. The resulting config-devices.mak files are the same as before. Signed-off-by: Paolo Bonzini --- configs/devices/mips-softmmu/common.mak | 28 +++- configs/devices/mips64el-softmmu/de

[PATCH v2 8/8] mips: do not list individual devices from configs/

2024-02-07 Thread Paolo Bonzini
Add new "select" and "imply" directives if needed. The resulting config-devices.mak files are the same as before. Signed-off-by: Paolo Bonzini --- configs/devices/mips-softmmu/common.mak | 28 +++- configs/devices/mips64el-softmmu/default.mak | 3 --- hw/mips/loongson3_vir