search for: entry_header

Displaying 5 results from an estimated 5 matches for "entry_header".

2008 Aug 05
18
RE: Xen-3.2.1 VT-d Support (NOT SURE WHETHER IT''S A BUG OR...)
Hello, I''m also seeing this exact same problem. I''ve posted on xen-users, but did not get an answer. Venkat seems to be experiencing the same problem as me. I have the latest BIOS for my motherboard DQ35JO. (BIOS ver 933) I''m running a Q6600 as well. It hangs at "Brought up 4 CPUs." I''ve tried all sorts of combinations of Xen versions and kernels to
2013 Mar 15
0
Wine release 1.5.26
...eEncodedObjectW. wininet: Don't create cache file if it's forbidden. wininet: Test if cache entry is created when INTERNET_FLAG_NO_CACHE_WRITE flag is used. wininet: Added tests for Cache-Control: no-cache and no-store HTTP headers. wininet: Rename CACHEFILE_ENTRY to entry_header. wininet: Rename URL_CACHEFILE_ENTRY to entry_url. msvcrt: Limit access to out buffer in fread function. Sergey Guralnik (1): user32: Use window height/width instead of client for combo resizing. Stefan D?singer (3): ddraw/tests: Use a TnLHal device only if supported in dd...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...- 1) { - printk(KERN_WARNING PREFIX "Invalid DMAR haw\n"); + pr_warn("Invalid DMAR haw\n"); return -EINVAL; } - printk (KERN_INFO PREFIX "Host address width %d\n", - dmar->width + 1); + pr_info("Host address width %d\n", dmar->width + 1); entry_header = (struct acpi_dmar_header *)(dmar + 1); while (((unsigned long)entry_header) < (((unsigned long)dmar) + dmar_tbl->length)) { /* Avoid looping forever on bad ACPI tables */ if (entry_header->length == 0) { - printk(KERN_WARNING PREFIX - "Invalid 0-length structure\n&q...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...- 1) { - printk(KERN_WARNING PREFIX "Invalid DMAR haw\n"); + pr_warn("Invalid DMAR haw\n"); return -EINVAL; } - printk (KERN_INFO PREFIX "Host address width %d\n", - dmar->width + 1); + pr_info("Host address width %d\n", dmar->width + 1); entry_header = (struct acpi_dmar_header *)(dmar + 1); while (((unsigned long)entry_header) < (((unsigned long)dmar) + dmar_tbl->length)) { /* Avoid looping forever on bad ACPI tables */ if (entry_header->length == 0) { - printk(KERN_WARNING PREFIX - "Invalid 0-length structure\n&q...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...- 1) { - printk(KERN_WARNING PREFIX "Invalid DMAR haw\n"); + pr_warn("Invalid DMAR haw\n"); return -EINVAL; } - printk (KERN_INFO PREFIX "Host address width %d\n", - dmar->width + 1); + pr_info("Host address width %d\n", dmar->width + 1); entry_header = (struct acpi_dmar_header *)(dmar + 1); while (((unsigned long)entry_header) < (((unsigned long)dmar) + dmar_tbl->length)) { /* Avoid looping forever on bad ACPI tables */ if (entry_header->length == 0) { - printk(KERN_WARNING PREFIX - "Invalid 0-length structure\n&q...