similar to: [PATCH]HVM acpi dsdt table update

Displaying 20 results from an estimated 3000 matches similar to: "[PATCH]HVM acpi dsdt table update"

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 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 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
2010 May 07
2
smooth line overlap with histogram
Hi r-users,   I would like to overlap a smooth line on the histogram.  I tried using spline but it does not work. sq     <- seq(0,900,by=50) sq.50  <- as.character(sq) datobs <- sum_pos ## first, plot histogram histo <- hist(datobs,breaks=sq,freq=F) ## extract counts from histogram and calculate the probability in ## each specified interval. Also check the length of the interval is
2008 Jan 18
7
[Patch] Make memory hole for PCI Express bigger and prevent roll-over
Keir, Here''s a first patch to address the issue with rolling over to guest-physical address 0x00000000 when assigning address regions to PCI BARs during HVM boot. For now, this: - Makes the hole bigger: 0xC0000000-0xF5000000. This might be overkill...but it should only matter for 32-bit guest OSes assigned more than 3GB of RAM. - Prevents addresses from above 0xF50000000 from
2007 Apr 25
1
Yukon NIC - again
Hello. I have the same problem as many others, PXELINUX (or rather menu.c32) does not work with Marvell Yukon 88E8055 cards. I have two machines, Fujitsu LIFEBOOK S7110 and P7230 that have the same problem; menu.c32 will not load. The version of Marvell's base code is 1.10.1.3 (20060516), Yukon PXE v5.14.1.3 (20060704), in the machines I have tested. I have tried downgrading the BIOS on the
2006 Oct 16
2
[Patch] Fix a failure in PCI Compliance Test
The Xen platform device (introduced in changeset 11161) would cause HCT''s PCI Compliance Test to generate a failure message. The patch fixes this. Thanks Dexuan Cui Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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
2010 May 29
1
modifying only certain rows in a data-frame
Hi, I have a data-frame r (shown below is a subset) with the following column names: date time sample vct norm hct deltact $time has 8 levels: 0h, 0.5h, .....24h. $deltact holds real numbers. I want to subset this dataframe by the levels of $time. For all the rows which have r$time == "0h" I would like to convert the present value of r$deltact to 0. Any pointers to a
2007 Nov 06
1
Integrating a function
Hello everybody! I have problems with integrating my function. My primary function is a “survival function” of the following type: surviv <- exp(-k*x)/(1+exp(alpha*(x-tau))) I would like to integrate this function over a defined range and obtain a vector with all the values from integrate(surviv, 0, x) for x <- 1:N. I unfortunately obtain just a scalar value corresponding to the last
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
2003 Sep 03
0
System hanging in acpi during shutdown
This morning, I upgraded my main system to an up-to-date -STABLE including acpi and it now hangs during shutdown after reporting: Waiting (max 60 seconds) for system process `vnlru' to stop...stopped If I set hw.acpi.disable_on_poweroff=0 then the shutdown completes but poweroff fails with (hand copied): ACPI-1287: ***Error: Method execution failed [\_PTS] (Node 0xc21ed450),
2012 Nov 07
1
State of memdisk-acpi
I tested the memdisk-acpi branch with following results: - Bochs The BIOS provides a RSDT. Available tables are RSDT, FACP, DSDT, FACS, APIC, SSDT. memdisk-acpi is able to hook the SSDT. - VMware The BIOS provides a RSDT and XSDT. Available tables are RSDT, FACP, DSDT(*), FACS(*), BOOT(*), APIC(*) and XSDT, FACP, DSDT(*), FACS(*), BOOT(*), APIC(*). Tables marked with an asterisk (*) are
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 >>
2005 Nov 02
3
Printing under wine
Hi, Bit of a newbie here, I've checked the FAQ, and some srchives, but haven't found an answer. I have a Windows DTP application, which runs quite well under wine 9.0 (Mandriva Linux 2005SE), but when tryimg to print, dumps with a stack backtrace. So I thought I'd try printing from the wine-supplied notepad; this doesn't even come up with a printer list. I can't believe
2008 Jan 02
2
Trixbox and mail2fax
Hi there, is there any howto how do i configure a asterisk/trixbox for mail2fax? The fax must be send over sipgate or other SIP peers. (i dont have any "normal" telephones connected). What i wanne do is somethink like this: Subject: +49691234567 Attache: *.pdf The attched pdf have to be send ;) -- Mit freundlichen Gr??en Daniel mailto:daniel at listmails.de
2017 Jan 02
1
[PATCH] fix compile in MSVC if UNICODE is defined (SF bug 447)
Erik de Castro Lopo wrote: > This fix probably warrants a new release, but I'll hold off for a > week or so to make sure nothing else needs fixing. Speaking of which... the attched patch fixes building when UNICODE preprocessor macro is defined (it's explained here: <http://stackoverflow.com/questions/3298569/difference-between-mbcs-and-utf-8-on-windows>). It should fix
2008 Sep 17
1
ACPI "blacklist" question
Hello, I have recently updated a machine to 7-stable. ACPI doesn't seem to work correctly on this machine. With earlier versions of FreeBSD (including the latest RELENG_6), I got this line in dmesg: ACPI disabled by blacklist. Contact your BIOS vendor. And everything was fine. The box runs perfectly well with ACPI disabled. (I can't get a BIOS update because the mainboard is too
2019 Sep 11
0
[vhost:linux-next 14/17] include/linux/mmzone.h:815:3: error: implicit declaration of function 'move_page_to_reported_list'; did you mean 'move_to_free_list'?
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/mst/vhost.git linux-next head: 39c226b6b576b23d6d558331e6895f02b0892555 commit: 50ed0c2ecb2e254a50e4ad775840f29d42cf6c00 [14/17] mm: Introduce Reported pages config: m68k-allmodconfig (attached as .config) compiler: m68k-linux-gcc (GCC) 7.4.0 reproduce: wget