[Qemu-devel] Re: [PATCH V6 26/32] pci: use range helper functions.

2009-11-10 Thread Michael S. Tsirkin
On Fri, Oct 30, 2009 at 09:21:20PM +0900, Isaku Yamahata wrote: > clean up pci_default_write_config() by the range helper functions. > > Suggested by Michael S. Tsirkin > Cc: Michael S. Tsirkin > Signed-off-by: Isaku Yamahata Mabe you can float this patch up so I can put it on pci tree. > ---

[Qemu-devel] Re: [PATCH V6 26/32] pci: use range helper functions.

2009-11-03 Thread Michael S. Tsirkin
On Fri, Oct 30, 2009 at 09:21:20PM +0900, Isaku Yamahata wrote: > clean up pci_default_write_config() by the range helper functions. > > Suggested by Michael S. Tsirkin > Cc: Michael S. Tsirkin > Signed-off-by: Isaku Yamahata Acked-by: Michael S. Tsirkin > --- > hw/pci.c |8 ++-- >