Re: [Qemu-devel] [PATCH] pci: Update pci_regs header

2011-06-09 Thread Michael S. Tsirkin
On Thu, Jun 09, 2011 at 09:18:30AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Pulls in latest version from kernel 3.0-rc2. > > Some changes around AER now require local defines as QEMU accesses the > error source identification register via sub-words. > > CC: Isaku Yamahata > Signed-off-b

Re: [Qemu-devel] [PATCH] pci: Update pci_regs header

2011-06-09 Thread Isaku Yamahata
pcie_aer.c change looks good. Thanks. On Thu, Jun 09, 2011 at 09:18:30AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Pulls in latest version from kernel 3.0-rc2. > > Some changes around AER now require local defines as QEMU accesses the > error source identification register via sub-words.

[Qemu-devel] [PATCH] pci: Update pci_regs header

2011-06-09 Thread Jan Kiszka
From: Jan Kiszka Pulls in latest version from kernel 3.0-rc2. Some changes around AER now require local defines as QEMU accesses the error source identification register via sub-words. CC: Isaku Yamahata Signed-off-by: Jan Kiszka --- I don't think the #define requirements of pcie_aer are ups