search for: xstate

Displaying 20 results from an estimated 43 matches for "xstate".

Did you mean: state
2013 Nov 19
6
[PATCH 2/5] X86 architecture instruction set extension definiation
...e, add new features like AVX-512, MPX, etc. refer http://download-software.intel.com/sites/default/files/319433-015.pdf This patch adds definiation of these new instruction set extension. It also adjusts valid xcr0 checking. Signed-off-by: Jan Beulich <jbeulich@novell.com> --- xen/arch/x86/xstate.c | 38 ++++++++++++++++++++++++-------------- xen/include/asm-x86/xstate.h | 13 +++++++++---- 2 files changed, 33 insertions(+), 18 deletions(-) diff --git a/xen/arch/x86/xstate.c b/xen/arch/x86/xstate.c index 9e74929..1fd43c9 100644 --- a/xen/arch/x86/xstate.c +++ b/xen/arch/x86/xsta...
2013 Nov 25
0
[PATCH 2/4 V2] X86: enable support for new ISA extensions
...new features like AVX-512, MPX, etc. Refer to http://download-software.intel.com/sites/default/files/319433-015.pdf This patch adds support for these new instruction set extensions without enabling this support for guest use, yet. It also adjusts XCR0 validation, at once fixing the definition of XSTATE_ALL (which is not supposed to include bit 63). Signed-off-by: Jan Beulich <jbeulich@novell.com> --- xen/arch/x86/xstate.c | 47 +++++++++++++++++++++++++++++------------ xen/include/asm-x86/xstate.h | 13 ++++++++--- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git...
2019 Mar 30
1
[PATCH 2/5] x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
...diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h index fb04a3ded7dd..745a19d34f23 100644 --- a/arch/x86/include/asm/fpu/internal.h +++ b/arch/x86/include/asm/fpu/internal.h @@ -253,7 +253,7 @@ static inline void copy_xregs_to_kernel_booting(struct xregs_state *xstate) WARN_ON(system_state != SYSTEM_BOOTING); - if (static_cpu_has(X86_FEATURE_XSAVES)) + if (boot_cpu_has(X86_FEATURE_XSAVES)) XSTATE_OP(XSAVES, xstate, lmask, hmask, err); else XSTATE_OP(XSAVE, xstate, lmask, hmask, err); @@ -275,7 +275,7 @@ static inline void copy_kernel_to_xregs_booti...
2013 Jun 04
12
[PATCH 0/4] XSA-52..54 follow-up
The first patch really isn''t as much of a follow-up than what triggered the security issues to be noticed in the first place. 1: x86: preserve FPU selectors for 32-bit guest code 2: x86: fix XCR0 handling 3: x86/xsave: adjust state management 4: x86/fxsave: bring in line with recent xsave adjustments The first two I would see as candidates for 4.3 (as well as subsequent backporting,
2024 Jan 30
0
chrome/chromium crashing on CS9
...crashes on loading any web page. Most coredumps seem corrupted. The most usable I've seen is this: Core was generated by `/usr/lib64/chromium-browser/chromium-browser --type=renderer --crashpad-handler'. Program terminated with signal SIGSEGV, Segmentation fault. warning: Section `.reg-xstate/3' in core file too small. #0 0x0000555abfb91cdd in v8::internal::ThreadIsolation::RegisterJitPage(unsigned long, unsigned long) () [Current thread is 1 (Thread 0x7f707f3fe640 (LWP 3))] (gdb) bt #0 0x0000555abfb91cdd in v8::internal::ThreadIsolation::RegisterJitPage(unsigned long, unsigned lo...
2020 Aug 28
0
Wine release 5.16
.... combase: Move global apartment state cleanup. combase: Move thread data cleanup. Paul Gofman (17): ntdll: Report newer vector processor features on x86 / x64. ntdll: Don't transfer xmm registers explicitly during context save and restore on x64. include: Update _XSTATE_CONFIGURATION structure definition. ntdll: Remove redundant ldmxcsr in set_full_cpu_context() on x86_64. include: Define _XSAVE_FORMAT structure. include: Define extended context structures. include: Implement __cpuidex() function. wineboot: Initialize XState features...
2003 Apr 10
1
Starcraft Patch
...ot;, x, y ); @@ -518,7 +536,11 @@ */ void X11DRV_GetCursorPos(LPPOINT pos) { +#ifdef HAVE_LIBXXF86DGA2 + Display *display = DGAUsed ? gdi_display : thread_display(); +#else Display *display = thread_display(); +#endif Window root, child; int rootX, rootY, winX, winY; unsigned int xstate; Index: tools/wineinstall =================================================================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.52 diff -u -r1.52 wineinstall --- tools/wineinstall 24 Mar 2003 19:29:38 -0000 1.52 +++ tools/wineinstall 10 Apr 2003 02:14:49 -0000 @@ -...
2016 Oct 01
0
Wine release 1.9.20
...sagesToI8042ScanCodes. Austin English (11): advapi32: Add EventWriteTransfer stub. api-ms-win-core-delayload-l1-1-0: Add dll. api-ms-win-core-libraryloader-l1-2-2: Add dll. newdev: Add DiInstallDriverA/W stubs. api-ms-win-core-io-l1-1-0: Add dll. api-ms-win-core-xstate-l1-1-0: Add stub dll. api-ms-win-service-core-l1-1-0: Add dll. api-ms-win-service-management-l2-1-0: Add dll. api-ms-win-service-winsvc-l1-1-0: Add dll. kernel32: Add SetDefaultDllDirectories stub. wine.inf: Add HKLM\System\CurrentControlSet\Control\hivelist key. Detl...
2014 Dec 12
0
Wine release 1.7.33
...Move implementations into combase. msvcr120_app: Add forwarding dll. include: Add hstring.idl and winstring.h. msvcp120_app: Add forwarding dll. Michael M?ller (4): api-ms-win-core-fibers-l1-1-0: Add dll. api-ms-win-core-datetime-l1-1-0: Add dll. api-ms-win-core-xstate-l2-1-0: Add stub dll. api-ms-win-core-winrt-error-l1-1-1: Add stub dll. Michael Stefaniuc (5): joy.cpl: Avoid pointers to out of scope variables (PVS-Studio). comctl32: Merge two if blocks with identical condition (PVS-Studio). jscript: Merge two if blocks with identical co...
2020 Sep 11
0
Wine release 5.17
...winecfg: Ensure registry key is initialised before updating Windows version. winecfg: Add /v parameter to display current Windows version. Paul Gofman (22): ntdll: Implement RtlGetExtendedContextLength(). kernel32: Implement InitializeContext[2](). kernel32: Implement LocateXStateFeature(). ntdll: Implement RtlLocateLegacyContext(). ntdll: Clear CONTEXT_XSTATE flag in RtlUnwindEx(). wbemprox: Provide semi-stub implementation for client_security_QueryBlanket(). kernel32: Implement SetXStateFeaturesMask(). kernel32: Implement GetXStateFeaturesMask...
2017 Jul 30
0
Re: cannot find any suitable libguestfs supermin
...verbose=1 TERM=xterm [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820:...
2018 Jan 10
1
guestmount fails after linux kernel update 01/10/2018
...Centaur CentaurHauls [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BI...
2017 Jul 29
2
Re: cannot find any suitable libguestfs supermin
2017-07-29 18:00 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > > > I download the newset package and extract in my > > path(/share/CACHEDEV1_DATA/appliance/) and set env > > It doesn't work. > > and I run the libugestfs-test-tool: > > Please don't provide partial information. Include the command you > type and *all* the output, without
2018 Jan 15
2
but report
...ur CentaurHauls [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.00000...
2017 Oct 16
2
Elias Hickman's libguestfs dump
...verbose=1 TERM=xterm [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256 [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [    0.000000] e820: BIOS-provided physical RAM map: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable [    0.000000] BI...
2016 Jan 06
3
Bug#810070: XEN Hypervisor crashes/reboots at Startup after "Scrubbing Free Ram"
...ion 4.3.0-0.bpo.1-amd64 (debian-kernel at lists.debian.org) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Debian 4.3.3-2~bpo8+1 (2015-12-23) [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.3.0-0.bpo.1-amd64 root=UUID=fc273ce0-6e58-4b9f-9cec-5d625697326c ro nomodeset [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] x86/fpu: xstate_offset[3]: 03c0, xstate_sizes[3]: 0040 [ 0.000000] x86/fpu: xstate_offset[4]: 0400, xstate_sizes[4]: 0040 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu:...
2020 Sep 03
3
Error while loading shared libraries: libsbz.so
Hi, I have a KVM host running ubuntu 18.04 with libguestfs-tools version 1.36.13-1ubuntu3.3 installed from the Ubuntu's repo and when I try to use virt-cat for example on a VM it fails with: libguestfs: error: appliance closed the connection unexpectedly. > libguestfs: error: guestfs_launch failed. After doing "export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1" and running the
2020 Sep 03
0
Re: Error while loading shared libraries: libsbz.so
...registers' > [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' > [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' > [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' > [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 > [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 > [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 > [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted'...
2020 Sep 03
1
Re: Error while loading shared libraries: libsbz.so
...[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' > > [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds > registers' > > [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' > > [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 > > [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 > > [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 > > [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is > 960 bytes, usin...
2016 Mar 20
14
[PATCH v2 0/7] tests/qemu: Add program for tracing and analyzing boot times.
v1 was here: https://www.redhat.com/archives/libguestfs/2016-March/thread.html#00157 Not running the 'hwclock' command reduces boot times considerably. However I'm not sure if it is safe. See the question I posted on qemu-devel: http://thread.gmane.org/gmane.comp.emulators.qemu/402194 At the moment, about 50% of the time is consumed by SeaBIOS. Of this, about ⅓rd is SGABIOS