Re: [Qemu-devel] [PATCH 06/19] gdbstub: Error locations for -gdb

2012-02-09 Thread Markus Armbruster
Kevin Wolf writes: > Am 07.02.2012 15:09, schrieb Markus Armbruster: >> Stash away the option argument with add_device_config(), so we still >> have its location when we get around to parsing it. >> >> This doesn't improve any messages I can see just yet, but that'll >> change shortly. >> >> Si

[Qemu-devel] [PATCH 06/19] gdbstub: Error locations for -gdb

2012-02-07 Thread Markus Armbruster
Stash away the option argument with add_device_config(), so we still have its location when we get around to parsing it. This doesn't improve any messages I can see just yet, but that'll change shortly. Signed-off-by: Markus Armbruster --- vl.c | 10 -- 1 files changed, 4 insertions(+

Re: [Qemu-devel] [PATCH 06/19] gdbstub: Error locations for -gdb

2012-02-07 Thread Kevin Wolf
Am 07.02.2012 15:09, schrieb Markus Armbruster: > Stash away the option argument with add_device_config(), so we still > have its location when we get around to parsing it. > > This doesn't improve any messages I can see just yet, but that'll > change shortly. > > Signed-off-by: Markus Armbruster