Re: [Qemu-devel] [PATCH v2 1/3] hw: import bitmap operations in qdev-core header

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 10:42 +0300, Michael S. Tsirkin wrote: > On Mon, Jul 29, 2013 at 10:07:33AM +0300, Marcel Apfelbaum wrote: > > Made small tweaks in code to prevent compilation issues > > when importing qemu/bitmap.h in qdev-core > > > > Signed-off-by: Marcel Apfelbaum > > --- > > hw/core/q

Re: [Qemu-devel] [PATCH v2 1/3] hw: import bitmap operations in qdev-core header

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 10:07:33AM +0300, Marcel Apfelbaum wrote: > Made small tweaks in code to prevent compilation issues > when importing qemu/bitmap.h in qdev-core > > Signed-off-by: Marcel Apfelbaum > --- > hw/core/qdev-properties.c | 4 ++-- > hw/net/eepro100.c | 1 - > include/hw/

[Qemu-devel] [PATCH v2 1/3] hw: import bitmap operations in qdev-core header

2013-07-29 Thread Marcel Apfelbaum
Made small tweaks in code to prevent compilation issues when importing qemu/bitmap.h in qdev-core Signed-off-by: Marcel Apfelbaum --- hw/core/qdev-properties.c | 4 ++-- hw/net/eepro100.c | 1 - include/hw/qdev-core.h| 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git