]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
numa: use RAM_ADDR_FMT with ram_addr_t
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 10:08:35 +0000 (13:08 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 15:44:22 +0000 (18:44 +0300)
commit705456c0d7f24fbd76733c891525b8eeea332e8b
treebee4c5a40977adac6ee33eedacf7bd80045a1627
parent56fdfb6106276b761e360a84321bab0765bfa15d
numa: use RAM_ADDR_FMT with ram_addr_t

commit 4407ab055be995e64633322a78e64dfa376dc534
    vl.c: extend -m option to support options for memory hotplug
prints ram_addr_t with u64 format, this is wrong for
some systems, in particular w32.

print ram_addr_t with RAM_ADDR_FMT to fix build on w32.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
vl.c