[Qemu-devel] [PATCH v2 4/5] qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR

2018-01-10 Thread Alex Williamson
Add an option which allows the user to specify a PCI BAR number, including an 'off' and 'auto' selection. Cc: Markus Armbruster Cc: Eric Blake Signed-off-by: Alex Williamson --- hw/core/qdev-properties.c| 11 +++ include/hw/qdev-properties.h |4 qapi/common.json

Re: [Qemu-devel] [PATCH v2 4/5] qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR

2018-01-24 Thread Alex Williamson
Ping, can any qapi folks comment or provide an ack/review for this please? Thanks! Alex On Wed, 10 Jan 2018 12:02:24 -0700 Alex Williamson wrote: > Add an option which allows the user to specify a PCI BAR number, > including an 'off' and 'auto' selection. > > Cc: Markus Armbruster > Cc: Eri

Re: [Qemu-devel] [PATCH v2 4/5] qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR

2018-01-31 Thread Markus Armbruster
Alex Williamson writes: > Add an option which allows the user to specify a PCI BAR number, > including an 'off' and 'auto' selection. > > Cc: Markus Armbruster > Cc: Eric Blake > Signed-off-by: Alex Williamson Reviewed-by: Markus Armbruster