[libvirt] [PATCH] portability: handle ifreq differences in virnetdev

2013-04-27 Thread Roman Bogorodskiy
FreeBSD (and maybe other BSDs) have different member names in struct ifreq when compared to Linux, such as: - uses ifr_data instead of ifr_newname for setting interface names - uses ifr_index instead of ifr_ifindex for interface index Also, add a check for SIOCGIFHWADDR for virNetDevValid

Re: [libvirt] [PATCH 0/3] PCI mess fixes

2013-04-27 Thread Ján Tomko
On 04/26/2013 06:31 PM, Ján Tomko wrote: > 1/3 should allow domains without a PCI bus to start > 2/3 prevents invalid memory access when the domain has no PCI bus > 3/3 fixes a mising error message on OOM > > Ján Tomko (3): > qemu: don't always reserve PCI addresses for implicit controllers >