All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 6] xl PCI passthrough updates v3
@ 2010-08-02 14:58 Gianni Tedesco
  2010-08-02 14:58 ` [PATCH 1 of 6] xl: PCI code cleanups Gianni Tedesco
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gianni Tedesco @ 2010-08-02 14:58 UTC (permalink / raw)
  To: Xen Devel; +Cc: Ian Jackson, Stefano Stabellini

my current libxl PCI-passthrough patch-queue rebased modulo what has alread 
been applied.

Changes since v1:
 1. Move pci FLR function in to libxl_pci.c - got it all in now.
 2. Properly initialize pci device structs in new code
 3. Incorporate suggestions from Stefano wrt. API and putting sysfs paths in
    macros.
 4. Rename libxl_device_pci_list to libxl_device_pci_list_assigned due to
    change in parameters for consistency with the rest of libxl PCI API.
 5. Also introduced a patch to centralise parsing of PCI BDF's and allow
    omission of the PCI domain as a short-hand for both config files and
    hot-plug command parameters. This also fixes an infinite loop in xl create
    if there is a parse error in the pci config.

Changes since v2:
 1. Use SYS_PCI_DEV macro in libxl_device_pci_reset
 2. Fix error in libxl_device_pci_list_assigned() as pointed out by Ian
    Campbell
 3. Get rid of scan_sys_pcidir() and implement inside
    libxl_device_pci_list_assignable() since we're not supporting pcistub
    driver now
 4. New patch: prevent attempting removal of non-attached device
 5. New patch: implement pci attach to explicitly defined virtual PCI slot
 6. New patch: corresponding to qemu-dm patch, detect pci insertion errors
    which are otherwise undetectable and cause a hang
 7. New patch: implement PCI passthrough for multi-function

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-08-04 15:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 14:58 [PATCH 0 of 6] xl PCI passthrough updates v3 Gianni Tedesco
2010-08-02 14:58 ` [PATCH 1 of 6] xl: PCI code cleanups Gianni Tedesco
2010-08-02 14:58 ` [PATCH 2 of 6] xl: centralize BDF parsing in to libxl Gianni Tedesco
2010-08-02 14:58 ` [PATCH 3 of 6] xl: prevent attempts to remove non-attached pci pass-through devices Gianni Tedesco
2010-08-02 14:58 ` [PATCH 4 of 6] xl: implement pci attach to explicitly defined virtual PCI slot Gianni Tedesco
2010-08-02 14:58 ` [PATCH 5 of 6] xl: detect pci-insert-failed dm status on pci-passthrough Gianni Tedesco
2010-08-02 14:58 ` [PATCH 6 of 6] xl: implement multifunction device PCI pass-through Gianni Tedesco
2010-08-04 14:52   ` Stefano Stabellini
2010-08-04 15:07     ` Gianni Tedesco
2010-08-04 15:47       ` Stefano Stabellini
2010-08-04 15:51         ` Gianni Tedesco

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.