File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,4 @@ void ir_config_irq(irqid_t int_id, bool en);
110110
111111void ir_assign_int_to_vm (struct vm * vm , irqid_t id );
112112
113- void vcpu_arch_run (struct vcpu * vcpu );
114-
115113#endif /* __ARCH_VM_H__ */
Original file line number Diff line number Diff line change @@ -115,15 +115,6 @@ void vcpu_writepc(struct vcpu* vcpu, unsigned long pc)
115115 vcpu -> regs .lower_ctx .a11 = pc ;
116116}
117117
118- void vcpu_arch_run (struct vcpu * vcpu )
119- {
120- /* Currently multicore VMs do not wait for one CPU to wake the others.
121- As such, all VMs start executing once they reach this point. */
122-
123- (void )vcpu ;
124- vcpu_arch_entry ();
125- }
126-
127118bool vcpu_arch_is_on (struct vcpu * vcpu )
128119{
129120 UNUSED_ARG (vcpu );
You can’t perform that action at this time.
0 commit comments