Displaying 20 results from an estimated 3000 matches similar to: "ACPI fixed event or General Purpose Event to HVM guest."
2008 Jul 17
0
RE: ACPI fixed event or General Purpose Event to HVMguest.
resend. didn''t see it show up on the list. Sorry if duplicate.
>
>>Has there been any work done on getting an ACPI fixed event or
>>perhaps a general
>>purpose event delivered to an HVM guest. Whereby, the HVM
>>guests OSPM could consume the event and act accordingly.
>
> Now Xen support live migration with VT- d assigned device, which
> is
2010 Aug 07
10
[PATCH] Fix hvm vcpu hotplug bug
When hotplug hvm vcpu by ''xm vcpu-set'' command, if it add/remove
many vcpus by 1 ''xm vcpu-set'' command, it has a bug that it cannot
add/remove all vcpus that want to be added/removed.
This patch is to fix the bug. It delays trigger sci until all xenstore
cpu node status are watched.
Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
2006 Jun 17
1
[PATCH]HVM acpi guest OS suppot in piix4 ACPI event logical model-part 2 of 4
Attached please see the hvm guest os acpi patch part 2 of
4:piix4acpi_timer
ACPI timer is required during guest windows installation and boot.
Signed-off-by: Tang Liang <tangliang@lenovo.com>
Signed-off-by: Winston Wang <winston.l.wang@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 May 14
4
[PATCH] qemu-traditional - ACPI vCPU hotplug fixes for Xen 4.3 (v2).
Please see the three patches that fix the ACPI AML and QEMU race.
They have been Ack-ed by both George (for inclusion in Xen 4.3) and
by Stefano. They should be candidates for back-port in older hypervisors.
Konrad Rzeszutek Wilk (3):
piix4acpi, xen, vcpu hotplug: Split the notification from the changes.
piix4acpi, xen: Clarify that the qemu_set_irq calls just do an IRQ pulse.
2013 May 13
11
[PATCH] Fix QEMU HVM hotplug race in QEMU traditional (Xen 4.1, Xen 4.2, and Xen 4.3) (v1).
Hey Ian and Stefano,
Please see this thread: http://lists.xen.org/archives/html/xen-devel/2013-05/msg01053.html
for the debug patches and some of the discussion.
These three patches fix an race that has been in QEMU traditional for a long time.
The guts of the bug is that if you have a guest with these options:
vcpus=1
maxvcpus=32
and do ''xl vcpu-set <guest> 32'' the
2007 Aug 29
39
[PATCH] 1/2: cpufreq/PowerNow! in Xen: Time and platform changes
Enable cpufreq support in Xen for AMD Operton processors by:
1) Allowing the PowerNow! driver in dom0 to write to the PowerNow!
MSRs.
2) Adding the cpufreq notifier chain to time-xen.c in dom0.
On a frequency change, a platform hypercall is performed to
scale the frequency multiplier in the hypervisor.
3) Adding a platform hypercall to the hypervisor the scale
the frequency multiplier and reset
2011 Dec 02
6
[PATCH] tools/firmware: remove "_PS0/3" Method
tools/firmware: remove "_PS0/3" Method
Do not expose the ACPI power management "_PS0/3" Method to guest firmware. According to section 3.4 of the APCI specification 4.0, PCI device control the device power through its own specification but not through APCI.
Qemu pushes "_PS0/3" to guest will cause a mess between ACPI PM and PCI PM as a result of incorrect ACPI table
2013 Jul 12
16
preparing for 4.2.3 and 4.1.6
Aiming at a release some time in August, I''d like to cut RC1-s by
Thursday next week (as I''ll be on a two week vacation starting
Friday).
Please indicate any bug fixes that so far may have been missed
in the backports already done. A few fixes are currently stuck in
master''s staging branch (or pending to make it there) - these
don''t need to be named explicitly,
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it
wakes up from S3 state.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
--
Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Feb 07
1
pdfmerge and ghostscript-8.70-6.el5_7.6.x86_64
Everyone,
It looks like pdfmerge is broken after the recent upgrade of gs to
ghostscript-8.70-6.el5_7.6.x86_64. Has anyone else had this problem. I
have just started trying to debug it. If any of you already have
solutions please let me know.
Thanks,
Greg Ennis
2017 Apr 29
2
Re: Libvirtd freezes
On 04/29/2017 04:38 AM, Stefano Ricci wrote:
> 2017-04-28 14:33 GMT+02:00 Michal Privoznik <mprivozn@redhat.com>:
>> On 04/27/2017 04:31 PM, Stefano Ricci wrote:
>>> Here is the backtrace of the libvirt process just started
>>
>> [Just a side note, you shouldn't top post on technical lists. Gmail
>> sucks at this.]
>>
>>>
>>>
2004 Apr 01
1
Mounting a windows 2003 share
Hi I want to mount the a share of a windows 2003 Domain Controler, but
I'm not been able...
Does any body knew a solution for that problem?
Thanks....
here is the error message:
<snip>
root@r-pad:/mnt/max-ecom# mount -t smbfs -o
username=mnicolas,password=sucker //192.168.200.99/Multimedia /mnt/
cli_negprot: SMB signing is mandatory and we have disabled it.
11688: protocol
2011 Aug 15
36
expose MWAIT to dom0
There''re basically two methods to enter a given C-state: legacy (hlt + I/O read),
and native(using mwait). MWAIT is always preferred when both underlying CPU
and OS support, which is a more efficient way to conduct C-state transition.
Xen PM relies on Dom0 to parse ACPI Cx/Px information, which involves one
step to notify BIOS about a set of capabilities supported by OSPM. One capability
2006 Jun 17
0
[PATCH]HVM acpi guest OS suppot in piix4 ACPI event logical model-part 3 of 4
Attached please see the hvm guest os acpi patch part 3 of
4:piix4acpi_prt.patch
The patch added ACPI _PRT table for PCI IRQ routing table in PIC mode
and fixed the _PRT table in APIC mode
Signed-off-by: Tang Liang <tangliang@lenovo.com>
Signed-off-by: Winston Wang <winston.l.wang@intel.com>
_______________________________________________
Xen-devel mailing list
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
This patch series makes suspend support in qemu alot more useful. Right
now the guest can put itself into s3, but qemu will wakeup the guest
instantly. With this patch series applied the guest will stay suspended
instead and there are a few events which can kick the guest out of
suspend state: A monitor command, ps/2 input, serial input, rtc. Not
much yet, but it''s a start with the
2017 Apr 28
2
Re: Libvirtd freezes
On 04/27/2017 04:31 PM, Stefano Ricci wrote:
> Here is the backtrace of the libvirt process just started
[Just a side note, you shouldn't top post on technical lists. Gmail
sucks at this.]
>
> https://pastebin.com/R66myzFp
Looks like libvirtd is trying to spawn /usr/bin/qemu-system-x86_64 but
it takes ages to init. In the debug logs you might see the actual
command line that
2012 Feb 23
7
[PATCH 2/2] RFC: Xen pad logic
From ba9abf6ee7e5fe0515e2d51b14743c8d5416285c Mon Sep 17 00:00:00 2001
From: Liu, Jinsong <jinsong.liu@intel.com>
Date: Fri, 24 Feb 2012 02:18:02 +0800
Subject: [PATCH 2/2] Xen pad logic
This patch implement Xen pad logic, and when getting pad device
notification, it hypercalls to Xen hypervisor for core parking.
Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
---
2020 Mar 04
0
[PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space
On Wed, Mar 04, 2020 at 02:37:08PM +0100, Joerg Roedel wrote:
> Hi Michael,
>
> On Tue, Mar 03, 2020 at 11:09:41AM -0500, Michael S. Tsirkin wrote:
> > No. It's coded into the hardware. Which might even be practical
> > for bare-metal (e.g. on-board flash), but is very practical
> > when the device is part of a hypervisor.
>
> If its that way on PPC, than
2009 Jan 06
2
ACPI support?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello All,
I have had a problem detecting the network card on my notebook when ACPI
is enabled for a year. The problem still exists in 7.1-RELEASE.
with ACPI:
...
bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002>
irq 17 at device 0.0 on pci8
bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
bge0: couldn't
2017 Apr 29
0
Re: Libvirtd freezes
2017-04-28 14:33 GMT+02:00 Michal Privoznik <mprivozn@redhat.com>:
> On 04/27/2017 04:31 PM, Stefano Ricci wrote:
>> Here is the backtrace of the libvirt process just started
>
> [Just a side note, you shouldn't top post on technical lists. Gmail
> sucks at this.]
>
>>
>> https://pastebin.com/R66myzFp
>
> Looks like libvirtd is trying to spawn