Re: [Qemu-devel] [PATCH 0/2] error: Documentation updates

2016-02-03 Thread Markus Armbruster
Lluís Vilanova writes: > Markus Armbruster writes: > >> This overlaps with parts of Lluís's "[RFC][PATCH v6 0/5] utils: >> Improve and document error reporting". Lluís, feel free to integrate >> my patches into a respin of your series. You can also respin on top >> of my series. > > Reviewed-by

Re: [Qemu-devel] [PATCH 1/1] arm: virt: change GPIO trigger interrupt to pulse

2016-02-03 Thread Shannon Zhao
On 2016/2/4 14:10, Wei Huang wrote: > > On 02/03/2016 07:44 PM, Shannon Zhao wrote: >> > >> > >> > On 2016/2/4 0:01, Wei Huang wrote: >>> >> >>> >> On 2/3/16 04:46, Peter Maydell wrote: > On 3 February 2016 at 07:15, Michael Tokarev wrote: >>> >> 28.01.2016 21:22, Wei Huang w

Re: [Qemu-devel] sda abort with virtio-scsi

2016-02-03 Thread Hannes Reinecke
On 02/04/2016 12:19 AM, Paolo Bonzini wrote: > > > On 03/02/2016 22:46, Jim Minter wrote: >> I am hitting the following VM lockup issue running a VM with latest >> RHEL7 kernel on a host also running latest RHEL7 kernel. FWIW I'm using >> virtio-scsi because I want to use discard=unmap. I ran t

Re: [Qemu-devel] [PATCH v4 11/11] cputlb: modernise the debug support

2016-02-03 Thread Alex Bennée
Peter Maydell writes: > On 3 February 2016 at 18:54, Alex Bennée wrote: >> It preserves the old behaviour (and the general behaviour of DEBUG_FOO >> going to stderr). However I'm happy to make it default to using the log >> output. >> >> It does raise the question of if we should just enable th

[Qemu-devel] [PATCH V3 0/2] net/filter-mirror:add filter-mirror and unit test

2016-02-03 Thread Zhang Chen
From: ZhangChen Filter-mirror is a netfilter plugin. It gives qemu the ability to copy and mirror guest's net packet. we output packet to chardev. v3: - Add filter-mirror unit test according to Jason's comments - Address zhanghailiang's comments. - Address Jason's comments. v2: - Addres

[Qemu-devel] [PATCH V3 2/2] tests/test-filter-mirror:add filter-mirror unit test

2016-02-03 Thread Zhang Chen
From: ZhangChen Using qtest qmp interface to implement following cases: 1) add/remove filter-mirror 2) add a filter-mirror then delete the netdev 3) add/remove more than one filter-mirrors 4) add more than one filter-mirrors and then delete the netdev 5) add filter-mirror with: -object filter-

[Qemu-devel] [PATCH V3 1/2] net/filter-mirror:Add filter-mirror

2016-02-03 Thread Zhang Chen
From: ZhangChen Filter-mirror is a netfilter plugin. It gives qemu the ability to copy and mirror guest's net packet. we output packet to chardev. usage: -netdev tap,id=hn0 -chardev socket,id=mirror0,host=ip_primary,port=X,server,nowait -filter-mirror,id=m0,netdev=hn0,queue=tx/rx/all,outdev=mir

Re: [Qemu-devel] [PATCH 07/10] virtio: combine the read of a descriptor

2016-02-03 Thread Gonglei (Arei)
Hi Paolo, > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > > On 03/02/2016 13:34, Gonglei (Arei) wrote: > > Hi, > > > >> Subject: [Qemu-devel] [PATCH 07/10] virtio: combine the read of a > >> descriptor > >> > >> Compared to vring, virtio has a performance pe

Re: [Qemu-devel] [SeaBIOS] [RFC PATCH v2] fw/pci: Add support for mapping Intel IGD OpRegion via QEMU

2016-02-03 Thread Gerd Hoffmann
Hi, > the same or just use it on the first one we encounter. We're probably > putting way too much thought into this scenario that Intel likely has no > expectation of supporting though ;) Thanks, Yea, lets stick with the plain simple "igd-opregion". Even if intel allows multiple igd devices

<    1   2   3   4