[Qemu-devel] Re: [PATCH v2 1/9] pci: pci_default_cap_write_config ignores wmask

2010-11-16 Thread Marcelo Tosatti
On Fri, Nov 12, 2010 at 10:46:10AM -0700, Alex Williamson wrote: > Make use of wmask, just like the rest of config space. > > Signed-off-by: Alex Williamson > --- > > hw/pci.c | 22 ++ > 1 files changed, 10 insertions(+), 12 deletions(-) > > diff --git a/hw/pci.c b/hw/pci

[Qemu-devel] Re: [PATCH v2 1/9] pci: pci_default_cap_write_config ignores wmask

2010-11-13 Thread Michael S. Tsirkin
On Fri, Nov 12, 2010 at 10:46:10AM -0700, Alex Williamson wrote: > Make use of wmask, just like the rest of config space. > > Signed-off-by: Alex Williamson Hmm, this will create conflicts on merging with qemu.kvm which already has w1mask in same function. I'll apply a patch splitting mask use t