Re: [PATCH v3 uq/master 05/22] add win32 qemu-thread implementation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Feb 28, 2011 at 9:10 AM, Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote:
> +static unsigned __stdcall win32_start_routine(void *arg)
> +{
> +    struct QemuThreadData data = *(struct QemuThreadData *) arg;
> +    QemuThread *thread = data.thread;
> +
> +    free(arg);

qemu_free(arg);

Stefan
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux