search for: iomem_caps_readonly

Displaying 1 result from an estimated 1 matches for "iomem_caps_readonly".

2006 Dec 01
1
[PATCH 2/10] Add support for netfront/netback acceleration drivers
...domain_create(d) != 0 ) goto fail3; - d->iomem_caps = rangeset_new(d, "I/O Memory", RANGESETF_prettyprint_hex); + d->iomem_caps_readwrite = rangeset_new(d, "I/O Memory RW", + RANGESETF_prettyprint_hex); + d->iomem_caps_readonly = rangeset_new(d, "I/O Memory RO", + RANGESETF_prettyprint_hex); d->irq_caps = rangeset_new(d, "Interrupts", 0); - if ( (d->iomem_caps == NULL) || (d->irq_caps == NULL) ) + if ( (d->iomem_caps_readwrite == NULL)...