Re: [Qemu-devel] [PATCH 2/2] versatile_pci: cleanup

2010-02-10 Thread Anthony Liguori
On 02/08/2010 03:43 PM, Michael S. Tsirkin wrote: Cleanup versatile_pci: no need to re-set fields to zero (pci core sets 0 already), use set_word for status field. Compile-tested only, but seems obvious. Signed-off-by: Michael S. Tsirkin Acked-by: Anthony Liguori Regards, Anthony Liguor

[Qemu-devel] [PATCH 2/2] versatile_pci: cleanup

2010-02-08 Thread Michael S. Tsirkin
Cleanup versatile_pci: no need to re-set fields to zero (pci core sets 0 already), use set_word for status field. Compile-tested only, but seems obvious. Signed-off-by: Michael S. Tsirkin --- hw/versatile_pci.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/hw