Re: [Qemu-devel] [PATCH 0/3] fix pci related code typos

2015-03-10 Thread Michael S. Tsirkin
On Tue, Mar 10, 2015 at 09:49:47AM +0800, Chen Fan wrote: > Chen Fan (3): > pcie_aer: fix typos in pcie_aer_inject_error comment > aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register > pci: fix several trivial typos in comment Reviewed-by: Michael S. Tsirkin > hw/pci/pcie_aer.

Re: [Qemu-devel] [PATCH 0/3] fix pci related code typos

2015-03-09 Thread Chen Fan
Cc: qemu-trivial On 03/10/2015 09:49 AM, Chen Fan wrote: Chen Fan (3): pcie_aer: fix typos in pcie_aer_inject_error comment aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register pci: fix several trivial typos in comment hw/pci/pcie_aer.c | 8 include/hw/pci

[Qemu-devel] [PATCH 0/3] fix pci related code typos

2015-03-09 Thread Chen Fan
Chen Fan (3): pcie_aer: fix typos in pcie_aer_inject_error comment aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register pci: fix several trivial typos in comment hw/pci/pcie_aer.c | 8 include/hw/pci/pci.h | 2 +- include/hw/pci/pcie_aer.h | 2 +- 3 files cha