[Qemu-devel] [PATCH] Fix build failure in assigned_device_pci_cap_init ()

2010-12-18 Thread Kamalesh Babulal
use in this function) /other/srcs/qemu-kvm/hw/device-assignment.c:1463: error: (Each undeclared identifier is reported only once /other/srcs/qemu-kvm/hw/device-assignment.c:1463: error: for each function it appears in.) I was able to build successfully, with the attached patch. Signed-off-by: Kama

Re: [Qemu-devel] [Build-Failure] hw/pc: undefined reference's

2010-05-15 Thread Kamalesh Babulal
* Isaku Yamahata [2010-05-15 17:46:59]: > Hi. > Which change set/patches are you using? > 'make clean; make' doesn't work? > Sorry for the noise. 'make defconfig' helped. Kamalesh

[Qemu-devel] [Build-Failure] hw/pc: undefined reference's

2010-05-15 Thread Kamalesh Babulal
Hi, Build fails with following error, arch_init.o:(.data+0x44): undefined reference to `SB16_init' arch_init.o:(.data+0x58): undefined reference to `ac97_init' arch_init.o:(.data+0x6c): undefined reference to `es1370_init' pc.o: In function `pc_init1': /other/srcs/qemu-kvm/hw/pc.c:1005: undefine

Re: [Qemu-devel] qemu-0.11.50 build breaks at monitor.c

2009-10-19 Thread Kamalesh Babulal
(qdict_get_str(cpu, "halted"), "yes") == 0) > > monitor_printf(mon, " (halted)"); > > > >-monitor_printf(mon, " thread_id=%ld", qdict_get_int(cpu, "thread_id")); > >+monitor_printf(mon, " thread_id=%ld&q

[Qemu-devel] qemu-0.11.50 build breaks at monitor.c

2009-10-19 Thread Kamalesh Babulal
Hi Marcelo, qemu-0.11.50 build breaks with CCx86_64-softmmu/monitor.o cc1: warnings being treated as errors /other/srcs/qemu-kvm/monitor.c: In function 'print_cpu_iter': /other/srcs/qemu-kvm/monitor.c:450: error: format '%ld' expects type 'long int', but argument 3 has type 'int64_t