]> git.proxmox.com Git - mirror_qemu.git/commit
numa: Avoid qerror_report_err() outside QMP command handlers
authorMarkus Armbruster <armbru@redhat.com>
Tue, 10 Feb 2015 14:06:23 +0000 (15:06 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 18 Feb 2015 09:51:37 +0000 (10:51 +0100)
commit29b762f5f0efdb6a0cb693be6df2988c195523db
treeed46bd76d5d900c3f2720b10ea2ec6b0e46f7fc4
parent12d0cc2db971cc0888b7d465143c68dee381c88b
numa: Avoid qerror_report_err() outside QMP command handlers

qerror_report_err() is a transitional interface to help with
converting existing monitor commands to QMP.  It should not be used
elsewhere.  Replace by error_report_err() in initial startup helper
numa_init_func() and board setup helper
memory_region_allocate_system_memory().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
numa.c