]> git.proxmox.com Git - qemu.git/commit
New QMP command query-cpu-max and HMP command cpu_max
authorMichal Novotny <minovotn@redhat.com>
Mon, 25 Mar 2013 16:31:33 +0000 (17:31 +0100)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 25 Mar 2013 20:21:33 +0000 (16:21 -0400)
commit4d700430a20b3d53b7b15bc5f6666f7e570e3f2c
treed9d0ecd5f3ba50c8d2c93a259c2fd02b6df2beab
parente5ecec7bad7b679aa11ab788424bc0e1705be15b
New QMP command query-cpu-max and HMP command cpu_max

These commands return the maximum number of CPUs supported by the
currently running emulator instance, as defined in its QEMUMachine
struct.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hmp-commands.hx
hmp.c
hmp.h
monitor.c
qapi-schema.json
qmp-commands.hx
vl.c