similar to: [PATCH]HVM acpi guest OS suppot in piix4 ACPI event logical model-part 3 of 4

Displaying 20 results from an estimated 7000 matches similar to: "[PATCH]HVM acpi guest OS suppot in piix4 ACPI event logical model-part 3 of 4"

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
2006 Aug 16
0
[PATCH]HVM acpi dsdt table update
Attched please review the patch for hvm acpi dsdt table update: 1)Fixed HCT test "Unreported Memory and I/O Port test" for memory range 0xC0000~0xFFFFF and IO 0x378 2)Make consistent with non-acpi os by enabling LPT1, remove com2 which is conflict with usb mouse 3)Fixed the USB HID-Compliant mouse when set usbdevice=''tablet''/''mouse'' 4)Fixed Vista boot
2006 Sep 26
1
HVM PIC/APIC confusion in ACPI firmware?
Hi Folks - I''m pretty new to ACPI (don''t know my ASL from a hole in the ground :-), but I think the _PRT method has the PIC/APIC cases reversed. I''m looking at tools/firmware/acpi/acpi_dsdt.asl. The ACPI spec says a _PIC method (if defined) will be called with an argument of 1 if the host is using APIC interrupts. If the host is using PIC interrupts instead, it
2006 Oct 11
1
RE: W2K3 Server Installation fails with ACPI=1 on
Steven, I found where the difference is, it may be my fault: My changeset number + 1 = your changeset number. My 11160 is your 11159, and my 11161 is your 11160. Attached please see those patches, Thanks, Winston, -----Original Message----- From: Steven Smith [mailto:sos22@hermes.cam.ac.uk] On Behalf Of Steven Smith Sent: Wednesday, October 11, 2006 10:33 AM To: Wang, Winston L Cc: Stefan Berger;
2006 Oct 13
1
[PATCH]HVM CDROM DMA support
Attached please review the patch adding back the HVM CDROM DMA support from last years. Tested it showing have about 300% (data transfer rate) faster than current PIO mode. This is meaningful for guest OS installation. Signed-off-by: Winston Wang <winston.l.wang@intel.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 Mar 05
0
Module i2c-piix4 for lm_sensors on CentOS 5 64 Bit
Hi list, Where can i find the i2c-piix4 module for CentOs 5 64 Bit? If i say modprobe i2c-piix4 i get the error: FATAL: Module i2c_piix4 not found. Can you help me? Greetings Sebastian
2008 Jul 16
2
ACPI fixed event or General Purpose Event to HVM guest.
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. Or Perhaps better stated how would one go about passing an ACPI fixed event or general purpose event that was raised and consumed by dom0 and subsequently pass the event on to each of the HVM
2006 Oct 11
1
Re: W2K3 Server Installation fails with ACPI=1 on
Hi Stefan, The problem is cause by the VBD/VNIF PCI device in DM checked in changeset 11160: PCI Device ID: 5853(Xen),class:ff80 (unknown) ACPI Window does not understand this device and can not find device driver associate with it. To verify this just revert the patches of changset 11161/11160 We are working on the fix now, revert patch is not the solution anyway... Thanks, Winston
2001 Oct 23
0
Winbind/RH7.1...Problems joining domain
When I try to rejoin the domain I get the following: ------------------------------------------------------------------------ ---------- INFO: Debug class all level = 1 (pid 4788 from pid 4788) WARNING: The "alternate permissions"option is deprecated cli_net_auth2: Error NT_STATUS_NO_TRUST_SAM_ACCOUNT cli_nt_setup_creds: auth2 challenge failed modify_trust_password: unable to setup the
2012 Mar 14
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
I got your point. Thank you, and I'd like to provide the relative message now. But firstly, what do you mean by the "relevant command generated by your makefile"? What I can tell you now is: The Error Message: make[3]: Entering directory `/home/tang.kk/ppcg/ppcg/isl/interface' CXXLD extract_interface extract_interface.o:(.data.rel.ro._ZTI13MyASTConsumer[typeinfo for
2005 Jul 25
2
file name handling "bug" in scp?
Hi I think I found a small filename handling issue in scp: evaldo at winston:~$ scp evaldo at 127.0.0.1:test-\`whoami\`-test . Password: scp: test-evaldo-test: No such file or directory evaldo at winston:~$ scp evaldo at 127.0.0.1:test-\`echo\ foo\`-test . Password: scp: test-foo-test: No such file or directory evaldo at winston:~$ evaldo at winston:~$ ssh -V OpenSSH_3.9
2019 Jul 29
0
initramfs annoyances (I think)
Leon Fauster via CentOS wrote: > >> Am 29.07.2019 um 22:37 schrieb J Martin Rushton via CentOS >> <centos at centos.org>: >> On 29/07/2019 20:58, mark wrote: >> >>> Moved a server from the datacenter to our secure room. I've changed >>> the DNS, and our dhcpd... and yet, every time it boots, it comes up >>> with the IP it had in the
2020 Sep 04
2
using experimental intrinsics failed
Hi Craig: It’s llvm 10.1 I think, I did the same thing, removing everything except the code block but still failed with llvm-as. Thank you Xuan Tang On Sep 3, 2020, 20:14 -0500, Craig Topper <craig.topper at gmail.com>, wrote: > I just pasted that code and ran it through llc, opt, and llvm-as. All passed without issue. What version of llvm are you using? > > ~Craig > > >
2017 Nov 21
1
Are Rprintf and REprintf thread-safe?
Thanks - I'll find another way to send messages to the main thread for printing. -Winston On Tue, Nov 21, 2017 at 12:42 PM, <luke-tierney at uiowa.edu> wrote: > On Tue, 21 Nov 2017, Winston Chang wrote: > >> Is it safe to call Rprintf and REprintf from a background thread? I'm >> working on a package that makes calls to fprintf(stderr, ...) on a >>
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
Winston, I had a similar experience to you tracking down an insanely difficult bug in my R code that "disappeared" whenever slight changes were made to the script (e.g. like adding cat() statements). In my case, it coincided with my over-eager compilation of R and its library stack, as I was also experimenting with a cutting edge version of the gcc compiler as well as what I thought were
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
>>>>> Winston Chang <winstonchang1 at gmail.com> >>>>> on Tue, 4 Apr 2017 15:29:40 -0500 writes: > I've done some more investigation into the problem, and it is very > difficult to pin down. What it looks like is happening is roughly like this: > - `p` is an environment and `p$e` is also an environment. > - There is a loop.
2015 Mar 10
0
Notes on building a gcc toolchain for Rtools (but not multilib)
On 10/03/2015 2:56 PM, Dan Tenenbaum wrote: > > > ----- Original Message ----- >> From: "Duncan Murdoch" <murdoch.duncan at gmail.com> >> To: "Dan Tenenbaum" <dtenenba at fredhutch.org> >> Cc: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org >> Sent: Tuesday, March 10, 2015 11:37:12 AM >>
2015 Jan 26
0
speedbump in library
A isNamespaceLoaded() function would be a useful thing to have in general if we are interested in readable code. An efficient implementation would be just a bonus. On Mon, Jan 26, 2015 at 3:36 AM, Martin Maechler <maechler at lynne.stat.math.ethz.ch> wrote: >>>>>> Winston Chang <winstonchang1 at gmail.com> >>>>>> on Fri, 23 Jan 2015 10:15:53
2012 Mar 02
0
ggplot2 0.9.0
# ggplot2 ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and avoid bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce complex multi-layered graphics. Find out more at
2012 Mar 02
0
ggplot2 0.9.0
# ggplot2 ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and avoid bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce complex multi-layered graphics. Find out more at