Re: [Qemu-devel] [RFC qom-cpu] dump: Unconditionally compile

2013-05-20 Thread Andreas Färber
Am 17.05.2013 13:12, schrieb Paolo Bonzini: > Il 17/05/2013 12:58, Andreas Färber ha scritto: >> qmp_dump_guest_memory() calls dump_init() and returns an Error when >> cpu_get_dump_info() returns an error, as done by the stub. >> So there is no need to have a stub for qmp_dump_guest_memory(). >> >>

Re: [Qemu-devel] [RFC qom-cpu] dump: Unconditionally compile

2013-05-17 Thread Paolo Bonzini
Il 17/05/2013 12:58, Andreas Färber ha scritto: > qmp_dump_guest_memory() calls dump_init() and returns an Error when > cpu_get_dump_info() returns an error, as done by the stub. > So there is no need to have a stub for qmp_dump_guest_memory(). > > Enable the documentation of the always-present du

[Qemu-devel] [RFC qom-cpu] dump: Unconditionally compile

2013-05-17 Thread Andreas Färber
qmp_dump_guest_memory() calls dump_init() and returns an Error when cpu_get_dump_info() returns an error, as done by the stub. So there is no need to have a stub for qmp_dump_guest_memory(). Enable the documentation of the always-present dump-guest-memory command. That way we can drop CONFIG_HAVE