Displaying 3 results from an estimated 3 matches for "config_dm".
Did you mean:
config_db
2007 Aug 16
0
Using OHCI to replace UHCI can improve the USB performance dramatically under windows
...p; usb_enabled) {
- usb_uhci_init(pci_bus, piix3_devfn + (acpi_enabled ? 3 : 2));
+ //usb_uhci_init(pci_bus, piix3_devfn + (acpi_enabled ? 3 : 2));
+ //usb_ohci_init(pci_bus, 3, -1);
+ usb_ohci_init(pci_bus, 3,piix3_devfn + (acpi_enabled ? 3 : 2));
}
#ifndef CONFIG_DM
There are some issues forLinux guest OS. I am trying to fix it. Is
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
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
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows.
> I thought that the point was the following two.
>
>
> 1. Storage place of encrypted password
> Should I store it in /etc/xen/passwd ?
> Or, should I wait for DB of Xen that will be released in
> the future?
The xend life cycle management patches were posted by Alistair a couple
of months back.