Re: [Qemu-devel] [PATCH for-4.0 4/5] spapr: Delete instance_options functions

2018-12-06 Thread David Gibson
On Thu, Dec 06, 2018 at 10:48:51AM -0200, Eduardo Habkost wrote: > On Thu, Dec 06, 2018 at 09:30:35AM +1100, David Gibson wrote: > > On Wed, Dec 05, 2018 at 06:58:26PM -0200, Eduardo Habkost wrote: > > > Now that all instance_options functions for spapr are empty, > > > delete them. > > > > > > Si

Re: [Qemu-devel] [PATCH for-4.0 4/5] spapr: Delete instance_options functions

2018-12-06 Thread Eduardo Habkost
On Thu, Dec 06, 2018 at 09:30:35AM +1100, David Gibson wrote: > On Wed, Dec 05, 2018 at 06:58:26PM -0200, Eduardo Habkost wrote: > > Now that all instance_options functions for spapr are empty, > > delete them. > > > > Signed-off-by: Eduardo Habkost > > Acked-by: David Gibson Thanks! > > Do

Re: [Qemu-devel] [PATCH for-4.0 4/5] spapr: Delete instance_options functions

2018-12-05 Thread David Gibson
On Wed, Dec 05, 2018 at 06:58:26PM -0200, Eduardo Habkost wrote: > Now that all instance_options functions for spapr are empty, > delete them. > > Signed-off-by: Eduardo Habkost Acked-by: David Gibson Do you want me to stage the ppc patches in my ppc-for-4.0 tree, or would you prefer to keep y

[Qemu-devel] [PATCH for-4.0 4/5] spapr: Delete instance_options functions

2018-12-05 Thread Eduardo Habkost
Now that all instance_options functions for spapr are empty, delete them. Signed-off-by: Eduardo Habkost --- hw/ppc/spapr.c | 85 -- 1 file changed, 85 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index 0c3b27a8cc..523e5d83f8 100644 -