[Qemu-devel] Re: [PATCH] pci: make command SERR bit writable

2010-12-06 Thread Isaku Yamahata
On Thu, Dec 02, 2010 at 09:32:12PM +0200, Michael S. Tsirkin wrote: > On Fri, Nov 26, 2010 at 09:01:41PM +0900, Isaku Yamahata wrote: > > pcie aer wants SERR bit to be writable. > > So make it writable. For compatibility, introduce compat global property > > command_serr_enable and don't make it wr

[Qemu-devel] Re: [PATCH] pci: make command SERR bit writable

2010-12-02 Thread Michael S. Tsirkin
On Fri, Nov 26, 2010 at 09:01:41PM +0900, Isaku Yamahata wrote: > pcie aer wants SERR bit to be writable. > So make it writable. For compatibility, introduce compat global property > command_serr_enable and don't make it writable when pre 0.14 pc machine. > > Signed-off-by: Isaku Yamahata Applie