Re: [libvirt] [PATCH v2 RESEND 00/12] PCI passthrough support on s390

2018-07-22 Thread Yi Min Zhao
Hi all, The next release is coming soon. I'm really expecting the comments from all of you. Hope you could consider a review before the next review. Thank you very much! Yi Min 在 2018/7/10 下午4:02, Yi Min Zhao 写道: Abstract The PCI representation in QEMU has recently been extended f

[libvirt] [PATCHv2] replace 'if' type conditions with 'switch' for VIR_NETWORK_FORWARD_

2018-07-22 Thread Shi Lei
v1 patch here: https://www.redhat.com/archives/libvir-list/2018-July/msg01314.html since v1: 1. Change the type declaration of _virNetworkForwardDef.type from int to virNetworkForwardType 2. use the default case to report out of range error with virReportEnumRangeError Signed-off-by: Shi Lei