Re: [kvm-devel] [kvm-ppc-devel] [PATCH 2 of 3] Add function dt_cell_multi to hw/device_tree.c

2008-04-29 Thread Hollis Blanchard
On Monday 28 April 2008 16:23:04 Jerone Young wrote: +/* This function is to manipulate a cell with multiple values */ +void dt_cell_multi(void *fdt, char *node_path, char *property, +   uint32_t *val_array, int size) +{ +    +   int offset; +   int ret;

Re: [kvm-devel] [kvm-ppc-devel] [PATCH 2 of 3] Add function dt_cell_multi to hw/device_tree.c

2008-04-29 Thread Jerone Young
On Tue, 2008-04-29 at 10:06 -0500, Hollis Blanchard wrote: On Monday 28 April 2008 16:23:04 Jerone Young wrote: +/* This function is to manipulate a cell with multiple values */ +void dt_cell_multi(void *fdt, char *node_path, char *property, + uint32_t *val_array, int