On 7/5/09, Michael S. Tsirkin <[email protected]> wrote: > This fixes segfault reported by Kevin Wolf, > and simplifies the code in msix_save.
> + if (!dev->cap_present & QEMU_PCI_CAP_MSIX) > + return; Dubious: !x & y. You also forgot the braces. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
