Re: [PATCH] device-assignment: fix failure to exit on shared IRQ

2010-05-14 Thread Marcelo Tosatti
On Wed, May 12, 2010 at 05:12:10AM -0400, Alex Williamson wrote: Since c1699988, piix config space isn't programmed until the first system reset. This means that when we call assign_irq() from assigned_initfn(), we're going to get back an irq of 0x0, which unfortunately matches our

Re: [PATCH] device-assignment: fix failure to exit on shared IRQ

2010-05-12 Thread Chris Wright
* Alex Williamson (alex.william...@redhat.com) wrote: Since c1699988, piix config space isn't programmed until the first system reset. This means that when we call assign_irq() from assigned_initfn(), we're going to get back an irq of 0x0, which unfortunately matches our initialization value,