qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [patch 18/18] qemu: PCI device, disk and host network


From: Blue Swirl
Subject: Re: [Qemu-devel] [patch 18/18] qemu: PCI device, disk and host network hot-add / hot-remove
Date: Wed, 4 Feb 2009 19:47:57 +0200

On 2/4/09, Marcelo Tosatti <address@hidden> wrote:
> Add monitor command to hot-add PCI devices (nic and storage).

>  +#define PCI_BASE_CLASS_STORAGE          0x01
>  +#define PCI_BASE_CLASS_NETWORK          0x02

These belong to hw/pci.h.

>  +    const char *valid_param_list[] = { "tap", "user", "socket"
>  +#ifdef CONFIG_VDE
>  +                                       ,"vde"
>  +#endif

"user" should be conditional to CONFIG_SLIRP.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]