[Qemu-devel] [PULL 7/9] kvm-all.c: max_cpus should not exceed KVM vcpu limit

2013-08-23 Thread Paolo Bonzini
From: Marcelo Tosatti mtosa...@redhat.com maxcpus, which specifies the maximum number of hotpluggable CPUs, should not exceed KVM's vcpu limit. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com [Reword message. - Paolo] Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- kvm-all.c | 7 +++

[Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Paolo Bonzini
From: Wei Yang weiy...@linux.vnet.ibm.com get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch removes the last 4 parameters and directly use them from the first parameter. Acked-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wei Yang

Re: [Qemu-devel] [PATCH v2 0/3] Disassembly with external objdump

2013-08-23 Thread Edgar E. Iglesias
On Fri, Aug 16, 2013 at 11:29:44PM -0700, Richard Henderson wrote: V2 adds the --adjust-vma idea from Max Filippov. Thanks Richard, I've applied this Cheers, Edgar r~ Richard Henderson (3): disas: Implement fallback to dump object code as hex disas: Add disas-objdump.pl

<    1   2   3