Re: qemu and windows 11

2021-10-18 Thread Pascal
hi, I simply prefer the manipulation of a few keys in the Windows registry at the time of installation to the "complex" Qemu boot (SecureBoot and TPM). however, I tried to install W$11 with native (passthrough) and emulated (swtpm) TPM support, but I always get the warning that the (virtual) comp

a quetion about sysbus_realize_and_unref function

2021-10-18 Thread Chan Kim
Hi, list members, I see for example in hw/arm/virt.c, when it creates a device to attach to a system bus, it calls "sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), &error_fatal);" function . static void create_its(VirtMachineState *vms) { const char *itsclass = its_class_name(); DeviceS

Re: a quetion about sysbus_realize_and_unref function

2021-10-18 Thread Philippe Mathieu-Daudé
Hi, On 10/18/21 14:01, Chan Kim wrote: > Hi, list members, > > I see for example in hw/arm/virt.c, when it creates a device to attach > to a system bus, it calls “sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), > &error_fatal);” function > > . > > static void create_its(VirtMachineState *vms) >

Re: a quetion about sysbus_realize_and_unref function

2021-10-18 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Hi, > > On 10/18/21 14:01, Chan Kim wrote: >> Hi, list members, >> >> I see for example in hw/arm/virt.c, when it creates a device to attach >> to a system bus, it calls “sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), >> &error_fatal);” function >> >> . >> >> st