Re: [Qemu-devel] clk_setup decl missing in virtex_init

2011-11-14 Thread Fabien Chouteau
On 08/11/2011 00:05, Edgar E. Iglesias wrote: > On Mon, Nov 07, 2011 at 02:46:47PM -0800, Michael Eager wrote: >> The declaration of clk_setup is missing in >> qemu/hw/virtex_ml507.c: >> >> static void virtex_init(ram_addr_t ram_size, >> const char *boot_device, >>

Re: [Qemu-devel] clk_setup decl missing in virtex_init

2011-11-08 Thread Edgar E. Iglesias
On Mon, Nov 07, 2011 at 03:25:45PM -0800, Michael Eager wrote: > Works for me. Thanks, I've applied the fix. Cheers

Re: [Qemu-devel] clk_setup decl missing in virtex_init

2011-11-07 Thread Michael Eager
Works for me. On 11/07/2011 03:05 PM, Edgar E. Iglesias wrote: On Mon, Nov 07, 2011 at 02:46:47PM -0800, Michael Eager wrote: The declaration of clk_setup is missing in qemu/hw/virtex_ml507.c: static void virtex_init(ram_addr_t ram_size, const char *boot_device,

Re: [Qemu-devel] clk_setup decl missing in virtex_init

2011-11-07 Thread Edgar E. Iglesias
On Mon, Nov 07, 2011 at 02:46:47PM -0800, Michael Eager wrote: > The declaration of clk_setup is missing in > qemu/hw/virtex_ml507.c: > > static void virtex_init(ram_addr_t ram_size, > const char *boot_device, > const char *kernel_filename, >

[Qemu-devel] clk_setup decl missing in virtex_init

2011-11-07 Thread Michael Eager
The declaration of clk_setup is missing in qemu/hw/virtex_ml507.c: static void virtex_init(ram_addr_t ram_size, const char *boot_device, const char *kernel_filename, const char *kernel_cmdline, const c