Re: [Qemu-devel] VM id

2014-07-02 Thread Eric Blake
On 07/02/2014 06:29 PM, Gary Jordan wrote: [please don't top-post on technical lists] > If I open two session in a migration operation, how does the qemu know > which one should be accepted? I saw there was a ram_list to check, but no > id of the guest. I suggest using higher level software, lik

Re: [Qemu-devel] VM id

2014-07-02 Thread Gary Jordan
If I open two session in a migration operation, how does the qemu know which one should be accepted? I saw there was a ram_list to check, but no id of the guest. 2014-07-02 17:59 GMT-04:00 Eric Blake : > On 07/02/2014 01:20 PM, Gary Jordan wrote: > > Does Qemu have a VM id allocated for each VM?

Re: [Qemu-devel] VM id

2014-07-02 Thread Eric Blake
On 07/02/2014 01:20 PM, Gary Jordan wrote: > Does Qemu have a VM id allocated for each VM? I did not find this Id in > qemu. HOW deos qemu identify each VM, using thread Id or some other > identifiers? Each qemu process manages exactly one VM, so qemu doesn't care what id a guest has. Higher-lev

[Qemu-devel] VM id

2014-07-02 Thread Gary Jordan
Does Qemu have a VM id allocated for each VM? I did not find this Id in qemu. HOW deos qemu identify each VM, using thread Id or some other identifiers?