Displaying 5 results from an estimated 5 matches for "valid_devices".
Did you mean:
  valid_device
  
2007 May 14
1
XenDomainInfo.py: Can hang in _releaseDevices.
A section of code does: 
         while True:
            t = xstransact("%s/device" % self.dompath)
            for devclass in XendDevices.valid_devices():
                for dev in t.list(devclass):
                    try:
                        t.remove(dev)
                    except:
                        # Log and swallow any exceptions in removal --
                        # there''s nothing more we can do....
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
Use the current logging message styles.
Convert the dbg and debug macros to alway have a terminating \n.
Remove err, warn, and info macros, use pr_<level>.
Add pr_fmt as appropriate.
Signed-off-by: Joe Perches <joe at perches.com>
---
 drivers/pci/dmar.c                      |  116 ++++-----
 drivers/pci/hotplug/acpi_pcihp.c        |   36 ++--
 drivers/pci/hotplug/acpiphp.h          
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
Use the current logging message styles.
Convert the dbg and debug macros to alway have a terminating \n.
Remove err, warn, and info macros, use pr_<level>.
Add pr_fmt as appropriate.
Signed-off-by: Joe Perches <joe at perches.com>
---
 drivers/pci/dmar.c                      |  116 ++++-----
 drivers/pci/hotplug/acpi_pcihp.c        |   36 ++--
 drivers/pci/hotplug/acpiphp.h          
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
Use the current logging message styles.
Convert the dbg and debug macros to alway have a terminating \n.
Remove err, warn, and info macros, use pr_<level>.
Add pr_fmt as appropriate.
Signed-off-by: Joe Perches <joe at perches.com>
---
 drivers/pci/dmar.c                      |  116 ++++-----
 drivers/pci/hotplug/acpi_pcihp.c        |   36 ++--
 drivers/pci/hotplug/acpiphp.h          
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and