Re: [Qemu-devel] [PATCH] pci-testdev: add optional memory bar

2018-09-27 Thread Laszlo Ersek
On 09/27/18 14:10, Gerd Hoffmann wrote: > Add memory bar to pci-testdev. Size is configurable using the membar > property. Setting the size to zero (default) turns it off. Can be used > to check whenever guests handle large pci bars correctly. > > Signed-off-by: Gerd Hoffmann > --- > docs/spe

Re: [Qemu-devel] [PATCH] pci-testdev: add optional memory bar

2018-09-27 Thread Marc-André Lureau
On Thu, Sep 27, 2018 at 4:12 PM Gerd Hoffmann wrote: > > Add memory bar to pci-testdev. Size is configurable using the membar > property. Setting the size to zero (default) turns it off. Can be used > to check whenever guests handle large pci bars correctly. > > Signed-off-by: Gerd Hoffmann R

[Qemu-devel] [PATCH] pci-testdev: add optional memory bar

2018-09-27 Thread Gerd Hoffmann
Add memory bar to pci-testdev. Size is configurable using the membar property. Setting the size to zero (default) turns it off. Can be used to check whenever guests handle large pci bars correctly. Signed-off-by: Gerd Hoffmann --- docs/specs/pci-testdev.txt | 13 + hw/misc/pci-tes