Re: [Qemu-devel] [PATCH 5/5] xen: use libxendevicemodel when available

2017-03-02 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:sstabell...@kernel.org] > Sent: 02 March 2017 02:06 > To: Paul Durrant > Cc: xen-de...@lists.xenproject.org; qemu-devel@nongnu.org; Stefano > Stabellini ; Anthony Perard >

Re: [Qemu-devel] [PULL 05/15] qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands

2017-03-02 Thread Markus Armbruster
Laszlo Ersek writes: > On 03/02/17 09:11, Markus Armbruster wrote: >> Crash bug, I'm afraid... >> >> "Michael S. Tsirkin" writes: >> >>> From: Igor Mammedov >>> >>> Add commands to query Virtual Machine Generation ID counter. >>> >>>

Re: [Qemu-devel] [PULL 05/15] qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands

2017-03-02 Thread Laszlo Ersek
On 03/02/17 09:25, Laszlo Ersek wrote: > On 03/02/17 09:11, Markus Armbruster wrote: >> Crash bug, I'm afraid... >> >> "Michael S. Tsirkin" writes: >> >>> From: Igor Mammedov >>> >>> Add commands to query Virtual Machine Generation ID counter. >>> >>> QMP

Re: [Qemu-devel] [PULL 00/15] virtio, pc: fixes, features

2017-03-02 Thread Peter Maydell
On 2 March 2017 at 06:20, Michael S. Tsirkin wrote: > The following changes since commit 1e0addb682c3c552fd97480037d4f8ff18e2b87e: > > Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170228-tag' > into staging (2017-03-01 20:33:47 +) > > are available in the

Re: [Qemu-devel] [PULL 00/46] Block layer patches

2017-03-02 Thread Peter Maydell
On 28 February 2017 at 20:35, Kevin Wolf wrote: > The following changes since commit 9514f2648ca05b38e852b490a12b8cd98d5808c1: > > Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging > (2017-02-28 17:39:49 +) > > are available in the git repository

Re: [Qemu-devel] [PULL 05/15] qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands

2017-03-02 Thread Laszlo Ersek
On 03/02/17 09:11, Markus Armbruster wrote: > Crash bug, I'm afraid... > > "Michael S. Tsirkin" writes: > >> From: Igor Mammedov >> >> Add commands to query Virtual Machine Generation ID counter. >> >> QMP command example: >> { "execute":

[Qemu-devel] New QMP command without a test -> automatic NAK

2017-03-02 Thread Markus Armbruster
I hereby declare the days of adding QMP commands without tests over. I expect these tests to cover all errors. I know this isn't always practical. When you think it's not, I still expect you to explain why. If you need assistance with writing such tests, cry for help on the list cc'ing me.

Re: [Qemu-devel] [PATCH V2 2/3] COLO-compare: Optimize compare_common and compare_tcp

2017-03-02 Thread Zhang Chen
On 03/02/2017 03:51 PM, Jason Wang wrote: On 2017年02月28日 14:11, Zhang Chen wrote: OK, How about this? +/* + * Because of ppkt and spkt are both in the same connection, + * The ppkt's src ip, dst ip, src port, dst port, ip_proto all are + * same with spkt. In addition, IP

Re: [Qemu-devel] [PULL 05/15] qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands

2017-03-02 Thread Markus Armbruster
Crash bug, I'm afraid... "Michael S. Tsirkin" writes: > From: Igor Mammedov > > Add commands to query Virtual Machine Generation ID counter. > > QMP command example: > { "execute": "query-vm-generation-id" } > > HMP command example: > info

<    1   2   3   4