Re: [Qemu-devel] [PATCHv7 1/3] qdev: add bit property type

2010-01-11 Thread Anthony Liguori
On 01/10/2010 05:52 AM, Michael S. Tsirkin wrote: This adds bit property type, which is a boolean stored in a 32 bit integer field, with legal values on and off. Will be used by virtio for feature bits. Signed-off-by: Michael S. Tsirkinm...@redhat.com Acked-by: Gerd Hoffmannkra...@redhat.com

[Qemu-devel] [PATCHv7 1/3] qdev: add bit property type

2010-01-10 Thread Michael S. Tsirkin
This adds bit property type, which is a boolean stored in a 32 bit integer field, with legal values on and off. Will be used by virtio for feature bits. Signed-off-by: Michael S. Tsirkin m...@redhat.com Acked-by: Gerd Hoffmann kra...@redhat.com --- hw/qdev-properties.c | 62