Re: [Qemu-devel] [PATCH 1/2] pcnet: Move BCR defines to header

2011-11-01 Thread Anthony Liguori
On 09/26/2011 12:01 PM, Jan Kiszka wrote: This moves BCR defines to the common header and immediately makes use of them to add BCR_APROMWE, replacing the open-coded write check in pcnet_aprom_writeb. Signed-off-by: Jan Kiszka Applied both. Thanks. Regards, Anthony Liguori --- hw/pcnet-p

[Qemu-devel] [PATCH 1/2] pcnet: Move BCR defines to header

2011-09-26 Thread Jan Kiszka
This moves BCR defines to the common header and immediately makes use of them to add BCR_APROMWE, replacing the open-coded write check in pcnet_aprom_writeb. Signed-off-by: Jan Kiszka --- hw/pcnet-pci.c |4 ++-- hw/pcnet.c | 18 -- hw/pcnet.h | 19