Displaying 3 results from an estimated 3 matches for "_activate".
Did you mean:
activate
2011 Aug 15
0
Problem importing virtual disk
..._params)
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 1282, in activate
writable, caching_params):
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 32, in wrapper
ret = op(self, *args)
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 1314, in _activate_locked
dev_path = self._activate(sr_uuid, vdi_uuid, writable, caching_params)
File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 1334, in _activate
dev_path = self._tap_activate(phy_path, vdi_type, sr_uuid, writable)
File "/usr/lib/xen-common/xapi/sm/blktap2.py", li...
2013 Feb 03
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
...using namespace std;
class EvActivate : public boost::statechart::event< EvActivate >
{
public:
EvActivate(){}
private:
};
extern "C" const void* activate()
{
return (EvActivate()).intrusive_from_this().get();
}
The problem is that the generated assembler looks like:_activate:00000000 b5f0 push {r4, r5, r6, r7, lr}00000002 af03 add r7, sp, #1200000004 e92d0d00 stmdb sp!, {r8, sl, fp}00000008 ed2d8b10 vstmdb sp!, {d8-d15}0000000c b094 sub sp, #800000000e f2405088 movw r0, :lower16:__ZN5boost10statechart6detail9id_holderI10EvActivateE11idProvider_E-0x24+0xffff...
2020 May 25
0
[Sound-open-firmware] [PATCH RFC] vhost: add an SOF Audio DSP driver
...t; + * DMA buffer
>
> so zero-copy is not supported for now, right?
Not yet, no, the infrastructure isn't in the mainline yet.
> > + */
> > + struct sof_rpmsg_data_resp data_resp;
> > +};
> > +
> > +/* A guest is booting */
> > +static int vhost_dsp_activate(struct vhost_dsp *dsp)
> > +{
> > + unsigned int i;
> > + int ret = 0;
> > +
> > + mutex_lock(&dsp->vrdev.dev.mutex);
> > +
> > + /* Wait until all the VirtQueues have been initialised */
> > + if (!dsp->active) {
> > + struct vhost_v...