search for: acpi_s3

Displaying 12 results from an estimated 12 matches for "acpi_s3".

2011 Nov 18
2
[PATCH 0 of 2] Add configuration options to selectively disable S3 and S4 (V3)
...ty to selectively disable the S3 and S4 ACPI power states for HVM guests. Since there is a general move towards retiring the hvm_info_table structure, the first patch moves the acpi_enabled flag out of the hvm_info_table and into a xenstore key (platform/acpi). The second patch then introduces the acpi_s3 and acpi_s4 configuration parameters to the xl config file (default=1). These result in population of new platform/acpi_s3 and platform/acpi_s4 xenstore keys. hvmloader then reads these keys to determine whether or not to include SSDTs containing the _S3 and _S4 packages respectively. ___________...
2012 Feb 15
1
[PATCH] man/xl.cfg: mention not yet documented options
...es for parsed but undocumented cfg file options to xl.cfg: for i in ` grep -Ew ''xlu_cfg_get_(long|string|list|list_as_string_list)'' tools/libxl/xl_cmdimpl.c | cut -f 2 -d ''"'' | sort -u ` do grep -wq $i docs/man/xl.cfg.pod.5 || echo $i done current output: acpi_s3 acpi_s4 cpus device_model gfx_passthru maxmem nodes sched vif2 Signed-off-by: Olaf Hering <olaf@aepfle.de> diff -r 5fb2aa61197d -r 5a1cbd1af275 docs/man/xl.cfg.pod.5 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -842,6 +842,38 @@ XXX XXX +=item B<acpi_s3=BOOLEAN> + +...
2012 Jun 01
5
[PATCH] xl.cfg: document the cpuid= option
...res from the guest: ''tm'', which is bit #29 in EDX, and +''pni'' (SSE3), which is bit #0 in ECX: + +xend: [ ''1:ecx=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0,edx=xx0xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'' ] + +libxl: ''host,tm=0,sse3=0'' =item B<acpi_s3=BOOLEAN>
2013 Feb 18
5
[PATCH 0/2] genid: ACPI Windows generation ID updates
These patch update Windows generation ID support on ACPI. First patch mainly update to new specifications while second one introduce again the device in ACPI table. Frediano Ziglio (2): genid: Update Windows generation ID genid: Introduce again Windows generation ID device docs/misc/xenstore-paths.markdown | 6 ++++ tools/firmware/hvmloader/acpi/build.c | 49
2013 Nov 19
7
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success
...=netfront,bridge=xenbr0,mac=00:16:3e:12:c3:fa''] device_model_version="qemu-xen-traditional" gfx_passthru=0 xen_platform_pci=1 pci = [ ''01:00.0'', ''01:00.1'' ] pci_msitranslate = 1 pci_power_mgmt = 1 pci_permissive = 1 xen_extended_power_mgmt = 1 acpi_s3 = 1 acpi_s4 = 1 disk = [ ''phy:/dev/t0vg/debian-testing,xvda,w'']; And I''m running on Xen 4.3.1 with NVIDIA driver 331.20 x86_64 in the domU. Thanks and cheers! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://...
2012 Jul 24
1
Problems with HVM S3
...vncconsole=1 vncpasswd=''debian-hvm'' stdvga=0 serial=''pty'' usbdevice=''tablet'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' hpet = 1 hap = 1 acpi = 1 apic = 1 pae=1 acpi_s3 = 1 acpi_s4 = 1 Output from xl dmesg (probably irrelevant): (XEN) HVM13: VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $ (XEN) HVM14: HVM Loader (XEN) HVM14: Detected Xen v4.2-unstable (XEN) HVM14: Xenbus rings @0xfeffc000, event channel 3 (XEN) HVM14: System requested ROMBIOS...
2013 Nov 18
0
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success!
...=netfront,bridge=xenbr0,mac=00:16:3e:12:c3:fa''] device_model_version="qemu-xen-traditional" gfx_passthru=0 xen_platform_pci=1 pci = [ ''01:00.0'', ''01:00.1'' ] pci_msitranslate = 1 pci_power_mgmt = 1 pci_permissive = 1 xen_extended_power_mgmt = 1 acpi_s3 = 1 acpi_s4 = 1 disk = [ ''phy:/dev/t0vg/debian-testing,xvda,w'']; And I''m running on Xen 4.3.1 with NVIDIA driver 331.20 x86_64 in the domU. Thanks and cheers! Tamas
2012 Jan 17
3
Available PCIe lanes for VGA passthrough
Hello, I hope that I am posting the correct list with this question. I have been trying to get VGA passthrough working on my system for some time now without success. I do not have the system with me right now, so I will not be able to provide any logs or error messages right now. I will be able to to do so in a couple of hours. I have a VT-d enabled system (Motherboard and CPU) on which I wish
2012 Jan 17
3
Available PCIe lanes for VGA passthrough
Hello, I hope that I am posting the correct list with this question. I have been trying to get VGA passthrough working on my system for some time now without success. I do not have the system with me right now, so I will not be able to provide any logs or error messages right now. I will be able to to do so in a couple of hours. I have a VT-d enabled system (Motherboard and CPU) on which I wish
2011 Dec 29
4
BalloonWorkerThread issue
Hello List, Merry Christmas to all !! Basically I''m trying to boot a Windows 2008R2 DC HVM with 90GB static max memory and 32GB static min. The node config is Dell M610 with X5660 and 96GB RAM and its running XCP 1.1 Many times the node crashes while booting HVM. Sometimes I get success. I have attached the HVM boot log of successful start. Many times the node hangs as soon as the
2011 Nov 29
18
[PATCH 0 of 6] Add support for a VM generation ID virtual device (v2)
The following is a revised patch series to add support for a VM generation ID virtual device for HVM guests. The basic requirements of this device are as follows: - It must be exposed somewhere in ACPI namespace with a _CID of "VM_Gen_Counter". - It must also include a _DDN of "VM_Gen_Counter". - It must contain a _HID object but no particular value is required. - It must
2013 May 14
59
HVM Migration of domU on Qemu-upstream DM causes stuck system clock with ACPI
.... Repeat steps 5, 6 and 7 multiple times until the clock is stuck (usually happens within 3 migrations) Expected results: The clock is never stuck Actual results: The clock becomes ''stuck'' after one or more migrations Notes: If the lines ''acpi=0'', ''acpi_s3=0'', ''acpi_s4=0'' are added to xl.conf, I cannot reproduce this problem. I thus believe it may be something to do with ACPI. In investigating this, we found problem (2) which is that live migration does not take across all the acpi entries within xenstore - this is handled...