
Christian.Limpach at gmail
Apr 26, 2012, 10:50 AM
Post #1 of 1
(35 views)
Permalink
|
|
Re: [XEN][RFC PATCH 05/15] hvm: Modify hvm op
|
|
Julien Grall <julien.grall <at> citrix.com> writes: > This patch remove useless hvm_param due to structure modification > and bind the new hypercalls to handle ioreq servers and pci. > > + case HVM_PARAM_IO_PFN_LAST: > + if ( (d->arch.hvm_domain.params[HVM_PARAM_IO_PFN_LAST]) ) > + rc = -EINVAL; + break; > case HVM_PARAM_CALLBACK_IRQ: > hvm_set_callback_via(d, a.value); > hvm_latch_shinfo_size(d); Above has a missing break statement. christian _______________________________________________ Xen-devel mailing list Xen-devel [at] lists http://lists.xen.org/xen-devel
|