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
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
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)
>
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