Re: [Qemu-devel] [PATCH for-next] dump: Move stubs into libqemustub.a

2013-05-17 Thread Andreas Färber
Am 17.05.2013 11:38, schrieb Paolo Bonzini: > Il 17/05/2013 10:52, Andreas Färber ha scritto: >> This allows us to drop CONFIG_NO_CORE_DUMP with its indirect dependency >> on CONFIG_CORE_DUMP. >> >> Signed-off-by: Andreas Färber >> --- >> Makefile.target | 2 -- >> stubs/Makefile.objs

[Qemu-devel] [PATCH for-next] dump: Move stubs into libqemustub.a

2013-05-17 Thread Andreas Färber
This allows us to drop CONFIG_NO_CORE_DUMP with its indirect dependency on CONFIG_CORE_DUMP. Signed-off-by: Andreas Färber --- Makefile.target | 2 -- stubs/Makefile.objs | 1 + dump-stub.c => stubs/dump.c | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename dump-stub