[SeaBIOS] hw/usb-xhci: Remove unused const variables

2016-05-12 Thread Paul Menzel
Date: Fri, 13 May 2016 07:03:36 +0200 Subject: [PATCH 1/2] hw/usb-xhci: Remove unused const variables Remove the unused arrays `eptype_to_xhci_in` and `eptype_to_xhci_out` to fix the GCC 6 warnings below. ``` $ gcc-6 --version gcc-6 (Debian 6.1.1-3) 6.1.1 20160511 […] $ make CC=gcc-6 […] Compile

[SeaBIOS] [PATCH] tcgbios: Remove unused const variable

2016-05-12 Thread Paul Menzel
Date: Fri, 13 May 2016 07:10:32 +0200 Subject: [PATCH 2/2] tcgbios: Remove unused const variable Remove the unused array `PhysicalPresence_CMD_DISABLE` to fix the GCC 6 warnings below. ``` $ gcc-6 --version gcc-6 (Debian 6.1.1-3) 6.1.1 20160511 […] $ make -j CC=gcc-6 […]   Compile checking out/sr

[SeaBIOS] RFC: Proposed vfio IGD assignment fw_cfg ABI

2016-05-12 Thread Alex Williamson
Hey folks, I'm planning to add a couple fw_cfg files for vfio IGD (Intel Graphics Device) assignment, but since this does represent a QEMU-BIOS ABI and since most of the vfio code is committed with only my own sign-off and review, I'd like to pull this out for discussion separate from the patches

Re: [SeaBIOS] [PATCH 4/4] cleanup smp_setup()

2016-05-12 Thread Igor Mammedov
On Wed, 11 May 2016 10:08:11 -0400 "Kevin O'Connor" wrote: > On Wed, May 11, 2016 at 11:50:36AM +0200, Igor Mammedov wrote: > > On Tue, 10 May 2016 16:43:34 +0200 > > Igor Mammedov wrote: > > > > > MaxCountCPUs could never be 0 or less CountCPUs > > > anymore, remove code that wouldn't be exe