mbox

[PULL,0/1] VFIO - fix glib 2.22 compat

Message ID 20150925170351.22650.92245.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150925.0

Message

Alex Williamson Sept. 25, 2015, 5:06 p.m. UTC
Hi Peter,

I'll likely have another pull next week, but I don't want to sit on
this trivial fix for glib 2.22 compatability.  Thanks,

Alex

The following changes since commit fefa4b128de06cec6d513f00ee61e8208aed4a87:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150923.0' into staging (2015-09-23 21:39:46 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150925.0

for you to fetch changes up to 9d146b2e2fbc1c2e42be1e3ee6c0d507ea79f0f9:

  vfio/pci: Remove use of g_malloc0_n() from quirks (2015-09-23 21:27:17 -0600)

----------------------------------------------------------------
VFIO updates 2015-09-25

 - Remove use of g_malloc0_n for glib2.22 compat

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci: Remove use of g_malloc0_n() from quirks

 hw/vfio/pci-quirks.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

Peter Maydell Sept. 25, 2015, 8:52 p.m. UTC | #1
On 25 September 2015 at 10:06, Alex Williamson
<alex.williamson@redhat.com> wrote:
> Hi Peter,
>
> I'll likely have another pull next week, but I don't want to sit on
> this trivial fix for glib 2.22 compatability.  Thanks,
>
> Alex
>
> The following changes since commit fefa4b128de06cec6d513f00ee61e8208aed4a87:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150923.0' into staging (2015-09-23 21:39:46 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150925.0
>
> for you to fetch changes up to 9d146b2e2fbc1c2e42be1e3ee6c0d507ea79f0f9:
>
>   vfio/pci: Remove use of g_malloc0_n() from quirks (2015-09-23 21:27:17 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2015-09-25
>
>  - Remove use of g_malloc0_n for glib2.22 compat
>
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio/pci: Remove use of g_malloc0_n() from quirks

Applied, thanks.

-- PMM